Shades of Yellow Green #80CC31
Tints of Yellow Green #80CC31
RGB
CMYK
RGB Variations
Color information
#80CC31 (or 0x80CC31) is known color: Yellow Green. HEX triplet: 80, CC and 31. RGB value is (128,204,49). Sum of RGB (Red+Green+Blue) = 128+204+49=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC31 is #7F33CE. Grayscale: #A4A4A4. Windows color (decimal): -8336335 or 3263616. OLE color: 3263616.
HSL color Cylindrical-coordinate representation of color #80CC31: hue angle of 89.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80CC31 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 49 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.2 |
| HSL | 89.42º | 0.61% | 0.5% | - |
| HSV(B) | 89.42º | 0.76% | 0.8% | - |
| XYZ | 31.05 | 48 | 10.53 | - |
| YUV | 163.61 | 63.32 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 49 | 0.37 | 0 | 0.76 | 0.2 | 89.42 | 0.61 | 0.5 |
| Hex | 80 | CC | 31 | 25 | 0 | 4C | 14 | 59 | 3D | 32 |
| Octal | 200 | 314 | 61 | 45 | 0 | 114 | 24 | 131 | 75 | 62 |
| Binary | 10000000 | 11001100 | 110001 | 100101 | 0 | 1001100 | 10100 | 1011001 | 111101 | 110010 |
Color Harmonies of #80CC31
Complementary color
Monochromatic Colors of #80CC31
Black with #80CC31
Text Example
Text Example
White with #80CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC31; }
p { color: rgb(128,204,49); }
H1.HeaderClassName
{
color: #80CC31;
}
.AnyTagClassName
{
color: #80CC31;
}
</style>
background-color css
<style>
a { background-color: #80CC31; }
a { background-color: rgb(128,204,49); }
div.DivClassName
{
background-color: #80CC31;
}
.BgClassName
{
background-color: #80CC31;
}
</style>
border-color css
<style>
span { border-color: #80CC31; }
span { border-color: rgb(128,204,49); }
td.TdClassName
{
border-color: #80CC31;
}
.TagClassName
{
border-color: #80CC31;
}
</style>