Shades of Yellow Green #80E032
Tints of Yellow Green #80E032
RGB
CMYK
RGB Variations
Color information
#80E032 (or 0x80E032) is known color: Yellow Green. HEX triplet: 80, E0 and 32. RGB value is (128,224,50). Sum of RGB (Red+Green+Blue) = 128+224+50=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #80E032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E032 is #7F1FCD. Grayscale: #B0B0B0. Windows color (decimal): -8331214 or 3334272. OLE color: 3334272.
HSL color Cylindrical-coordinate representation of color #80E032: hue angle of 93.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80E032 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 50 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.12 |
| HSL | 93.1º | 0.74% | 0.54% | - |
| HSV(B) | 93.1º | 0.78% | 0.88% | - |
| XYZ | 36.13 | 58.13 | 12.33 | - |
| YUV | 175.46 | 57.2 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 50 | 0.43 | 0 | 0.78 | 0.12 | 93.1 | 0.74 | 0.54 |
| Hex | 80 | E0 | 32 | 2B | 0 | 4E | C | 5D | 4A | 36 |
| Octal | 200 | 340 | 62 | 53 | 0 | 116 | 14 | 135 | 112 | 66 |
| Binary | 10000000 | 11100000 | 110010 | 101011 | 0 | 1001110 | 1100 | 1011101 | 1001010 | 110110 |
Color Harmonies of #80E032
Complementary color
Monochromatic Colors of #80E032
Black with #80E032
Text Example
Text Example
White with #80E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E032; }
p { color: rgb(128,224,50); }
H1.HeaderClassName
{
color: #80E032;
}
.AnyTagClassName
{
color: #80E032;
}
</style>
background-color css
<style>
a { background-color: #80E032; }
a { background-color: rgb(128,224,50); }
div.DivClassName
{
background-color: #80E032;
}
.BgClassName
{
background-color: #80E032;
}
</style>
border-color css
<style>
span { border-color: #80E032; }
span { border-color: rgb(128,224,50); }
td.TdClassName
{
border-color: #80E032;
}
.TagClassName
{
border-color: #80E032;
}
</style>