Shades of Yellow Green #80D037
Tints of Yellow Green #80D037
RGB
CMYK
RGB Variations
Color information
#80D037 (or 0x80D037) is known color: Yellow Green. HEX triplet: 80, D0 and 37. RGB value is (128,208,55). Sum of RGB (Red+Green+Blue) = 128+208+55=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #80D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D037 is #7F2FC8. Grayscale: #A7A7A7. Windows color (decimal): -8335305 or 3657856. OLE color: 3657856.
HSL color Cylindrical-coordinate representation of color #80D037: hue angle of 91.37º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80D037 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 55 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.18 |
| HSL | 91.37º | 0.62% | 0.52% | - |
| HSV(B) | 91.37º | 0.74% | 0.82% | - |
| XYZ | 32.15 | 49.98 | 11.57 | - |
| YUV | 166.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 55 | 0.38 | 0 | 0.74 | 0.18 | 91.37 | 0.62 | 0.52 |
| Hex | 80 | D0 | 37 | 26 | 0 | 4A | 12 | 5B | 3E | 34 |
| Octal | 200 | 320 | 67 | 46 | 0 | 112 | 22 | 133 | 76 | 64 |
| Binary | 10000000 | 11010000 | 110111 | 100110 | 0 | 1001010 | 10010 | 1011011 | 111110 | 110100 |
Color Harmonies of #80D037
Complementary color
Monochromatic Colors of #80D037
Black with #80D037
Text Example
Text Example
White with #80D037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D037; }
p { color: rgb(128,208,55); }
H1.HeaderClassName
{
color: #80D037;
}
.AnyTagClassName
{
color: #80D037;
}
</style>
background-color css
<style>
a { background-color: #80D037; }
a { background-color: rgb(128,208,55); }
div.DivClassName
{
background-color: #80D037;
}
.BgClassName
{
background-color: #80D037;
}
</style>
border-color css
<style>
span { border-color: #80D037; }
span { border-color: rgb(128,208,55); }
td.TdClassName
{
border-color: #80D037;
}
.TagClassName
{
border-color: #80D037;
}
</style>