Shades of Gossip #8ED075
Tints of Gossip #8ED075
RGB
CMYK
RGB Variations
Color information
#8ED075 (or 0x8ED075) is known color: Gossip. HEX triplet: 8E, D0 and 75. RGB value is (142,208,117). Sum of RGB (Red+Green+Blue) = 142+208+117=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED075 is #712F8A. Grayscale: #B2B2B2. Windows color (decimal): -7417739 or 7721102. OLE color: 7721102.
HSL color Cylindrical-coordinate representation of color #8ED075: hue angle of 103.52º degrees, saturation: 0.49, 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 #8ED075 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 117 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.18 |
| HSL | 103.52º | 0.49% | 0.64% | - |
| HSV(B) | 103.52º | 0.44% | 0.82% | - |
| XYZ | 36.92 | 52.15 | 24.95 | - |
| YUV | 177.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 117 | 0.32 | 0 | 0.44 | 0.18 | 103.52 | 0.49 | 0.64 |
| Hex | 8E | D0 | 75 | 20 | 0 | 2C | 12 | 68 | 31 | 40 |
| Octal | 216 | 320 | 165 | 40 | 0 | 54 | 22 | 150 | 61 | 100 |
| Binary | 10001110 | 11010000 | 1110101 | 100000 | 0 | 101100 | 10010 | 1101000 | 110001 | 1000000 |
Color Harmonies of #8ED075
Complementary color
Monochromatic Colors of #8ED075
Black with #8ED075
Text Example
Text Example
White with #8ED075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED075; }
p { color: rgb(142,208,117); }
H1.HeaderClassName
{
color: #8ED075;
}
.AnyTagClassName
{
color: #8ED075;
}
</style>
background-color css
<style>
a { background-color: #8ED075; }
a { background-color: rgb(142,208,117); }
div.DivClassName
{
background-color: #8ED075;
}
.BgClassName
{
background-color: #8ED075;
}
</style>
border-color css
<style>
span { border-color: #8ED075; }
span { border-color: rgb(142,208,117); }
td.TdClassName
{
border-color: #8ED075;
}
.TagClassName
{
border-color: #8ED075;
}
</style>