Shades of Envy #8DB393
Tints of Envy #8DB393
RGB
CMYK
RGB Variations
Color information
#8DB393 (or 0x8DB393) is known color: Envy. HEX triplet: 8D, B3 and 93. RGB value is (141,179,147). Sum of RGB (Red+Green+Blue) = 141+179+147=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB393 is #724C6C. Grayscale: #A4A4A4. Windows color (decimal): -7490669 or 9679757. OLE color: 9679757.
HSL color Cylindrical-coordinate representation of color #8DB393: hue angle of 129.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DB393 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 147 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.30 |
| HSL | 129.47º | 0.2% | 0.63% | - |
| HSV(B) | 129.47º | 0.21% | 0.7% | - |
| XYZ | 32.37 | 40.01 | 33.62 | - |
| YUV | 163.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 147 | 0.21 | 0 | 0.18 | 0.30 | 129.47 | 0.2 | 0.63 |
| Hex | 8D | B3 | 93 | 15 | 0 | 12 | 1E | 81 | 14 | 3F |
| Octal | 215 | 263 | 223 | 25 | 0 | 22 | 36 | 201 | 24 | 77 |
| Binary | 10001101 | 10110011 | 10010011 | 10101 | 0 | 10010 | 11110 | 10000001 | 10100 | 111111 |
Color Harmonies of #8DB393
Complementary color
Monochromatic Colors of #8DB393
Black with #8DB393
Text Example
Text Example
White with #8DB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB393; }
p { color: rgb(141,179,147); }
H1.HeaderClassName
{
color: #8DB393;
}
.AnyTagClassName
{
color: #8DB393;
}
</style>
background-color css
<style>
a { background-color: #8DB393; }
a { background-color: rgb(141,179,147); }
div.DivClassName
{
background-color: #8DB393;
}
.BgClassName
{
background-color: #8DB393;
}
</style>
border-color css
<style>
span { border-color: #8DB393; }
span { border-color: rgb(141,179,147); }
td.TdClassName
{
border-color: #8DB393;
}
.TagClassName
{
border-color: #8DB393;
}
</style>