Shades of Gossip #8EDD6B
Tints of Gossip #8EDD6B
RGB
CMYK
RGB Variations
Color information
#8EDD6B (or 0x8EDD6B) is known color: Gossip. HEX triplet: 8E, DD and 6B. RGB value is (142,221,107). Sum of RGB (Red+Green+Blue) = 142+221+107=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD6B is #712294. Grayscale: #B8B8B8. Windows color (decimal): -7414421 or 7069070. OLE color: 7069070.
HSL color Cylindrical-coordinate representation of color #8EDD6B: hue angle of 101.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EDD6B is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 107 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.13 |
| HSL | 101.58º | 0.63% | 0.64% | - |
| HSV(B) | 101.58º | 0.52% | 0.87% | - |
| XYZ | 39.67 | 58.53 | 23.12 | - |
| YUV | 184.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 107 | 0.36 | 0 | 0.52 | 0.13 | 101.58 | 0.63 | 0.64 |
| Hex | 8E | DD | 6B | 24 | 0 | 34 | D | 66 | 3F | 40 |
| Octal | 216 | 335 | 153 | 44 | 0 | 64 | 15 | 146 | 77 | 100 |
| Binary | 10001110 | 11011101 | 1101011 | 100100 | 0 | 110100 | 1101 | 1100110 | 111111 | 1000000 |
Color Harmonies of #8EDD6B
Complementary color
Monochromatic Colors of #8EDD6B
Black with #8EDD6B
Text Example
Text Example
White with #8EDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD6B; }
p { color: rgb(142,221,107); }
H1.HeaderClassName
{
color: #8EDD6B;
}
.AnyTagClassName
{
color: #8EDD6B;
}
</style>
background-color css
<style>
a { background-color: #8EDD6B; }
a { background-color: rgb(142,221,107); }
div.DivClassName
{
background-color: #8EDD6B;
}
.BgClassName
{
background-color: #8EDD6B;
}
</style>
border-color css
<style>
span { border-color: #8EDD6B; }
span { border-color: rgb(142,221,107); }
td.TdClassName
{
border-color: #8EDD6B;
}
.TagClassName
{
border-color: #8EDD6B;
}
</style>