Shades of Envy #80AF85
Tints of Envy #80AF85
RGB
CMYK
RGB Variations
Color information
#80AF85 (or 0x80AF85) is known color: Envy. HEX triplet: 80, AF and 85. RGB value is (128,175,133). Sum of RGB (Red+Green+Blue) = 128+175+133=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF85 is #7F507A. Grayscale: #9C9C9C. Windows color (decimal): -8343675 or 8761216. OLE color: 8761216.
HSL color Cylindrical-coordinate representation of color #80AF85: hue angle of 126.38º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF85 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 133 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.31 |
| HSL | 126.38º | 0.23% | 0.59% | - |
| HSV(B) | 126.38º | 0.27% | 0.69% | - |
| XYZ | 28.47 | 36.94 | 27.82 | - |
| YUV | 156.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 133 | 0.27 | 0 | 0.24 | 0.31 | 126.38 | 0.23 | 0.59 |
| Hex | 80 | AF | 85 | 1B | 0 | 18 | 1F | 7E | 17 | 3B |
| Octal | 200 | 257 | 205 | 33 | 0 | 30 | 37 | 176 | 27 | 73 |
| Binary | 10000000 | 10101111 | 10000101 | 11011 | 0 | 11000 | 11111 | 1111110 | 10111 | 111011 |
Color Harmonies of #80AF85
Complementary color
Monochromatic Colors of #80AF85
Black with #80AF85
Text Example
Text Example
White with #80AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF85; }
p { color: rgb(128,175,133); }
H1.HeaderClassName
{
color: #80AF85;
}
.AnyTagClassName
{
color: #80AF85;
}
</style>
background-color css
<style>
a { background-color: #80AF85; }
a { background-color: rgb(128,175,133); }
div.DivClassName
{
background-color: #80AF85;
}
.BgClassName
{
background-color: #80AF85;
}
</style>
border-color css
<style>
span { border-color: #80AF85; }
span { border-color: rgb(128,175,133); }
td.TdClassName
{
border-color: #80AF85;
}
.TagClassName
{
border-color: #80AF85;
}
</style>