Shades of Lawn Green #8CDC07
Tints of Lawn Green #8CDC07
RGB
CMYK
RGB Variations
Color information
#8CDC07 (or 0x8CDC07) is known color: Lawn Green. HEX triplet: 8C, DC and 07. RGB value is (140,220,7). Sum of RGB (Red+Green+Blue) = 140+220+7=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDC07 is #7323F8. Grayscale: #ACACAC. Windows color (decimal): -7545849 or 515212. OLE color: 515212.
HSL color Cylindrical-coordinate representation of color #8CDC07: hue angle of 82.54º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CDC07 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 7 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.14 |
| HSL | 82.54º | 0.94% | 0.45% | - |
| HSV(B) | 82.54º | 0.97% | 0.86% | - |
| XYZ | 36.45 | 56.78 | 9.24 | - |
| YUV | 171.8 | 35 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 7 | 0.36 | 0 | 0.97 | 0.14 | 82.54 | 0.94 | 0.45 |
| Hex | 8C | DC | 7 | 24 | 0 | 61 | E | 53 | 5E | 2D |
| Octal | 214 | 334 | 7 | 44 | 0 | 141 | 16 | 123 | 136 | 55 |
| Binary | 10001100 | 11011100 | 111 | 100100 | 0 | 1100001 | 1110 | 1010011 | 1011110 | 101101 |
Color Harmonies of #8CDC07
Complementary color
Monochromatic Colors of #8CDC07
Black with #8CDC07
Text Example
Text Example
White with #8CDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC07; }
p { color: rgb(140,220,7); }
H1.HeaderClassName
{
color: #8CDC07;
}
.AnyTagClassName
{
color: #8CDC07;
}
</style>
background-color css
<style>
a { background-color: #8CDC07; }
a { background-color: rgb(140,220,7); }
div.DivClassName
{
background-color: #8CDC07;
}
.BgClassName
{
background-color: #8CDC07;
}
</style>
border-color css
<style>
span { border-color: #8CDC07; }
span { border-color: rgb(140,220,7); }
td.TdClassName
{
border-color: #8CDC07;
}
.TagClassName
{
border-color: #8CDC07;
}
</style>