Shades of Lawn Green #80EA08
Tints of Lawn Green #80EA08
RGB
CMYK
RGB Variations
Color information
#80EA08 (or 0x80EA08) is known color: Lawn Green. HEX triplet: 80, EA and 08. RGB value is (128,234,8). Sum of RGB (Red+Green+Blue) = 128+234+8=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 234 (91.80% from 255 or 63.24% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EA08 is #7F15F7. Grayscale: #B1B1B1. Windows color (decimal): -8328696 or 584320. OLE color: 584320.
HSL color Cylindrical-coordinate representation of color #80EA08: hue angle of 88.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80EA08 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 8 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.08 |
| HSL | 88.14º | 0.93% | 0.47% | - |
| HSV(B) | 88.14º | 0.97% | 0.92% | - |
| XYZ | 38.37 | 63.45 | 10.46 | - |
| YUV | 176.54 | 32.88 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 8 | 0.45 | 0 | 0.97 | 0.08 | 88.14 | 0.93 | 0.47 |
| Hex | 80 | EA | 8 | 2D | 0 | 61 | 8 | 58 | 5D | 2F |
| Octal | 200 | 352 | 10 | 55 | 0 | 141 | 10 | 130 | 135 | 57 |
| Binary | 10000000 | 11101010 | 1000 | 101101 | 0 | 1100001 | 1000 | 1011000 | 1011101 | 101111 |
Color Harmonies of #80EA08
Complementary color
Monochromatic Colors of #80EA08
Black with #80EA08
Text Example
Text Example
White with #80EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EA08; }
p { color: rgb(128,234,8); }
H1.HeaderClassName
{
color: #80EA08;
}
.AnyTagClassName
{
color: #80EA08;
}
</style>
background-color css
<style>
a { background-color: #80EA08; }
a { background-color: rgb(128,234,8); }
div.DivClassName
{
background-color: #80EA08;
}
.BgClassName
{
background-color: #80EA08;
}
</style>
border-color css
<style>
span { border-color: #80EA08; }
span { border-color: rgb(128,234,8); }
td.TdClassName
{
border-color: #80EA08;
}
.TagClassName
{
border-color: #80EA08;
}
</style>