Shades of Lawn Green #80F00E
Tints of Lawn Green #80F00E
RGB
CMYK
RGB Variations
Color information
#80F00E (or 0x80F00E) is known color: Lawn Green. HEX triplet: 80, F0 and 0E. RGB value is (128,240,14). Sum of RGB (Red+Green+Blue) = 128+240+14=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #80F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F00E is #7F0FF1. Grayscale: #B5B5B5. Windows color (decimal): -8327154 or 979072. OLE color: 979072.
HSL color Cylindrical-coordinate representation of color #80F00E: hue angle of 89.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80F00E is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 14 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.06 |
| HSL | 89.73º | 0.89% | 0.5% | - |
| HSV(B) | 89.73º | 0.94% | 0.94% | - |
| XYZ | 40.14 | 66.94 | 11.22 | - |
| YUV | 180.75 | 33.89 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 14 | 0.47 | 0 | 0.94 | 0.06 | 89.73 | 0.89 | 0.5 |
| Hex | 80 | F0 | E | 2F | 0 | 5E | 6 | 5A | 59 | 32 |
| Octal | 200 | 360 | 16 | 57 | 0 | 136 | 6 | 132 | 131 | 62 |
| Binary | 10000000 | 11110000 | 1110 | 101111 | 0 | 1011110 | 110 | 1011010 | 1011001 | 110010 |
Color Harmonies of #80F00E
Complementary color
Monochromatic Colors of #80F00E
Black with #80F00E
Text Example
Text Example
White with #80F00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F00E; }
p { color: rgb(128,240,14); }
H1.HeaderClassName
{
color: #80F00E;
}
.AnyTagClassName
{
color: #80F00E;
}
</style>
background-color css
<style>
a { background-color: #80F00E; }
a { background-color: rgb(128,240,14); }
div.DivClassName
{
background-color: #80F00E;
}
.BgClassName
{
background-color: #80F00E;
}
</style>
border-color css
<style>
span { border-color: #80F00E; }
span { border-color: rgb(128,240,14); }
td.TdClassName
{
border-color: #80F00E;
}
.TagClassName
{
border-color: #80F00E;
}
</style>