color details

Color Details
#8DB600 Color Hex

#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
Color spaces of #8DB600Value
RGB141, 182, 0
HSL0.2, 1, 0.36
HSV74°, 100°, 71°
XYZ27.71, 39.12, 6.09
Base Numbers
Base Red Green Blue
Binary 10001101 10110110 0
Octal 215 266 0
Decimal 141 182 0
Hex 8D B6 0

RGB Percentages for Color #8DB600

43.65%
56.35%

CMYK Percentages of the Color #8DB600

22.53%
100%
28.63%
CSS Codes for Color #8DB600
.mybgColor {background-color: #8DB600;}
.myforeColor {color: #8DB600;}
.myborderColor {border:3px solid #8DB600;}
Text Font Color #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,

Background Color #8DB600

<div style="background-color:#8DB600">Div content here</div>

The background color of this div is #8DB600
Border Color #8DB600

<div style="border:3px solid #8DB600">Div here</div>

The border color of this div is #8DB600
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141, 182, 0, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #8DB600;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #8DB600
Scroll to Top