Shades of Yellow Green #80C63B
Tints of Yellow Green #80C63B
RGB
CMYK
RGB Variations
Color information
#80C63B (or 0x80C63B) is known color: Yellow Green. HEX triplet: 80, C6 and 3B. RGB value is (128,198,59). Sum of RGB (Red+Green+Blue) = 128+198+59=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #80C63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C63B is #7F39C4. Grayscale: #A1A1A1. Windows color (decimal): -8337861 or 3917440. OLE color: 3917440.
HSL color Cylindrical-coordinate representation of color #80C63B: hue angle of 90.22º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80C63B is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 59 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.22 |
| HSL | 90.22º | 0.55% | 0.5% | - |
| HSV(B) | 90.22º | 0.7% | 0.78% | - |
| XYZ | 29.89 | 45.29 | 11.3 | - |
| YUV | 161.22 | 70.31 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 59 | 0.35 | 0 | 0.70 | 0.22 | 90.22 | 0.55 | 0.5 |
| Hex | 80 | C6 | 3B | 23 | 0 | 46 | 16 | 5A | 37 | 32 |
| Octal | 200 | 306 | 73 | 43 | 0 | 106 | 26 | 132 | 67 | 62 |
| Binary | 10000000 | 11000110 | 111011 | 100011 | 0 | 1000110 | 10110 | 1011010 | 110111 | 110010 |
Color Harmonies of #80C63B
Complementary color
Monochromatic Colors of #80C63B
Black with #80C63B
Text Example
Text Example
White with #80C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C63B; }
p { color: rgb(128,198,59); }
H1.HeaderClassName
{
color: #80C63B;
}
.AnyTagClassName
{
color: #80C63B;
}
</style>
background-color css
<style>
a { background-color: #80C63B; }
a { background-color: rgb(128,198,59); }
div.DivClassName
{
background-color: #80C63B;
}
.BgClassName
{
background-color: #80C63B;
}
</style>
border-color css
<style>
span { border-color: #80C63B; }
span { border-color: rgb(128,198,59); }
td.TdClassName
{
border-color: #80C63B;
}
.TagClassName
{
border-color: #80C63B;
}
</style>