Shades of Yellow Green #80D537
Tints of Yellow Green #80D537
RGB
CMYK
RGB Variations
Color information
#80D537 (or 0x80D537) is known color: Yellow Green. HEX triplet: 80, D5 and 37. RGB value is (128,213,55). Sum of RGB (Red+Green+Blue) = 128+213+55=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #80D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D537 is #7F2AC8. Grayscale: #AAAAAA. Windows color (decimal): -8334025 or 3659136. OLE color: 3659136.
HSL color Cylindrical-coordinate representation of color #80D537: hue angle of 92.28º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80D537 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 55 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.16 |
| HSL | 92.28º | 0.65% | 0.53% | - |
| HSV(B) | 92.28º | 0.74% | 0.84% | - |
| XYZ | 33.39 | 52.45 | 11.98 | - |
| YUV | 169.57 | 63.34 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 55 | 0.40 | 0 | 0.74 | 0.16 | 92.28 | 0.65 | 0.53 |
| Hex | 80 | D5 | 37 | 28 | 0 | 4A | 10 | 5C | 41 | 35 |
| Octal | 200 | 325 | 67 | 50 | 0 | 112 | 20 | 134 | 101 | 65 |
| Binary | 10000000 | 11010101 | 110111 | 101000 | 0 | 1001010 | 10000 | 1011100 | 1000001 | 110101 |
Color Harmonies of #80D537
Complementary color
Monochromatic Colors of #80D537
Black with #80D537
Text Example
Text Example
White with #80D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D537; }
p { color: rgb(128,213,55); }
H1.HeaderClassName
{
color: #80D537;
}
.AnyTagClassName
{
color: #80D537;
}
</style>
background-color css
<style>
a { background-color: #80D537; }
a { background-color: rgb(128,213,55); }
div.DivClassName
{
background-color: #80D537;
}
.BgClassName
{
background-color: #80D537;
}
</style>
border-color css
<style>
span { border-color: #80D537; }
span { border-color: rgb(128,213,55); }
td.TdClassName
{
border-color: #80D537;
}
.TagClassName
{
border-color: #80D537;
}
</style>