Shades of Lawn Green #80E10F
Tints of Lawn Green #80E10F
RGB
CMYK
RGB Variations
Color information
#80E10F (or 0x80E10F) is known color: Lawn Green. HEX triplet: 80, E1 and 0F. RGB value is (128,225,15). Sum of RGB (Red+Green+Blue) = 128+225+15=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #80E10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E10F is #7F1EF0. Grayscale: #ACACAC. Windows color (decimal): -8330993 or 1040768. OLE color: 1040768.
HSL color Cylindrical-coordinate representation of color #80E10F: hue angle of 87.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80E10F is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 15 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.12 |
| HSL | 87.71º | 0.88% | 0.47% | - |
| HSV(B) | 87.71º | 0.93% | 0.88% | - |
| XYZ | 35.91 | 58.47 | 9.85 | - |
| YUV | 172.06 | 39.36 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 15 | 0.43 | 0 | 0.93 | 0.12 | 87.71 | 0.88 | 0.47 |
| Hex | 80 | E1 | F | 2B | 0 | 5D | C | 58 | 58 | 2F |
| Octal | 200 | 341 | 17 | 53 | 0 | 135 | 14 | 130 | 130 | 57 |
| Binary | 10000000 | 11100001 | 1111 | 101011 | 0 | 1011101 | 1100 | 1011000 | 1011000 | 101111 |
Color Harmonies of #80E10F
Complementary color
Monochromatic Colors of #80E10F
Black with #80E10F
Text Example
Text Example
White with #80E10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E10F; }
p { color: rgb(128,225,15); }
H1.HeaderClassName
{
color: #80E10F;
}
.AnyTagClassName
{
color: #80E10F;
}
</style>
background-color css
<style>
a { background-color: #80E10F; }
a { background-color: rgb(128,225,15); }
div.DivClassName
{
background-color: #80E10F;
}
.BgClassName
{
background-color: #80E10F;
}
</style>
border-color css
<style>
span { border-color: #80E10F; }
span { border-color: rgb(128,225,15); }
td.TdClassName
{
border-color: #80E10F;
}
.TagClassName
{
border-color: #80E10F;
}
</style>