Shades of Lawn Green #8CE80D
Tints of Lawn Green #8CE80D
RGB
CMYK
RGB Variations
Color information
#8CE80D (or 0x8CE80D) is known color: Lawn Green. HEX triplet: 8C, E8 and 0D. RGB value is (140,232,13). Sum of RGB (Red+Green+Blue) = 140+232+13=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 232 (91.02% from 255 or 60.26% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CE80D is #7317F2. Grayscale: #B4B4B4. Windows color (decimal): -7542771 or 911500. OLE color: 911500.
HSL color Cylindrical-coordinate representation of color #8CE80D: hue angle of 85.21º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CE80D is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 13 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.09 |
| HSL | 85.21º | 0.89% | 0.48% | - |
| HSV(B) | 85.21º | 0.94% | 0.91% | - |
| XYZ | 39.74 | 63.32 | 10.51 | - |
| YUV | 179.53 | 34.02 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 13 | 0.40 | 0 | 0.94 | 0.09 | 85.21 | 0.89 | 0.48 |
| Hex | 8C | E8 | D | 28 | 0 | 5E | 9 | 55 | 59 | 30 |
| Octal | 214 | 350 | 15 | 50 | 0 | 136 | 11 | 125 | 131 | 60 |
| Binary | 10001100 | 11101000 | 1101 | 101000 | 0 | 1011110 | 1001 | 1010101 | 1011001 | 110000 |
Color Harmonies of #8CE80D
Complementary color
Monochromatic Colors of #8CE80D
Black with #8CE80D
Text Example
Text Example
White with #8CE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE80D; }
p { color: rgb(140,232,13); }
H1.HeaderClassName
{
color: #8CE80D;
}
.AnyTagClassName
{
color: #8CE80D;
}
</style>
background-color css
<style>
a { background-color: #8CE80D; }
a { background-color: rgb(140,232,13); }
div.DivClassName
{
background-color: #8CE80D;
}
.BgClassName
{
background-color: #8CE80D;
}
</style>
border-color css
<style>
span { border-color: #8CE80D; }
span { border-color: rgb(140,232,13); }
td.TdClassName
{
border-color: #8CE80D;
}
.TagClassName
{
border-color: #8CE80D;
}
</style>