#8DB600 color RGB value is (8, 219, 96).
#8DB600 hex color red value is 8, green value is 219, and blue value is 96.
Cylindrical-coordinate representations (HSL) of color #8DB600
hue: 145.02,
saturation: 0.93 and lightness: 0.45.
The process color (four-color CMYK) of #8DB600 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #8DB600 is #ff9999. Color #8DB600 contains mainly RED.
| Color spaces of #8DB600 | Value |
|---|---|
| RGB | 141, 182, 0 |
| HSL | 0.2, 1, 0.36 |
| HSV | 74°, 100°, 71° |
| XYZ | 27.71, 39.12, 6.09 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10001101 | 10110110 | 0 |
| Octal | 215 | 266 | 0 |
| Decimal | 141 | 182 | 0 |
| Hex | 8D | B6 | 0 |
Shades of #8DB600
Tints of #8DB600
.mybgColor {background-color: #8DB600;}
.myforeColor {color: #8DB600;}
.myborderColor {border:3px solid #8DB600;}
<p style="color:#8DB600">Text here</p>
This sample text is styled with the font color #8DB600. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#8DB600">Div content here</div>
<div style="border:3px solid #8DB600">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(141, 182, 0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #8DB600; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #8DB600;
-webkit-box-shadow: 1px 1px 3px #8DB600;
box-shadow: 1px 1px 3px #8DB600; }
<p style="text-shadow: 4px 4px 2px rgba(141, 182, 0, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #8DB600;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #8DB600;
-webkit-box-shadow: 1px 1px 3px #8DB600;
box-shadow: 1px 1px 3px #8DB600;">Div content here</div>
