Shades of Yellow Green #80E11F
Tints of Yellow Green #80E11F
RGB
CMYK
RGB Variations
Color information
#80E11F (or 0x80E11F) is known color: Yellow Green. HEX triplet: 80, E1 and 1F. RGB value is (128,225,31). Sum of RGB (Red+Green+Blue) = 128+225+31=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #80E11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E11F is #7F1EE0. Grayscale: #AEAEAE. Windows color (decimal): -8330977 or 2089344. OLE color: 2089344.
HSL color Cylindrical-coordinate representation of color #80E11F: hue angle of 90º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80E11F is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 31 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.12 |
| HSL | 90º | 0.76% | 0.5% | - |
| HSV(B) | 90º | 0.86% | 0.88% | - |
| XYZ | 36.07 | 58.54 | 10.69 | - |
| YUV | 173.88 | 47.36 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 31 | 0.43 | 0 | 0.86 | 0.12 | 90 | 0.76 | 0.5 |
| Hex | 80 | E1 | 1F | 2B | 0 | 56 | C | 5A | 4C | 32 |
| Octal | 200 | 341 | 37 | 53 | 0 | 126 | 14 | 132 | 114 | 62 |
| Binary | 10000000 | 11100001 | 11111 | 101011 | 0 | 1010110 | 1100 | 1011010 | 1001100 | 110010 |
Color Harmonies of #80E11F
Complementary color
Monochromatic Colors of #80E11F
Black with #80E11F
Text Example
Text Example
White with #80E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E11F; }
p { color: rgb(128,225,31); }
H1.HeaderClassName
{
color: #80E11F;
}
.AnyTagClassName
{
color: #80E11F;
}
</style>
background-color css
<style>
a { background-color: #80E11F; }
a { background-color: rgb(128,225,31); }
div.DivClassName
{
background-color: #80E11F;
}
.BgClassName
{
background-color: #80E11F;
}
</style>
border-color css
<style>
span { border-color: #80E11F; }
span { border-color: rgb(128,225,31); }
td.TdClassName
{
border-color: #80E11F;
}
.TagClassName
{
border-color: #80E11F;
}
</style>