Shades of Yellow Green #80D524
Tints of Yellow Green #80D524
RGB
CMYK
RGB Variations
Color information
#80D524 (or 0x80D524) is known color: Yellow Green. HEX triplet: 80, D5 and 24. RGB value is (128,213,36). Sum of RGB (Red+Green+Blue) = 128+213+36=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #80D524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D524 is #7F2ADB. Grayscale: #A8A8A8. Windows color (decimal): -8334044 or 2413952. OLE color: 2413952.
HSL color Cylindrical-coordinate representation of color #80D524: hue angle of 88.81º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80D524 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 36 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.16 |
| HSL | 88.81º | 0.71% | 0.49% | - |
| HSV(B) | 88.81º | 0.83% | 0.84% | - |
| XYZ | 33.01 | 52.31 | 10.02 | - |
| YUV | 167.41 | 53.84 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 36 | 0.40 | 0 | 0.83 | 0.16 | 88.81 | 0.71 | 0.49 |
| Hex | 80 | D5 | 24 | 28 | 0 | 53 | 10 | 59 | 47 | 31 |
| Octal | 200 | 325 | 44 | 50 | 0 | 123 | 20 | 131 | 107 | 61 |
| Binary | 10000000 | 11010101 | 100100 | 101000 | 0 | 1010011 | 10000 | 1011001 | 1000111 | 110001 |
Color Harmonies of #80D524
Complementary color
Monochromatic Colors of #80D524
Black with #80D524
Text Example
Text Example
White with #80D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D524; }
p { color: rgb(128,213,36); }
H1.HeaderClassName
{
color: #80D524;
}
.AnyTagClassName
{
color: #80D524;
}
</style>
background-color css
<style>
a { background-color: #80D524; }
a { background-color: rgb(128,213,36); }
div.DivClassName
{
background-color: #80D524;
}
.BgClassName
{
background-color: #80D524;
}
</style>
border-color css
<style>
span { border-color: #80D524; }
span { border-color: rgb(128,213,36); }
td.TdClassName
{
border-color: #80D524;
}
.TagClassName
{
border-color: #80D524;
}
</style>