Shades of Envy #83AE83
Tints of Envy #83AE83
RGB
CMYK
RGB Variations
Color information
#83AE83 (or 0x83AE83) is known color: Envy. HEX triplet: 83, AE and 83. RGB value is (131,174,131). Sum of RGB (Red+Green+Blue) = 131+174+131=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE83 is #7C517C. Grayscale: #9C9C9C. Windows color (decimal): -8147325 or 8629891. OLE color: 8629891.
HSL color Cylindrical-coordinate representation of color #83AE83: hue angle of 120º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AE83 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 174 | 131 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.32 |
| HSL | 120º | 0.21% | 0.6% | - |
| HSV(B) | 120º | 0.25% | 0.68% | - |
| XYZ | 28.59 | 36.74 | 27.06 | - |
| YUV | 156.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 131 | 0.25 | 0 | 0.25 | 0.32 | 120 | 0.21 | 0.6 |
| Hex | 83 | AE | 83 | 19 | 0 | 19 | 20 | 78 | 15 | 3C |
| Octal | 203 | 256 | 203 | 31 | 0 | 31 | 40 | 170 | 25 | 74 |
| Binary | 10000011 | 10101110 | 10000011 | 11001 | 0 | 11001 | 100000 | 1111000 | 10101 | 111100 |
Color Harmonies of #83AE83
Complementary color
Monochromatic Colors of #83AE83
Black with #83AE83
Text Example
Text Example
White with #83AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AE83; }
p { color: rgb(131,174,131); }
H1.HeaderClassName
{
color: #83AE83;
}
.AnyTagClassName
{
color: #83AE83;
}
</style>
background-color css
<style>
a { background-color: #83AE83; }
a { background-color: rgb(131,174,131); }
div.DivClassName
{
background-color: #83AE83;
}
.BgClassName
{
background-color: #83AE83;
}
</style>
border-color css
<style>
span { border-color: #83AE83; }
span { border-color: rgb(131,174,131); }
td.TdClassName
{
border-color: #83AE83;
}
.TagClassName
{
border-color: #83AE83;
}
</style>