Shades of Yellow Green #80CA32
Tints of Yellow Green #80CA32
RGB
CMYK
RGB Variations
Color information
#80CA32 (or 0x80CA32) is known color: Yellow Green. HEX triplet: 80, CA and 32. RGB value is (128,202,50). Sum of RGB (Red+Green+Blue) = 128+202+50=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA32 is #7F35CD. Grayscale: #A3A3A3. Windows color (decimal): -8336846 or 3328640. OLE color: 3328640.
HSL color Cylindrical-coordinate representation of color #80CA32: hue angle of 89.21º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80CA32 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 50 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.21 |
| HSL | 89.21º | 0.6% | 0.49% | - |
| HSV(B) | 89.21º | 0.75% | 0.79% | - |
| XYZ | 30.6 | 47.06 | 10.49 | - |
| YUV | 162.55 | 64.48 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 50 | 0.37 | 0 | 0.75 | 0.21 | 89.21 | 0.6 | 0.49 |
| Hex | 80 | CA | 32 | 25 | 0 | 4B | 15 | 59 | 3C | 31 |
| Octal | 200 | 312 | 62 | 45 | 0 | 113 | 25 | 131 | 74 | 61 |
| Binary | 10000000 | 11001010 | 110010 | 100101 | 0 | 1001011 | 10101 | 1011001 | 111100 | 110001 |
Color Harmonies of #80CA32
Complementary color
Monochromatic Colors of #80CA32
Black with #80CA32
Text Example
Text Example
White with #80CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA32; }
p { color: rgb(128,202,50); }
H1.HeaderClassName
{
color: #80CA32;
}
.AnyTagClassName
{
color: #80CA32;
}
</style>
background-color css
<style>
a { background-color: #80CA32; }
a { background-color: rgb(128,202,50); }
div.DivClassName
{
background-color: #80CA32;
}
.BgClassName
{
background-color: #80CA32;
}
</style>
border-color css
<style>
span { border-color: #80CA32; }
span { border-color: rgb(128,202,50); }
td.TdClassName
{
border-color: #80CA32;
}
.TagClassName
{
border-color: #80CA32;
}
</style>