Shades of Lawn Green #80D60C
Tints of Lawn Green #80D60C
RGB
CMYK
RGB Variations
Color information
#80D60C (or 0x80D60C) is known color: Lawn Green. HEX triplet: 80, D6 and 0C. RGB value is (128,214,12). Sum of RGB (Red+Green+Blue) = 128+214+12=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #80D60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D60C is #7F29F3. Grayscale: #A5A5A5. Windows color (decimal): -8333812 or 841344. OLE color: 841344.
HSL color Cylindrical-coordinate representation of color #80D60C: hue angle of 85.54º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80D60C is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 12 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.16 |
| HSL | 85.54º | 0.89% | 0.44% | - |
| HSV(B) | 85.54º | 0.94% | 0.84% | - |
| XYZ | 33.02 | 52.71 | 8.78 | - |
| YUV | 165.26 | 41.51 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 12 | 0.40 | 0 | 0.94 | 0.16 | 85.54 | 0.89 | 0.44 |
| Hex | 80 | D6 | C | 28 | 0 | 5E | 10 | 56 | 59 | 2C |
| Octal | 200 | 326 | 14 | 50 | 0 | 136 | 20 | 126 | 131 | 54 |
| Binary | 10000000 | 11010110 | 1100 | 101000 | 0 | 1011110 | 10000 | 1010110 | 1011001 | 101100 |
Color Harmonies of #80D60C
Complementary color
Monochromatic Colors of #80D60C
Black with #80D60C
Text Example
Text Example
White with #80D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D60C; }
p { color: rgb(128,214,12); }
H1.HeaderClassName
{
color: #80D60C;
}
.AnyTagClassName
{
color: #80D60C;
}
</style>
background-color css
<style>
a { background-color: #80D60C; }
a { background-color: rgb(128,214,12); }
div.DivClassName
{
background-color: #80D60C;
}
.BgClassName
{
background-color: #80D60C;
}
</style>
border-color css
<style>
span { border-color: #80D60C; }
span { border-color: rgb(128,214,12); }
td.TdClassName
{
border-color: #80D60C;
}
.TagClassName
{
border-color: #80D60C;
}
</style>