Shades of Lawn Green #80E008
Tints of Lawn Green #80E008
RGB
CMYK
RGB Variations
Color information
#80E008 (or 0x80E008) is known color: Lawn Green. HEX triplet: 80, E0 and 08. RGB value is (128,224,8). Sum of RGB (Red+Green+Blue) = 128+224+8=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #80E008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E008 is #7F1FF7. Grayscale: #ABABAB. Windows color (decimal): -8331256 or 581760. OLE color: 581760.
HSL color Cylindrical-coordinate representation of color #80E008: hue angle of 86.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80E008 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 8 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.12 |
| HSL | 86.67º | 0.93% | 0.45% | - |
| HSV(B) | 86.67º | 0.96% | 0.88% | - |
| XYZ | 35.6 | 57.92 | 9.53 | - |
| YUV | 170.67 | 36.2 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 8 | 0.43 | 0 | 0.96 | 0.12 | 86.67 | 0.93 | 0.45 |
| Hex | 80 | E0 | 8 | 2B | 0 | 60 | C | 57 | 5D | 2D |
| Octal | 200 | 340 | 10 | 53 | 0 | 140 | 14 | 127 | 135 | 55 |
| Binary | 10000000 | 11100000 | 1000 | 101011 | 0 | 1100000 | 1100 | 1010111 | 1011101 | 101101 |
Color Harmonies of #80E008
Complementary color
Monochromatic Colors of #80E008
Black with #80E008
Text Example
Text Example
White with #80E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E008; }
p { color: rgb(128,224,8); }
H1.HeaderClassName
{
color: #80E008;
}
.AnyTagClassName
{
color: #80E008;
}
</style>
background-color css
<style>
a { background-color: #80E008; }
a { background-color: rgb(128,224,8); }
div.DivClassName
{
background-color: #80E008;
}
.BgClassName
{
background-color: #80E008;
}
</style>
border-color css
<style>
span { border-color: #80E008; }
span { border-color: rgb(128,224,8); }
td.TdClassName
{
border-color: #80E008;
}
.TagClassName
{
border-color: #80E008;
}
</style>