Shades of Lawn Green #8CDB07
Tints of Lawn Green #8CDB07
RGB
CMYK
RGB Variations
Color information
#8CDB07 (or 0x8CDB07) is known color: Lawn Green. HEX triplet: 8C, DB and 07. RGB value is (140,219,7). Sum of RGB (Red+Green+Blue) = 140+219+7=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDB07 is #7324F8. Grayscale: #ABABAB. Windows color (decimal): -7546105 or 514956. OLE color: 514956.
HSL color Cylindrical-coordinate representation of color #8CDB07: hue angle of 82.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CDB07 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 7 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.14 |
| HSL | 82.36º | 0.94% | 0.44% | - |
| HSV(B) | 82.36º | 0.97% | 0.86% | - |
| XYZ | 36.19 | 56.25 | 9.15 | - |
| YUV | 171.21 | 35.33 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 7 | 0.36 | 0 | 0.97 | 0.14 | 82.36 | 0.94 | 0.44 |
| Hex | 8C | DB | 7 | 24 | 0 | 61 | E | 52 | 5E | 2C |
| Octal | 214 | 333 | 7 | 44 | 0 | 141 | 16 | 122 | 136 | 54 |
| Binary | 10001100 | 11011011 | 111 | 100100 | 0 | 1100001 | 1110 | 1010010 | 1011110 | 101100 |
Color Harmonies of #8CDB07
Complementary color
Monochromatic Colors of #8CDB07
Black with #8CDB07
Text Example
Text Example
White with #8CDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB07; }
p { color: rgb(140,219,7); }
H1.HeaderClassName
{
color: #8CDB07;
}
.AnyTagClassName
{
color: #8CDB07;
}
</style>
background-color css
<style>
a { background-color: #8CDB07; }
a { background-color: rgb(140,219,7); }
div.DivClassName
{
background-color: #8CDB07;
}
.BgClassName
{
background-color: #8CDB07;
}
</style>
border-color css
<style>
span { border-color: #8CDB07; }
span { border-color: rgb(140,219,7); }
td.TdClassName
{
border-color: #8CDB07;
}
.TagClassName
{
border-color: #8CDB07;
}
</style>