Shades of Yellow Green #80C538
Tints of Yellow Green #80C538
RGB
CMYK
RGB Variations
Color information
#80C538 (or 0x80C538) is known color: Yellow Green. HEX triplet: 80, C5 and 38. RGB value is (128,197,56). Sum of RGB (Red+Green+Blue) = 128+197+56=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #80C538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C538 is #7F3AC7. Grayscale: #A0A0A0. Windows color (decimal): -8338120 or 3720576. OLE color: 3720576.
HSL color Cylindrical-coordinate representation of color #80C538: hue angle of 89.36º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80C538 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 56 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.23 |
| HSL | 89.36º | 0.56% | 0.5% | - |
| HSV(B) | 89.36º | 0.72% | 0.77% | - |
| XYZ | 29.58 | 44.81 | 10.83 | - |
| YUV | 160.3 | 69.14 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 56 | 0.35 | 0 | 0.72 | 0.23 | 89.36 | 0.56 | 0.5 |
| Hex | 80 | C5 | 38 | 23 | 0 | 48 | 17 | 59 | 38 | 32 |
| Octal | 200 | 305 | 70 | 43 | 0 | 110 | 27 | 131 | 70 | 62 |
| Binary | 10000000 | 11000101 | 111000 | 100011 | 0 | 1001000 | 10111 | 1011001 | 111000 | 110010 |
Color Harmonies of #80C538
Complementary color
Monochromatic Colors of #80C538
Black with #80C538
Text Example
Text Example
White with #80C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C538; }
p { color: rgb(128,197,56); }
H1.HeaderClassName
{
color: #80C538;
}
.AnyTagClassName
{
color: #80C538;
}
</style>
background-color css
<style>
a { background-color: #80C538; }
a { background-color: rgb(128,197,56); }
div.DivClassName
{
background-color: #80C538;
}
.BgClassName
{
background-color: #80C538;
}
</style>
border-color css
<style>
span { border-color: #80C538; }
span { border-color: rgb(128,197,56); }
td.TdClassName
{
border-color: #80C538;
}
.TagClassName
{
border-color: #80C538;
}
</style>