Shades of Yellow Green #80D220
Tints of Yellow Green #80D220
RGB
CMYK
RGB Variations
Color information
#80D220 (or 0x80D220) is known color: Yellow Green. HEX triplet: 80, D2 and 20. RGB value is (128,210,32). Sum of RGB (Red+Green+Blue) = 128+210+32=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #80D220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D220 is #7F2DDF. Grayscale: #A5A5A5. Windows color (decimal): -8334816 or 2151040. OLE color: 2151040.
HSL color Cylindrical-coordinate representation of color #80D220: hue angle of 87.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80D220 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 32 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.18 |
| HSL | 87.64º | 0.74% | 0.47% | - |
| HSV(B) | 87.64º | 0.85% | 0.82% | - |
| XYZ | 32.21 | 50.79 | 9.47 | - |
| YUV | 165.19 | 52.83 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 32 | 0.39 | 0 | 0.85 | 0.18 | 87.64 | 0.74 | 0.47 |
| Hex | 80 | D2 | 20 | 27 | 0 | 55 | 12 | 58 | 4A | 2F |
| Octal | 200 | 322 | 40 | 47 | 0 | 125 | 22 | 130 | 112 | 57 |
| Binary | 10000000 | 11010010 | 100000 | 100111 | 0 | 1010101 | 10010 | 1011000 | 1001010 | 101111 |
Color Harmonies of #80D220
Complementary color
Monochromatic Colors of #80D220
Black with #80D220
Text Example
Text Example
White with #80D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D220; }
p { color: rgb(128,210,32); }
H1.HeaderClassName
{
color: #80D220;
}
.AnyTagClassName
{
color: #80D220;
}
</style>
background-color css
<style>
a { background-color: #80D220; }
a { background-color: rgb(128,210,32); }
div.DivClassName
{
background-color: #80D220;
}
.BgClassName
{
background-color: #80D220;
}
</style>
border-color css
<style>
span { border-color: #80D220; }
span { border-color: rgb(128,210,32); }
td.TdClassName
{
border-color: #80D220;
}
.TagClassName
{
border-color: #80D220;
}
</style>