Shades of Trendy Green #808215
Tints of Trendy Green #808215
RGB
CMYK
RGB Variations
Color information
#808215 (or 0x808215) is known color: Trendy Green. HEX triplet: 80, 82 and 15. RGB value is (128,130,21). Sum of RGB (Red+Green+Blue) = 128+130+21=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #808215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808215 is #7F7DEA. Grayscale: #757575. Windows color (decimal): -8355307 or 1409664. OLE color: 1409664.
HSL color Cylindrical-coordinate representation of color #808215: hue angle of 61.1º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #808215 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 21 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.49 |
| HSL | 61.1º | 0.72% | 0.3% | - |
| HSV(B) | 61.1º | 0.84% | 0.51% | - |
| XYZ | 17.02 | 20.61 | 3.79 | - |
| YUV | 116.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 21 | 0.02 | 0 | 0.84 | 0.49 | 61.1 | 0.72 | 0.3 |
| Hex | 80 | 82 | 15 | 2 | 0 | 54 | 31 | 3D | 48 | 1E |
| Octal | 200 | 202 | 25 | 2 | 0 | 124 | 61 | 75 | 110 | 36 |
| Binary | 10000000 | 10000010 | 10101 | 10 | 0 | 1010100 | 110001 | 111101 | 1001000 | 11110 |
Color Harmonies of #808215
Complementary color
Monochromatic Colors of #808215
Black with #808215
Text Example
Text Example
White with #808215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808215; }
p { color: rgb(128,130,21); }
H1.HeaderClassName
{
color: #808215;
}
.AnyTagClassName
{
color: #808215;
}
</style>
background-color css
<style>
a { background-color: #808215; }
a { background-color: rgb(128,130,21); }
div.DivClassName
{
background-color: #808215;
}
.BgClassName
{
background-color: #808215;
}
</style>
border-color css
<style>
span { border-color: #808215; }
span { border-color: rgb(128,130,21); }
td.TdClassName
{
border-color: #808215;
}
.TagClassName
{
border-color: #808215;
}
</style>