Shades of Lawn Green #8CDA05
Tints of Lawn Green #8CDA05
RGB
CMYK
RGB Variations
Color information
#8CDA05 (or 0x8CDA05) is known color: Lawn Green. HEX triplet: 8C, DA and 05. RGB value is (140,218,5). Sum of RGB (Red+Green+Blue) = 140+218+5=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDA05 is #7325FA. Grayscale: #ABABAB. Windows color (decimal): -7546363 or 383628. OLE color: 383628.
HSL color Cylindrical-coordinate representation of color #8CDA05: hue angle of 81.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CDA05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.15 |
| HSL | 81.97º | 0.96% | 0.44% | - |
| HSV(B) | 81.97º | 0.98% | 0.85% | - |
| XYZ | 35.91 | 55.73 | 9.01 | - |
| YUV | 170.4 | 34.66 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 5 | 0.36 | 0 | 0.98 | 0.15 | 81.97 | 0.96 | 0.44 |
| Hex | 8C | DA | 5 | 24 | 0 | 62 | F | 52 | 60 | 2C |
| Octal | 214 | 332 | 5 | 44 | 0 | 142 | 17 | 122 | 140 | 54 |
| Binary | 10001100 | 11011010 | 101 | 100100 | 0 | 1100010 | 1111 | 1010010 | 1100000 | 101100 |
Color Harmonies of #8CDA05
Complementary color
Monochromatic Colors of #8CDA05
Black with #8CDA05
Text Example
Text Example
White with #8CDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA05; }
p { color: rgb(140,218,5); }
H1.HeaderClassName
{
color: #8CDA05;
}
.AnyTagClassName
{
color: #8CDA05;
}
</style>
background-color css
<style>
a { background-color: #8CDA05; }
a { background-color: rgb(140,218,5); }
div.DivClassName
{
background-color: #8CDA05;
}
.BgClassName
{
background-color: #8CDA05;
}
</style>
border-color css
<style>
span { border-color: #8CDA05; }
span { border-color: rgb(140,218,5); }
td.TdClassName
{
border-color: #8CDA05;
}
.TagClassName
{
border-color: #8CDA05;
}
</style>