Shades of Yellow Green #80EC2B
Tints of Yellow Green #80EC2B
RGB
CMYK
RGB Variations
Color information
#80EC2B (or 0x80EC2B) is known color: Yellow Green. HEX triplet: 80, EC and 2B. RGB value is (128,236,43). Sum of RGB (Red+Green+Blue) = 128+236+43=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EC2B is #7F13D4. Grayscale: #B6B6B6. Windows color (decimal): -8328149 or 2878592. OLE color: 2878592.
HSL color Cylindrical-coordinate representation of color #80EC2B: hue angle of 93.58º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80EC2B is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 43 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.07 |
| HSL | 93.58º | 0.84% | 0.55% | - |
| HSV(B) | 93.58º | 0.82% | 0.93% | - |
| XYZ | 39.33 | 64.75 | 12.71 | - |
| YUV | 181.71 | 49.72 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 43 | 0.46 | 0 | 0.82 | 0.07 | 93.58 | 0.84 | 0.55 |
| Hex | 80 | EC | 2B | 2E | 0 | 52 | 7 | 5E | 54 | 37 |
| Octal | 200 | 354 | 53 | 56 | 0 | 122 | 7 | 136 | 124 | 67 |
| Binary | 10000000 | 11101100 | 101011 | 101110 | 0 | 1010010 | 111 | 1011110 | 1010100 | 110111 |
Color Harmonies of #80EC2B
Complementary color
Monochromatic Colors of #80EC2B
Black with #80EC2B
Text Example
Text Example
White with #80EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC2B; }
p { color: rgb(128,236,43); }
H1.HeaderClassName
{
color: #80EC2B;
}
.AnyTagClassName
{
color: #80EC2B;
}
</style>
background-color css
<style>
a { background-color: #80EC2B; }
a { background-color: rgb(128,236,43); }
div.DivClassName
{
background-color: #80EC2B;
}
.BgClassName
{
background-color: #80EC2B;
}
</style>
border-color css
<style>
span { border-color: #80EC2B; }
span { border-color: rgb(128,236,43); }
td.TdClassName
{
border-color: #80EC2B;
}
.TagClassName
{
border-color: #80EC2B;
}
</style>