Shades of Yellow Green #80D533
Tints of Yellow Green #80D533
RGB
CMYK
RGB Variations
Color information
#80D533 (or 0x80D533) is known color: Yellow Green. HEX triplet: 80, D5 and 33. RGB value is (128,213,51). Sum of RGB (Red+Green+Blue) = 128+213+51=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #80D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D533 is #7F2ACC. Grayscale: #A9A9A9. Windows color (decimal): -8334029 or 3396992. OLE color: 3396992.
HSL color Cylindrical-coordinate representation of color #80D533: hue angle of 91.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80D533 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 51 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.16 |
| HSL | 91.48º | 0.66% | 0.52% | - |
| HSV(B) | 91.48º | 0.76% | 0.84% | - |
| XYZ | 33.29 | 52.42 | 11.49 | - |
| YUV | 169.12 | 61.34 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 51 | 0.40 | 0 | 0.76 | 0.16 | 91.48 | 0.66 | 0.52 |
| Hex | 80 | D5 | 33 | 28 | 0 | 4C | 10 | 5B | 42 | 34 |
| Octal | 200 | 325 | 63 | 50 | 0 | 114 | 20 | 133 | 102 | 64 |
| Binary | 10000000 | 11010101 | 110011 | 101000 | 0 | 1001100 | 10000 | 1011011 | 1000010 | 110100 |
Color Harmonies of #80D533
Complementary color
Monochromatic Colors of #80D533
Black with #80D533
Text Example
Text Example
White with #80D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D533; }
p { color: rgb(128,213,51); }
H1.HeaderClassName
{
color: #80D533;
}
.AnyTagClassName
{
color: #80D533;
}
</style>
background-color css
<style>
a { background-color: #80D533; }
a { background-color: rgb(128,213,51); }
div.DivClassName
{
background-color: #80D533;
}
.BgClassName
{
background-color: #80D533;
}
</style>
border-color css
<style>
span { border-color: #80D533; }
span { border-color: rgb(128,213,51); }
td.TdClassName
{
border-color: #80D533;
}
.TagClassName
{
border-color: #80D533;
}
</style>