Shades of Yellow Green #80DD20
Tints of Yellow Green #80DD20
RGB
CMYK
RGB Variations
Color information
#80DD20 (or 0x80DD20) is known color: Yellow Green. HEX triplet: 80, DD and 20. RGB value is (128,221,32). Sum of RGB (Red+Green+Blue) = 128+221+32=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD20 is #7F22DF. Grayscale: #ACACAC. Windows color (decimal): -8332000 or 2153856. OLE color: 2153856.
HSL color Cylindrical-coordinate representation of color #80DD20: hue angle of 89.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80DD20 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 32 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.13 |
| HSL | 89.52º | 0.75% | 0.5% | - |
| HSV(B) | 89.52º | 0.86% | 0.87% | - |
| XYZ | 35.02 | 56.41 | 10.41 | - |
| YUV | 171.65 | 49.19 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 32 | 0.42 | 0 | 0.86 | 0.13 | 89.52 | 0.75 | 0.5 |
| Hex | 80 | DD | 20 | 2A | 0 | 56 | D | 5A | 4B | 32 |
| Octal | 200 | 335 | 40 | 52 | 0 | 126 | 15 | 132 | 113 | 62 |
| Binary | 10000000 | 11011101 | 100000 | 101010 | 0 | 1010110 | 1101 | 1011010 | 1001011 | 110010 |
Color Harmonies of #80DD20
Complementary color
Monochromatic Colors of #80DD20
Black with #80DD20
Text Example
Text Example
White with #80DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD20; }
p { color: rgb(128,221,32); }
H1.HeaderClassName
{
color: #80DD20;
}
.AnyTagClassName
{
color: #80DD20;
}
</style>
background-color css
<style>
a { background-color: #80DD20; }
a { background-color: rgb(128,221,32); }
div.DivClassName
{
background-color: #80DD20;
}
.BgClassName
{
background-color: #80DD20;
}
</style>
border-color css
<style>
span { border-color: #80DD20; }
span { border-color: rgb(128,221,32); }
td.TdClassName
{
border-color: #80DD20;
}
.TagClassName
{
border-color: #80DD20;
}
</style>