Shades of Yellow Green #80CA33
Tints of Yellow Green #80CA33
RGB
CMYK
RGB Variations
Color information
#80CA33 (or 0x80CA33) is known color: Yellow Green. HEX triplet: 80, CA and 33. RGB value is (128,202,51). Sum of RGB (Red+Green+Blue) = 128+202+51=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA33 is #7F35CC. Grayscale: #A3A3A3. Windows color (decimal): -8336845 or 3394176. OLE color: 3394176.
HSL color Cylindrical-coordinate representation of color #80CA33: hue angle of 89.4º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80CA33 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 51 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.21 |
| HSL | 89.4º | 0.6% | 0.5% | - |
| HSV(B) | 89.4º | 0.75% | 0.79% | - |
| XYZ | 30.62 | 47.07 | 10.6 | - |
| YUV | 162.66 | 64.98 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 51 | 0.37 | 0 | 0.75 | 0.21 | 89.4 | 0.6 | 0.5 |
| Hex | 80 | CA | 33 | 25 | 0 | 4B | 15 | 59 | 3C | 32 |
| Octal | 200 | 312 | 63 | 45 | 0 | 113 | 25 | 131 | 74 | 62 |
| Binary | 10000000 | 11001010 | 110011 | 100101 | 0 | 1001011 | 10101 | 1011001 | 111100 | 110010 |
Color Harmonies of #80CA33
Complementary color
Monochromatic Colors of #80CA33
Black with #80CA33
Text Example
Text Example
White with #80CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA33; }
p { color: rgb(128,202,51); }
H1.HeaderClassName
{
color: #80CA33;
}
.AnyTagClassName
{
color: #80CA33;
}
</style>
background-color css
<style>
a { background-color: #80CA33; }
a { background-color: rgb(128,202,51); }
div.DivClassName
{
background-color: #80CA33;
}
.BgClassName
{
background-color: #80CA33;
}
</style>
border-color css
<style>
span { border-color: #80CA33; }
span { border-color: rgb(128,202,51); }
td.TdClassName
{
border-color: #80CA33;
}
.TagClassName
{
border-color: #80CA33;
}
</style>