Shades of Yellow Green #80CB24
Tints of Yellow Green #80CB24
RGB
CMYK
RGB Variations
Color information
#80CB24 (or 0x80CB24) is known color: Yellow Green. HEX triplet: 80, CB and 24. RGB value is (128,203,36). Sum of RGB (Red+Green+Blue) = 128+203+36=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB24 is #7F34DB. Grayscale: #A2A2A2. Windows color (decimal): -8336604 or 2411392. OLE color: 2411392.
HSL color Cylindrical-coordinate representation of color #80CB24: hue angle of 86.95º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80CB24 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 36 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.20 |
| HSL | 86.95º | 0.7% | 0.47% | - |
| HSV(B) | 86.95º | 0.82% | 0.8% | - |
| XYZ | 30.58 | 47.43 | 9.21 | - |
| YUV | 161.54 | 57.15 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 36 | 0.37 | 0 | 0.82 | 0.20 | 86.95 | 0.7 | 0.47 |
| Hex | 80 | CB | 24 | 25 | 0 | 52 | 14 | 57 | 46 | 2F |
| Octal | 200 | 313 | 44 | 45 | 0 | 122 | 24 | 127 | 106 | 57 |
| Binary | 10000000 | 11001011 | 100100 | 100101 | 0 | 1010010 | 10100 | 1010111 | 1000110 | 101111 |
Color Harmonies of #80CB24
Complementary color
Monochromatic Colors of #80CB24
Black with #80CB24
Text Example
Text Example
White with #80CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB24; }
p { color: rgb(128,203,36); }
H1.HeaderClassName
{
color: #80CB24;
}
.AnyTagClassName
{
color: #80CB24;
}
</style>
background-color css
<style>
a { background-color: #80CB24; }
a { background-color: rgb(128,203,36); }
div.DivClassName
{
background-color: #80CB24;
}
.BgClassName
{
background-color: #80CB24;
}
</style>
border-color css
<style>
span { border-color: #80CB24; }
span { border-color: rgb(128,203,36); }
td.TdClassName
{
border-color: #80CB24;
}
.TagClassName
{
border-color: #80CB24;
}
</style>