Shades of Yellow Green #80D21D
Tints of Yellow Green #80D21D
RGB
CMYK
RGB Variations
Color information
#80D21D (or 0x80D21D) is known color: Yellow Green. HEX triplet: 80, D2 and 1D. RGB value is (128,210,29). Sum of RGB (Red+Green+Blue) = 128+210+29=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #80D21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D21D is #7F2DE2. Grayscale: #A5A5A5. Windows color (decimal): -8334819 or 1954432. OLE color: 1954432.
HSL color Cylindrical-coordinate representation of color #80D21D: hue angle of 87.18º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80D21D is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 29 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.18 |
| HSL | 87.18º | 0.76% | 0.47% | - |
| HSV(B) | 87.18º | 0.86% | 0.82% | - |
| XYZ | 32.17 | 50.77 | 9.27 | - |
| YUV | 164.85 | 51.33 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 29 | 0.39 | 0 | 0.86 | 0.18 | 87.18 | 0.76 | 0.47 |
| Hex | 80 | D2 | 1D | 27 | 0 | 56 | 12 | 57 | 4C | 2F |
| Octal | 200 | 322 | 35 | 47 | 0 | 126 | 22 | 127 | 114 | 57 |
| Binary | 10000000 | 11010010 | 11101 | 100111 | 0 | 1010110 | 10010 | 1010111 | 1001100 | 101111 |
Color Harmonies of #80D21D
Complementary color
Monochromatic Colors of #80D21D
Black with #80D21D
Text Example
Text Example
White with #80D21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D21D; }
p { color: rgb(128,210,29); }
H1.HeaderClassName
{
color: #80D21D;
}
.AnyTagClassName
{
color: #80D21D;
}
</style>
background-color css
<style>
a { background-color: #80D21D; }
a { background-color: rgb(128,210,29); }
div.DivClassName
{
background-color: #80D21D;
}
.BgClassName
{
background-color: #80D21D;
}
</style>
border-color css
<style>
span { border-color: #80D21D; }
span { border-color: rgb(128,210,29); }
td.TdClassName
{
border-color: #80D21D;
}
.TagClassName
{
border-color: #80D21D;
}
</style>