Shades of Yellow Green #80D032
Tints of Yellow Green #80D032
RGB
CMYK
RGB Variations
Color information
#80D032 (or 0x80D032) is known color: Yellow Green. HEX triplet: 80, D0 and 32. RGB value is (128,208,50). Sum of RGB (Red+Green+Blue) = 128+208+50=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #80D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D032 is #7F2FCD. Grayscale: #A6A6A6. Windows color (decimal): -8335310 or 3330176. OLE color: 3330176.
HSL color Cylindrical-coordinate representation of color #80D032: hue angle of 90.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80D032 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 50 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.18 |
| HSL | 90.38º | 0.63% | 0.51% | - |
| HSV(B) | 90.38º | 0.76% | 0.82% | - |
| XYZ | 32.03 | 49.93 | 10.97 | - |
| YUV | 166.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 50 | 0.38 | 0 | 0.76 | 0.18 | 90.38 | 0.63 | 0.51 |
| Hex | 80 | D0 | 32 | 26 | 0 | 4C | 12 | 5A | 3F | 33 |
| Octal | 200 | 320 | 62 | 46 | 0 | 114 | 22 | 132 | 77 | 63 |
| Binary | 10000000 | 11010000 | 110010 | 100110 | 0 | 1001100 | 10010 | 1011010 | 111111 | 110011 |
Color Harmonies of #80D032
Complementary color
Monochromatic Colors of #80D032
Black with #80D032
Text Example
Text Example
White with #80D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D032; }
p { color: rgb(128,208,50); }
H1.HeaderClassName
{
color: #80D032;
}
.AnyTagClassName
{
color: #80D032;
}
</style>
background-color css
<style>
a { background-color: #80D032; }
a { background-color: rgb(128,208,50); }
div.DivClassName
{
background-color: #80D032;
}
.BgClassName
{
background-color: #80D032;
}
</style>
border-color css
<style>
span { border-color: #80D032; }
span { border-color: rgb(128,208,50); }
td.TdClassName
{
border-color: #80D032;
}
.TagClassName
{
border-color: #80D032;
}
</style>