Shades of Yellow Green #80C636
Tints of Yellow Green #80C636
RGB
CMYK
RGB Variations
Color information
#80C636 (or 0x80C636) is known color: Yellow Green. HEX triplet: 80, C6 and 36. RGB value is (128,198,54). Sum of RGB (Red+Green+Blue) = 128+198+54=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #80C636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C636 is #7F39C9. Grayscale: #A1A1A1. Windows color (decimal): -8337866 or 3589760. OLE color: 3589760.
HSL color Cylindrical-coordinate representation of color #80C636: hue angle of 89.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80C636 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 54 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.22 |
| HSL | 89.17º | 0.57% | 0.49% | - |
| HSV(B) | 89.17º | 0.73% | 0.78% | - |
| XYZ | 29.76 | 45.24 | 10.65 | - |
| YUV | 160.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 54 | 0.35 | 0 | 0.73 | 0.22 | 89.17 | 0.57 | 0.49 |
| Hex | 80 | C6 | 36 | 23 | 0 | 49 | 16 | 59 | 39 | 31 |
| Octal | 200 | 306 | 66 | 43 | 0 | 111 | 26 | 131 | 71 | 61 |
| Binary | 10000000 | 11000110 | 110110 | 100011 | 0 | 1001001 | 10110 | 1011001 | 111001 | 110001 |
Color Harmonies of #80C636
Complementary color
Monochromatic Colors of #80C636
Black with #80C636
Text Example
Text Example
White with #80C636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C636; }
p { color: rgb(128,198,54); }
H1.HeaderClassName
{
color: #80C636;
}
.AnyTagClassName
{
color: #80C636;
}
</style>
background-color css
<style>
a { background-color: #80C636; }
a { background-color: rgb(128,198,54); }
div.DivClassName
{
background-color: #80C636;
}
.BgClassName
{
background-color: #80C636;
}
</style>
border-color css
<style>
span { border-color: #80C636; }
span { border-color: rgb(128,198,54); }
td.TdClassName
{
border-color: #80C636;
}
.TagClassName
{
border-color: #80C636;
}
</style>