Shades of Yellow Green #80E321
Tints of Yellow Green #80E321
RGB
CMYK
RGB Variations
Color information
#80E321 (or 0x80E321) is known color: Yellow Green. HEX triplet: 80, E3 and 21. RGB value is (128,227,33). Sum of RGB (Red+Green+Blue) = 128+227+33=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 227 (89.06% from 255 or 58.51% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 227 - color contains mainly: green. Hex color #80E321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E321 is #7F1CDE. Grayscale: #AFAFAF. Windows color (decimal): -8330463 or 2220928. OLE color: 2220928.
HSL color Cylindrical-coordinate representation of color #80E321: hue angle of 90.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80E321 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 33 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.11 |
| HSL | 90.62º | 0.78% | 0.51% | - |
| HSV(B) | 90.62º | 0.85% | 0.89% | - |
| XYZ | 36.65 | 59.64 | 11.02 | - |
| YUV | 175.28 | 47.7 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 33 | 0.44 | 0 | 0.85 | 0.11 | 90.62 | 0.78 | 0.51 |
| Hex | 80 | E3 | 21 | 2C | 0 | 55 | B | 5B | 4E | 33 |
| Octal | 200 | 343 | 41 | 54 | 0 | 125 | 13 | 133 | 116 | 63 |
| Binary | 10000000 | 11100011 | 100001 | 101100 | 0 | 1010101 | 1011 | 1011011 | 1001110 | 110011 |
Color Harmonies of #80E321
Complementary color
Monochromatic Colors of #80E321
Black with #80E321
Text Example
Text Example
White with #80E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E321; }
p { color: rgb(128,227,33); }
H1.HeaderClassName
{
color: #80E321;
}
.AnyTagClassName
{
color: #80E321;
}
</style>
background-color css
<style>
a { background-color: #80E321; }
a { background-color: rgb(128,227,33); }
div.DivClassName
{
background-color: #80E321;
}
.BgClassName
{
background-color: #80E321;
}
</style>
border-color css
<style>
span { border-color: #80E321; }
span { border-color: rgb(128,227,33); }
td.TdClassName
{
border-color: #80E321;
}
.TagClassName
{
border-color: #80E321;
}
</style>