Shades of Lawn Green #80E405
Tints of Lawn Green #80E405
RGB
CMYK
RGB Variations
Color information
#80E405 (or 0x80E405) is known color: Lawn Green. HEX triplet: 80, E4 and 05. RGB value is (128,228,5). Sum of RGB (Red+Green+Blue) = 128+228+5=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #80E405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E405 is #7F1BFA. Grayscale: #ADADAD. Windows color (decimal): -8330235 or 386176. OLE color: 386176.
HSL color Cylindrical-coordinate representation of color #80E405: hue angle of 86.91º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80E405 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 228 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.11 |
| HSL | 86.91º | 0.96% | 0.46% | - |
| HSV(B) | 86.91º | 0.98% | 0.89% | - |
| XYZ | 36.67 | 60.09 | 9.81 | - |
| YUV | 172.68 | 33.37 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 228 | 5 | 0.44 | 0 | 0.98 | 0.11 | 86.91 | 0.96 | 0.46 |
| Hex | 80 | E4 | 5 | 2C | 0 | 62 | B | 57 | 60 | 2E |
| Octal | 200 | 344 | 5 | 54 | 0 | 142 | 13 | 127 | 140 | 56 |
| Binary | 10000000 | 11100100 | 101 | 101100 | 0 | 1100010 | 1011 | 1010111 | 1100000 | 101110 |
Color Harmonies of #80E405
Complementary color
Monochromatic Colors of #80E405
Black with #80E405
Text Example
Text Example
White with #80E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E405; }
p { color: rgb(128,228,5); }
H1.HeaderClassName
{
color: #80E405;
}
.AnyTagClassName
{
color: #80E405;
}
</style>
background-color css
<style>
a { background-color: #80E405; }
a { background-color: rgb(128,228,5); }
div.DivClassName
{
background-color: #80E405;
}
.BgClassName
{
background-color: #80E405;
}
</style>
border-color css
<style>
span { border-color: #80E405; }
span { border-color: rgb(128,228,5); }
td.TdClassName
{
border-color: #80E405;
}
.TagClassName
{
border-color: #80E405;
}
</style>