Shades of Lawn Green #80EA1F
Tints of Lawn Green #80EA1F
RGB
CMYK
RGB Variations
Color information
#80EA1F (or 0x80EA1F) is known color: Lawn Green. HEX triplet: 80, EA and 1F. RGB value is (128,234,31). Sum of RGB (Red+Green+Blue) = 128+234+31=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA1F is #7F15E0. Grayscale: #B3B3B3. Windows color (decimal): -8328673 or 2091648. OLE color: 2091648.
HSL color Cylindrical-coordinate representation of color #80EA1F: hue angle of 91.33º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80EA1F is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 31 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.08 |
| HSL | 91.33º | 0.83% | 0.52% | - |
| HSV(B) | 91.33º | 0.87% | 0.92% | - |
| XYZ | 38.57 | 63.53 | 11.53 | - |
| YUV | 179.16 | 44.38 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 31 | 0.45 | 0 | 0.87 | 0.08 | 91.33 | 0.83 | 0.52 |
| Hex | 80 | EA | 1F | 2D | 0 | 57 | 8 | 5B | 53 | 34 |
| Octal | 200 | 352 | 37 | 55 | 0 | 127 | 10 | 133 | 123 | 64 |
| Binary | 10000000 | 11101010 | 11111 | 101101 | 0 | 1010111 | 1000 | 1011011 | 1010011 | 110100 |
Color Harmonies of #80EA1F
Complementary color
Monochromatic Colors of #80EA1F
Black with #80EA1F
Text Example
Text Example
White with #80EA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EA1F; }
p { color: rgb(128,234,31); }
H1.HeaderClassName
{
color: #80EA1F;
}
.AnyTagClassName
{
color: #80EA1F;
}
</style>
background-color css
<style>
a { background-color: #80EA1F; }
a { background-color: rgb(128,234,31); }
div.DivClassName
{
background-color: #80EA1F;
}
.BgClassName
{
background-color: #80EA1F;
}
</style>
border-color css
<style>
span { border-color: #80EA1F; }
span { border-color: rgb(128,234,31); }
td.TdClassName
{
border-color: #80EA1F;
}
.TagClassName
{
border-color: #80EA1F;
}
</style>