Shades of Gossip #8ED175
Tints of Gossip #8ED175
RGB
CMYK
RGB Variations
Color information
#8ED175 (or 0x8ED175) is known color: Gossip. HEX triplet: 8E, D1 and 75. RGB value is (142,209,117). Sum of RGB (Red+Green+Blue) = 142+209+117=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED175 is #712E8A. Grayscale: #B2B2B2. Windows color (decimal): -7417483 or 7721358. OLE color: 7721358.
HSL color Cylindrical-coordinate representation of color #8ED175: hue angle of 103.7º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED175 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 117 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.18 |
| HSL | 103.7º | 0.5% | 0.64% | - |
| HSV(B) | 103.7º | 0.44% | 0.82% | - |
| XYZ | 37.17 | 52.64 | 25.03 | - |
| YUV | 178.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 117 | 0.32 | 0 | 0.44 | 0.18 | 103.7 | 0.5 | 0.64 |
| Hex | 8E | D1 | 75 | 20 | 0 | 2C | 12 | 68 | 32 | 40 |
| Octal | 216 | 321 | 165 | 40 | 0 | 54 | 22 | 150 | 62 | 100 |
| Binary | 10001110 | 11010001 | 1110101 | 100000 | 0 | 101100 | 10010 | 1101000 | 110010 | 1000000 |
Color Harmonies of #8ED175
Complementary color
Monochromatic Colors of #8ED175
Black with #8ED175
Text Example
Text Example
White with #8ED175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED175; }
p { color: rgb(142,209,117); }
H1.HeaderClassName
{
color: #8ED175;
}
.AnyTagClassName
{
color: #8ED175;
}
</style>
background-color css
<style>
a { background-color: #8ED175; }
a { background-color: rgb(142,209,117); }
div.DivClassName
{
background-color: #8ED175;
}
.BgClassName
{
background-color: #8ED175;
}
</style>
border-color css
<style>
span { border-color: #8ED175; }
span { border-color: rgb(142,209,117); }
td.TdClassName
{
border-color: #8ED175;
}
.TagClassName
{
border-color: #8ED175;
}
</style>