Shades of Yellow Green #80CB33
Tints of Yellow Green #80CB33
RGB
CMYK
RGB Variations
Color information
#80CB33 (or 0x80CB33) is known color: Yellow Green. HEX triplet: 80, CB and 33. RGB value is (128,203,51). Sum of RGB (Red+Green+Blue) = 128+203+51=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB33 is #7F34CC. Grayscale: #A3A3A3. Windows color (decimal): -8336589 or 3394432. OLE color: 3394432.
HSL color Cylindrical-coordinate representation of color #80CB33: hue angle of 89.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80CB33 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 51 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.20 |
| HSL | 89.61º | 0.6% | 0.5% | - |
| HSV(B) | 89.61º | 0.75% | 0.8% | - |
| XYZ | 30.86 | 47.54 | 10.68 | - |
| YUV | 163.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 51 | 0.37 | 0 | 0.75 | 0.20 | 89.61 | 0.6 | 0.5 |
| Hex | 80 | CB | 33 | 25 | 0 | 4B | 14 | 5A | 3C | 32 |
| Octal | 200 | 313 | 63 | 45 | 0 | 113 | 24 | 132 | 74 | 62 |
| Binary | 10000000 | 11001011 | 110011 | 100101 | 0 | 1001011 | 10100 | 1011010 | 111100 | 110010 |
Color Harmonies of #80CB33
Complementary color
Monochromatic Colors of #80CB33
Black with #80CB33
Text Example
Text Example
White with #80CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB33; }
p { color: rgb(128,203,51); }
H1.HeaderClassName
{
color: #80CB33;
}
.AnyTagClassName
{
color: #80CB33;
}
</style>
background-color css
<style>
a { background-color: #80CB33; }
a { background-color: rgb(128,203,51); }
div.DivClassName
{
background-color: #80CB33;
}
.BgClassName
{
background-color: #80CB33;
}
</style>
border-color css
<style>
span { border-color: #80CB33; }
span { border-color: rgb(128,203,51); }
td.TdClassName
{
border-color: #80CB33;
}
.TagClassName
{
border-color: #80CB33;
}
</style>