Shades of Envy #8DB493
Tints of Envy #8DB493
RGB
CMYK
RGB Variations
Color information
#8DB493 (or 0x8DB493) is known color: Envy. HEX triplet: 8D, B4 and 93. RGB value is (141,180,147). Sum of RGB (Red+Green+Blue) = 141+180+147=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB493 is #724B6C. Grayscale: #A4A4A4. Windows color (decimal): -7490413 or 9680013. OLE color: 9680013.
HSL color Cylindrical-coordinate representation of color #8DB493: hue angle of 129.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB493 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 147 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.29 |
| HSL | 129.23º | 0.21% | 0.63% | - |
| HSV(B) | 129.23º | 0.22% | 0.71% | - |
| XYZ | 32.57 | 40.41 | 33.69 | - |
| YUV | 164.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 147 | 0.22 | 0 | 0.18 | 0.29 | 129.23 | 0.21 | 0.63 |
| Hex | 8D | B4 | 93 | 16 | 0 | 12 | 1D | 81 | 15 | 3F |
| Octal | 215 | 264 | 223 | 26 | 0 | 22 | 35 | 201 | 25 | 77 |
| Binary | 10001101 | 10110100 | 10010011 | 10110 | 0 | 10010 | 11101 | 10000001 | 10101 | 111111 |
Color Harmonies of #8DB493
Complementary color
Monochromatic Colors of #8DB493
Black with #8DB493
Text Example
Text Example
White with #8DB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB493; }
p { color: rgb(141,180,147); }
H1.HeaderClassName
{
color: #8DB493;
}
.AnyTagClassName
{
color: #8DB493;
}
</style>
background-color css
<style>
a { background-color: #8DB493; }
a { background-color: rgb(141,180,147); }
div.DivClassName
{
background-color: #8DB493;
}
.BgClassName
{
background-color: #8DB493;
}
</style>
border-color css
<style>
span { border-color: #8DB493; }
span { border-color: rgb(141,180,147); }
td.TdClassName
{
border-color: #8DB493;
}
.TagClassName
{
border-color: #8DB493;
}
</style>