Shades of Yellow Green #80CA24
Tints of Yellow Green #80CA24
RGB
CMYK
RGB Variations
Color information
#80CA24 (or 0x80CA24) is known color: Yellow Green. HEX triplet: 80, CA and 24. RGB value is (128,202,36). Sum of RGB (Red+Green+Blue) = 128+202+36=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA24 is #7F35DB. Grayscale: #A1A1A1. Windows color (decimal): -8336860 or 2411136. OLE color: 2411136.
HSL color Cylindrical-coordinate representation of color #80CA24: hue angle of 86.75º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80CA24 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 36 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.21 |
| HSL | 86.75º | 0.7% | 0.47% | - |
| HSV(B) | 86.75º | 0.82% | 0.79% | - |
| XYZ | 30.34 | 46.96 | 9.13 | - |
| YUV | 160.95 | 57.48 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 36 | 0.37 | 0 | 0.82 | 0.21 | 86.75 | 0.7 | 0.47 |
| Hex | 80 | CA | 24 | 25 | 0 | 52 | 15 | 57 | 46 | 2F |
| Octal | 200 | 312 | 44 | 45 | 0 | 122 | 25 | 127 | 106 | 57 |
| Binary | 10000000 | 11001010 | 100100 | 100101 | 0 | 1010010 | 10101 | 1010111 | 1000110 | 101111 |
Color Harmonies of #80CA24
Complementary color
Monochromatic Colors of #80CA24
Black with #80CA24
Text Example
Text Example
White with #80CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA24; }
p { color: rgb(128,202,36); }
H1.HeaderClassName
{
color: #80CA24;
}
.AnyTagClassName
{
color: #80CA24;
}
</style>
background-color css
<style>
a { background-color: #80CA24; }
a { background-color: rgb(128,202,36); }
div.DivClassName
{
background-color: #80CA24;
}
.BgClassName
{
background-color: #80CA24;
}
</style>
border-color css
<style>
span { border-color: #80CA24; }
span { border-color: rgb(128,202,36); }
td.TdClassName
{
border-color: #80CA24;
}
.TagClassName
{
border-color: #80CA24;
}
</style>