Shades of Lawn Green #80F20E
Tints of Lawn Green #80F20E
RGB
CMYK
RGB Variations
Color information
#80F20E (or 0x80F20E) is known color: Lawn Green. HEX triplet: 80, F2 and 0E. RGB value is (128,242,14). Sum of RGB (Red+Green+Blue) = 128+242+14=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #80F20E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F20E is #7F0DF1. Grayscale: #B6B6B6. Windows color (decimal): -8326642 or 979584. OLE color: 979584.
HSL color Cylindrical-coordinate representation of color #80F20E: hue angle of 90º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80F20E is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 14 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.05 |
| HSL | 90º | 0.9% | 0.5% | - |
| HSV(B) | 90º | 0.94% | 0.95% | - |
| XYZ | 40.73 | 68.13 | 11.42 | - |
| YUV | 181.92 | 33.23 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 14 | 0.47 | 0 | 0.94 | 0.05 | 90 | 0.9 | 0.5 |
| Hex | 80 | F2 | E | 2F | 0 | 5E | 5 | 5A | 5A | 32 |
| Octal | 200 | 362 | 16 | 57 | 0 | 136 | 5 | 132 | 132 | 62 |
| Binary | 10000000 | 11110010 | 1110 | 101111 | 0 | 1011110 | 101 | 1011010 | 1011010 | 110010 |
Color Harmonies of #80F20E
Complementary color
Monochromatic Colors of #80F20E
Black with #80F20E
Text Example
Text Example
White with #80F20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F20E; }
p { color: rgb(128,242,14); }
H1.HeaderClassName
{
color: #80F20E;
}
.AnyTagClassName
{
color: #80F20E;
}
</style>
background-color css
<style>
a { background-color: #80F20E; }
a { background-color: rgb(128,242,14); }
div.DivClassName
{
background-color: #80F20E;
}
.BgClassName
{
background-color: #80F20E;
}
</style>
border-color css
<style>
span { border-color: #80F20E; }
span { border-color: rgb(128,242,14); }
td.TdClassName
{
border-color: #80F20E;
}
.TagClassName
{
border-color: #80F20E;
}
</style>