Shades of Yellow Green #80CB35
Tints of Yellow Green #80CB35
RGB
CMYK
RGB Variations
Color information
#80CB35 (or 0x80CB35) is known color: Yellow Green. HEX triplet: 80, CB and 35. RGB value is (128,203,53). Sum of RGB (Red+Green+Blue) = 128+203+53=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB35 is #7F34CA. Grayscale: #A4A4A4. Windows color (decimal): -8336587 or 3525504. OLE color: 3525504.
HSL color Cylindrical-coordinate representation of color #80CB35: hue angle of 90º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80CB35 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 53 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.20 |
| HSL | 90º | 0.59% | 0.5% | - |
| HSV(B) | 90º | 0.74% | 0.8% | - |
| XYZ | 30.9 | 47.56 | 10.92 | - |
| YUV | 163.48 | 65.65 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 53 | 0.37 | 0 | 0.74 | 0.20 | 90 | 0.59 | 0.5 |
| Hex | 80 | CB | 35 | 25 | 0 | 4A | 14 | 5A | 3B | 32 |
| Octal | 200 | 313 | 65 | 45 | 0 | 112 | 24 | 132 | 73 | 62 |
| Binary | 10000000 | 11001011 | 110101 | 100101 | 0 | 1001010 | 10100 | 1011010 | 111011 | 110010 |
Color Harmonies of #80CB35
Complementary color
Monochromatic Colors of #80CB35
Black with #80CB35
Text Example
Text Example
White with #80CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB35; }
p { color: rgb(128,203,53); }
H1.HeaderClassName
{
color: #80CB35;
}
.AnyTagClassName
{
color: #80CB35;
}
</style>
background-color css
<style>
a { background-color: #80CB35; }
a { background-color: rgb(128,203,53); }
div.DivClassName
{
background-color: #80CB35;
}
.BgClassName
{
background-color: #80CB35;
}
</style>
border-color css
<style>
span { border-color: #80CB35; }
span { border-color: rgb(128,203,53); }
td.TdClassName
{
border-color: #80CB35;
}
.TagClassName
{
border-color: #80CB35;
}
</style>