Shades of Lawn Green #8DDD04
Tints of Lawn Green #8DDD04
RGB
CMYK
RGB Variations
Color information
#8DDD04 (or 0x8DDD04) is known color: Lawn Green. HEX triplet: 8D, DD and 04. RGB value is (141,221,4). Sum of RGB (Red+Green+Blue) = 141+221+4=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDD04 is #7222FB. Grayscale: #ADADAD. Windows color (decimal): -7480060 or 318861. OLE color: 318861.
HSL color Cylindrical-coordinate representation of color #8DDD04: hue angle of 82.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DDD04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.13 |
| HSL | 82.12º | 0.96% | 0.44% | - |
| HSV(B) | 82.12º | 0.98% | 0.87% | - |
| XYZ | 36.86 | 57.38 | 9.25 | - |
| YUV | 172.34 | 33 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 4 | 0.36 | 0 | 0.98 | 0.13 | 82.12 | 0.96 | 0.44 |
| Hex | 8D | DD | 4 | 24 | 0 | 62 | D | 52 | 60 | 2C |
| Octal | 215 | 335 | 4 | 44 | 0 | 142 | 15 | 122 | 140 | 54 |
| Binary | 10001101 | 11011101 | 100 | 100100 | 0 | 1100010 | 1101 | 1010010 | 1100000 | 101100 |
Color Harmonies of #8DDD04
Complementary color
Monochromatic Colors of #8DDD04
Black with #8DDD04
Text Example
Text Example
White with #8DDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD04; }
p { color: rgb(141,221,4); }
H1.HeaderClassName
{
color: #8DDD04;
}
.AnyTagClassName
{
color: #8DDD04;
}
</style>
background-color css
<style>
a { background-color: #8DDD04; }
a { background-color: rgb(141,221,4); }
div.DivClassName
{
background-color: #8DDD04;
}
.BgClassName
{
background-color: #8DDD04;
}
</style>
border-color css
<style>
span { border-color: #8DDD04; }
span { border-color: rgb(141,221,4); }
td.TdClassName
{
border-color: #8DDD04;
}
.TagClassName
{
border-color: #8DDD04;
}
</style>