Shades of Yellow Green #80CE35
Tints of Yellow Green #80CE35
RGB
CMYK
RGB Variations
Color information
#80CE35 (or 0x80CE35) is known color: Yellow Green. HEX triplet: 80, CE and 35. RGB value is (128,206,53). Sum of RGB (Red+Green+Blue) = 128+206+53=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE35 is #7F31CA. Grayscale: #A5A5A5. Windows color (decimal): -8335819 or 3526272. OLE color: 3526272.
HSL color Cylindrical-coordinate representation of color #80CE35: hue angle of 90.59º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80CE35 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 53 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.19 |
| HSL | 90.59º | 0.61% | 0.51% | - |
| HSV(B) | 90.59º | 0.74% | 0.81% | - |
| XYZ | 31.62 | 48.99 | 11.16 | - |
| YUV | 165.24 | 64.66 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 53 | 0.38 | 0 | 0.74 | 0.19 | 90.59 | 0.61 | 0.51 |
| Hex | 80 | CE | 35 | 26 | 0 | 4A | 13 | 5B | 3D | 33 |
| Octal | 200 | 316 | 65 | 46 | 0 | 112 | 23 | 133 | 75 | 63 |
| Binary | 10000000 | 11001110 | 110101 | 100110 | 0 | 1001010 | 10011 | 1011011 | 111101 | 110011 |
Color Harmonies of #80CE35
Complementary color
Monochromatic Colors of #80CE35
Black with #80CE35
Text Example
Text Example
White with #80CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE35; }
p { color: rgb(128,206,53); }
H1.HeaderClassName
{
color: #80CE35;
}
.AnyTagClassName
{
color: #80CE35;
}
</style>
background-color css
<style>
a { background-color: #80CE35; }
a { background-color: rgb(128,206,53); }
div.DivClassName
{
background-color: #80CE35;
}
.BgClassName
{
background-color: #80CE35;
}
</style>
border-color css
<style>
span { border-color: #80CE35; }
span { border-color: rgb(128,206,53); }
td.TdClassName
{
border-color: #80CE35;
}
.TagClassName
{
border-color: #80CE35;
}
</style>