Shades of Lawn Green #8DDA00
Tints of Lawn Green #8DDA00
RGB
CMYK
RGB Variations
Color information
#8DDA00 (or 0x8DDA00) is known color: Lawn Green. HEX triplet: 8D, DA and 00. RGB value is (141,218,0). Sum of RGB (Red+Green+Blue) = 141+218+0=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDA00 is #7225FF. Grayscale: #AAAAAA. Windows color (decimal): -7480832 or 55949. OLE color: 55949.
HSL color Cylindrical-coordinate representation of color #8DDA00: hue angle of 81.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DDA00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.15 |
| HSL | 81.19º | 1% | 0.43% | - |
| HSV(B) | 81.19º | 1% | 0.85% | - |
| XYZ | 36.06 | 55.81 | 8.87 | - |
| YUV | 170.13 | 31.99 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 0 | 0.35 | 0 | 1 | 0.15 | 81.19 | 1 | 0.43 |
| Hex | 8D | DA | 0 | 23 | 0 | 64 | F | 51 | 64 | 2B |
| Octal | 215 | 332 | 0 | 43 | 0 | 144 | 17 | 121 | 144 | 53 |
| Binary | 10001101 | 11011010 | 0 | 100011 | 0 | 1100100 | 1111 | 1010001 | 1100100 | 101011 |
Color Harmonies of #8DDA00
Complementary color
Monochromatic Colors of #8DDA00
Black with #8DDA00
Text Example
Text Example
White with #8DDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA00; }
p { color: rgb(141,218,0); }
H1.HeaderClassName
{
color: #8DDA00;
}
.AnyTagClassName
{
color: #8DDA00;
}
</style>
background-color css
<style>
a { background-color: #8DDA00; }
a { background-color: rgb(141,218,0); }
div.DivClassName
{
background-color: #8DDA00;
}
.BgClassName
{
background-color: #8DDA00;
}
</style>
border-color css
<style>
span { border-color: #8DDA00; }
span { border-color: rgb(141,218,0); }
td.TdClassName
{
border-color: #8DDA00;
}
.TagClassName
{
border-color: #8DDA00;
}
</style>