Shades of Yellow Green #80C72E
Tints of Yellow Green #80C72E
RGB
CMYK
RGB Variations
Color information
#80C72E (or 0x80C72E) is known color: Yellow Green. HEX triplet: 80, C7 and 2E. RGB value is (128,199,46). Sum of RGB (Red+Green+Blue) = 128+199+46=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #80C72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C72E is #7F38D1. Grayscale: #A0A0A0. Windows color (decimal): -8337618 or 3065728. OLE color: 3065728.
HSL color Cylindrical-coordinate representation of color #80C72E: hue angle of 87.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80C72E is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 46 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.22 |
| HSL | 87.84º | 0.62% | 0.48% | - |
| HSV(B) | 87.84º | 0.77% | 0.78% | - |
| XYZ | 29.82 | 45.63 | 9.82 | - |
| YUV | 160.33 | 63.48 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 46 | 0.36 | 0 | 0.77 | 0.22 | 87.84 | 0.62 | 0.48 |
| Hex | 80 | C7 | 2E | 24 | 0 | 4D | 16 | 58 | 3E | 30 |
| Octal | 200 | 307 | 56 | 44 | 0 | 115 | 26 | 130 | 76 | 60 |
| Binary | 10000000 | 11000111 | 101110 | 100100 | 0 | 1001101 | 10110 | 1011000 | 111110 | 110000 |
Color Harmonies of #80C72E
Complementary color
Monochromatic Colors of #80C72E
Black with #80C72E
Text Example
Text Example
White with #80C72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C72E; }
p { color: rgb(128,199,46); }
H1.HeaderClassName
{
color: #80C72E;
}
.AnyTagClassName
{
color: #80C72E;
}
</style>
background-color css
<style>
a { background-color: #80C72E; }
a { background-color: rgb(128,199,46); }
div.DivClassName
{
background-color: #80C72E;
}
.BgClassName
{
background-color: #80C72E;
}
</style>
border-color css
<style>
span { border-color: #80C72E; }
span { border-color: rgb(128,199,46); }
td.TdClassName
{
border-color: #80C72E;
}
.TagClassName
{
border-color: #80C72E;
}
</style>