Shades of Lawn Green #8CDB05
Tints of Lawn Green #8CDB05
RGB
CMYK
RGB Variations
Color information
#8CDB05 (or 0x8CDB05) is known color: Lawn Green. HEX triplet: 8C, DB and 05. RGB value is (140,219,5). Sum of RGB (Red+Green+Blue) = 140+219+5=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDB05 is #7324FA. Grayscale: #ABABAB. Windows color (decimal): -7546107 or 383884. OLE color: 383884.
HSL color Cylindrical-coordinate representation of color #8CDB05: hue angle of 82.15º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CDB05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.14 |
| HSL | 82.15º | 0.96% | 0.44% | - |
| HSV(B) | 82.15º | 0.98% | 0.86% | - |
| XYZ | 36.17 | 56.25 | 9.09 | - |
| YUV | 170.98 | 34.33 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 5 | 0.36 | 0 | 0.98 | 0.14 | 82.15 | 0.96 | 0.44 |
| Hex | 8C | DB | 5 | 24 | 0 | 62 | E | 52 | 60 | 2C |
| Octal | 214 | 333 | 5 | 44 | 0 | 142 | 16 | 122 | 140 | 54 |
| Binary | 10001100 | 11011011 | 101 | 100100 | 0 | 1100010 | 1110 | 1010010 | 1100000 | 101100 |
Color Harmonies of #8CDB05
Complementary color
Monochromatic Colors of #8CDB05
Black with #8CDB05
Text Example
Text Example
White with #8CDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB05; }
p { color: rgb(140,219,5); }
H1.HeaderClassName
{
color: #8CDB05;
}
.AnyTagClassName
{
color: #8CDB05;
}
</style>
background-color css
<style>
a { background-color: #8CDB05; }
a { background-color: rgb(140,219,5); }
div.DivClassName
{
background-color: #8CDB05;
}
.BgClassName
{
background-color: #8CDB05;
}
</style>
border-color css
<style>
span { border-color: #8CDB05; }
span { border-color: rgb(140,219,5); }
td.TdClassName
{
border-color: #8CDB05;
}
.TagClassName
{
border-color: #8CDB05;
}
</style>