Shades of Yellow Green #80C33A
Tints of Yellow Green #80C33A
RGB
CMYK
RGB Variations
Color information
#80C33A (or 0x80C33A) is known color: Yellow Green. HEX triplet: 80, C3 and 3A. RGB value is (128,195,58). Sum of RGB (Red+Green+Blue) = 128+195+58=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #80C33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C33A is #7F3CC5. Grayscale: #9F9F9F. Windows color (decimal): -8338630 or 3851136. OLE color: 3851136.
HSL color Cylindrical-coordinate representation of color #80C33A: hue angle of 89.34º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80C33A is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 58 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.24 |
| HSL | 89.34º | 0.54% | 0.5% | - |
| HSV(B) | 89.34º | 0.7% | 0.76% | - |
| XYZ | 29.18 | 43.92 | 10.94 | - |
| YUV | 159.35 | 70.8 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 58 | 0.34 | 0 | 0.70 | 0.24 | 89.34 | 0.54 | 0.5 |
| Hex | 80 | C3 | 3A | 22 | 0 | 46 | 18 | 59 | 36 | 32 |
| Octal | 200 | 303 | 72 | 42 | 0 | 106 | 30 | 131 | 66 | 62 |
| Binary | 10000000 | 11000011 | 111010 | 100010 | 0 | 1000110 | 11000 | 1011001 | 110110 | 110010 |
Color Harmonies of #80C33A
Complementary color
Monochromatic Colors of #80C33A
Black with #80C33A
Text Example
Text Example
White with #80C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C33A; }
p { color: rgb(128,195,58); }
H1.HeaderClassName
{
color: #80C33A;
}
.AnyTagClassName
{
color: #80C33A;
}
</style>
background-color css
<style>
a { background-color: #80C33A; }
a { background-color: rgb(128,195,58); }
div.DivClassName
{
background-color: #80C33A;
}
.BgClassName
{
background-color: #80C33A;
}
</style>
border-color css
<style>
span { border-color: #80C33A; }
span { border-color: rgb(128,195,58); }
td.TdClassName
{
border-color: #80C33A;
}
.TagClassName
{
border-color: #80C33A;
}
</style>