Shades of Yellow Green #80C433
Tints of Yellow Green #80C433
RGB
CMYK
RGB Variations
Color information
#80C433 (or 0x80C433) is known color: Yellow Green. HEX triplet: 80, C4 and 33. RGB value is (128,196,51). Sum of RGB (Red+Green+Blue) = 128+196+51=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #80C433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C433 is #7F3BCC. Grayscale: #9F9F9F. Windows color (decimal): -8338381 or 3392640. OLE color: 3392640.
HSL color Cylindrical-coordinate representation of color #80C433: hue angle of 88.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80C433 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 51 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.23 |
| HSL | 88.14º | 0.59% | 0.48% | - |
| HSV(B) | 88.14º | 0.74% | 0.77% | - |
| XYZ | 29.24 | 44.31 | 10.14 | - |
| YUV | 159.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 51 | 0.35 | 0 | 0.74 | 0.23 | 88.14 | 0.59 | 0.48 |
| Hex | 80 | C4 | 33 | 23 | 0 | 4A | 17 | 58 | 3B | 30 |
| Octal | 200 | 304 | 63 | 43 | 0 | 112 | 27 | 130 | 73 | 60 |
| Binary | 10000000 | 11000100 | 110011 | 100011 | 0 | 1001010 | 10111 | 1011000 | 111011 | 110000 |
Color Harmonies of #80C433
Complementary color
Monochromatic Colors of #80C433
Black with #80C433
Text Example
Text Example
White with #80C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C433; }
p { color: rgb(128,196,51); }
H1.HeaderClassName
{
color: #80C433;
}
.AnyTagClassName
{
color: #80C433;
}
</style>
background-color css
<style>
a { background-color: #80C433; }
a { background-color: rgb(128,196,51); }
div.DivClassName
{
background-color: #80C433;
}
.BgClassName
{
background-color: #80C433;
}
</style>
border-color css
<style>
span { border-color: #80C433; }
span { border-color: rgb(128,196,51); }
td.TdClassName
{
border-color: #80C433;
}
.TagClassName
{
border-color: #80C433;
}
</style>