Shades of Lawn Green #80D60D
Tints of Lawn Green #80D60D
RGB
CMYK
RGB Variations
Color information
#80D60D (or 0x80D60D) is known color: Lawn Green. HEX triplet: 80, D6 and 0D. RGB value is (128,214,13). Sum of RGB (Red+Green+Blue) = 128+214+13=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #80D60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D60D is #7F29F2. Grayscale: #A6A6A6. Windows color (decimal): -8333811 or 906880. OLE color: 906880.
HSL color Cylindrical-coordinate representation of color #80D60D: hue angle of 85.67º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80D60D is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 13 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.16 |
| HSL | 85.67º | 0.89% | 0.45% | - |
| HSV(B) | 85.67º | 0.94% | 0.84% | - |
| XYZ | 33.02 | 52.71 | 8.81 | - |
| YUV | 165.37 | 42.01 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 13 | 0.40 | 0 | 0.94 | 0.16 | 85.67 | 0.89 | 0.45 |
| Hex | 80 | D6 | D | 28 | 0 | 5E | 10 | 56 | 59 | 2D |
| Octal | 200 | 326 | 15 | 50 | 0 | 136 | 20 | 126 | 131 | 55 |
| Binary | 10000000 | 11010110 | 1101 | 101000 | 0 | 1011110 | 10000 | 1010110 | 1011001 | 101101 |
Color Harmonies of #80D60D
Complementary color
Monochromatic Colors of #80D60D
Black with #80D60D
Text Example
Text Example
White with #80D60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D60D; }
p { color: rgb(128,214,13); }
H1.HeaderClassName
{
color: #80D60D;
}
.AnyTagClassName
{
color: #80D60D;
}
</style>
background-color css
<style>
a { background-color: #80D60D; }
a { background-color: rgb(128,214,13); }
div.DivClassName
{
background-color: #80D60D;
}
.BgClassName
{
background-color: #80D60D;
}
</style>
border-color css
<style>
span { border-color: #80D60D; }
span { border-color: rgb(128,214,13); }
td.TdClassName
{
border-color: #80D60D;
}
.TagClassName
{
border-color: #80D60D;
}
</style>