Shades of Yellow Green #80C63C
Tints of Yellow Green #80C63C
RGB
CMYK
RGB Variations
Color information
#80C63C (or 0x80C63C) is known color: Yellow Green. HEX triplet: 80, C6 and 3C. RGB value is (128,198,60). Sum of RGB (Red+Green+Blue) = 128+198+60=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #80C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C63C is #7F39C3. Grayscale: #A1A1A1. Windows color (decimal): -8337860 or 3982976. OLE color: 3982976.
HSL color Cylindrical-coordinate representation of color #80C63C: hue angle of 90.43º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80C63C is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 60 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.22 |
| HSL | 90.43º | 0.55% | 0.51% | - |
| HSV(B) | 90.43º | 0.7% | 0.78% | - |
| XYZ | 29.91 | 45.3 | 11.44 | - |
| YUV | 161.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 60 | 0.35 | 0 | 0.70 | 0.22 | 90.43 | 0.55 | 0.51 |
| Hex | 80 | C6 | 3C | 23 | 0 | 46 | 16 | 5A | 37 | 33 |
| Octal | 200 | 306 | 74 | 43 | 0 | 106 | 26 | 132 | 67 | 63 |
| Binary | 10000000 | 11000110 | 111100 | 100011 | 0 | 1000110 | 10110 | 1011010 | 110111 | 110011 |
Color Harmonies of #80C63C
Complementary color
Monochromatic Colors of #80C63C
Black with #80C63C
Text Example
Text Example
White with #80C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C63C; }
p { color: rgb(128,198,60); }
H1.HeaderClassName
{
color: #80C63C;
}
.AnyTagClassName
{
color: #80C63C;
}
</style>
background-color css
<style>
a { background-color: #80C63C; }
a { background-color: rgb(128,198,60); }
div.DivClassName
{
background-color: #80C63C;
}
.BgClassName
{
background-color: #80C63C;
}
</style>
border-color css
<style>
span { border-color: #80C63C; }
span { border-color: rgb(128,198,60); }
td.TdClassName
{
border-color: #80C63C;
}
.TagClassName
{
border-color: #80C63C;
}
</style>