Shades of Gossip #8EDD75
Tints of Gossip #8EDD75
RGB
CMYK
RGB Variations
Color information
#8EDD75 (or 0x8EDD75) is known color: Gossip. HEX triplet: 8E, DD and 75. RGB value is (142,221,117). Sum of RGB (Red+Green+Blue) = 142+221+117=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD75 is #71228A. Grayscale: #B9B9B9. Windows color (decimal): -7414411 or 7724430. OLE color: 7724430.
HSL color Cylindrical-coordinate representation of color #8EDD75: hue angle of 105.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EDD75 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 117 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.13 |
| HSL | 105.58º | 0.6% | 0.66% | - |
| HSV(B) | 105.58º | 0.47% | 0.87% | - |
| XYZ | 40.22 | 58.75 | 26.05 | - |
| YUV | 185.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 117 | 0.36 | 0 | 0.47 | 0.13 | 105.58 | 0.6 | 0.66 |
| Hex | 8E | DD | 75 | 24 | 0 | 2F | D | 6A | 3C | 42 |
| Octal | 216 | 335 | 165 | 44 | 0 | 57 | 15 | 152 | 74 | 102 |
| Binary | 10001110 | 11011101 | 1110101 | 100100 | 0 | 101111 | 1101 | 1101010 | 111100 | 1000010 |
Color Harmonies of #8EDD75
Complementary color
Monochromatic Colors of #8EDD75
Black with #8EDD75
Text Example
Text Example
White with #8EDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD75; }
p { color: rgb(142,221,117); }
H1.HeaderClassName
{
color: #8EDD75;
}
.AnyTagClassName
{
color: #8EDD75;
}
</style>
background-color css
<style>
a { background-color: #8EDD75; }
a { background-color: rgb(142,221,117); }
div.DivClassName
{
background-color: #8EDD75;
}
.BgClassName
{
background-color: #8EDD75;
}
</style>
border-color css
<style>
span { border-color: #8EDD75; }
span { border-color: rgb(142,221,117); }
td.TdClassName
{
border-color: #8EDD75;
}
.TagClassName
{
border-color: #8EDD75;
}
</style>