Shades of Yellow Green #80CA2E
Tints of Yellow Green #80CA2E
RGB
CMYK
RGB Variations
Color information
#80CA2E (or 0x80CA2E) is known color: Yellow Green. HEX triplet: 80, CA and 2E. RGB value is (128,202,46). Sum of RGB (Red+Green+Blue) = 128+202+46=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA2E is #7F35D1. Grayscale: #A2A2A2. Windows color (decimal): -8336850 or 3066496. OLE color: 3066496.
HSL color Cylindrical-coordinate representation of color #80CA2E: hue angle of 88.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80CA2E is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 46 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.21 |
| HSL | 88.46º | 0.63% | 0.49% | - |
| HSV(B) | 88.46º | 0.77% | 0.79% | - |
| XYZ | 30.52 | 47.03 | 10.05 | - |
| YUV | 162.09 | 62.48 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 46 | 0.37 | 0 | 0.77 | 0.21 | 88.46 | 0.63 | 0.49 |
| Hex | 80 | CA | 2E | 25 | 0 | 4D | 15 | 58 | 3F | 31 |
| Octal | 200 | 312 | 56 | 45 | 0 | 115 | 25 | 130 | 77 | 61 |
| Binary | 10000000 | 11001010 | 101110 | 100101 | 0 | 1001101 | 10101 | 1011000 | 111111 | 110001 |
Color Harmonies of #80CA2E
Complementary color
Monochromatic Colors of #80CA2E
Black with #80CA2E
Text Example
Text Example
White with #80CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA2E; }
p { color: rgb(128,202,46); }
H1.HeaderClassName
{
color: #80CA2E;
}
.AnyTagClassName
{
color: #80CA2E;
}
</style>
background-color css
<style>
a { background-color: #80CA2E; }
a { background-color: rgb(128,202,46); }
div.DivClassName
{
background-color: #80CA2E;
}
.BgClassName
{
background-color: #80CA2E;
}
</style>
border-color css
<style>
span { border-color: #80CA2E; }
span { border-color: rgb(128,202,46); }
td.TdClassName
{
border-color: #80CA2E;
}
.TagClassName
{
border-color: #80CA2E;
}
</style>