Shades of Gossip #8EDE7B
Tints of Gossip #8EDE7B
RGB
CMYK
RGB Variations
Color information
#8EDE7B (or 0x8EDE7B) is known color: Gossip. HEX triplet: 8E, DE and 7B. RGB value is (142,222,123). Sum of RGB (Red+Green+Blue) = 142+222+123=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE7B is #712184. Grayscale: #BBBBBB. Windows color (decimal): -7414149 or 8117902. OLE color: 8117902.
HSL color Cylindrical-coordinate representation of color #8EDE7B: hue angle of 108.48º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EDE7B is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 123 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.13 |
| HSL | 108.48º | 0.6% | 0.68% | - |
| HSV(B) | 108.48º | 0.45% | 0.87% | - |
| XYZ | 40.85 | 59.42 | 28.06 | - |
| YUV | 186.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 123 | 0.36 | 0 | 0.45 | 0.13 | 108.48 | 0.6 | 0.68 |
| Hex | 8E | DE | 7B | 24 | 0 | 2D | D | 6C | 3C | 44 |
| Octal | 216 | 336 | 173 | 44 | 0 | 55 | 15 | 154 | 74 | 104 |
| Binary | 10001110 | 11011110 | 1111011 | 100100 | 0 | 101101 | 1101 | 1101100 | 111100 | 1000100 |
Color Harmonies of #8EDE7B
Complementary color
Monochromatic Colors of #8EDE7B
Black with #8EDE7B
Text Example
Text Example
White with #8EDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDE7B; }
p { color: rgb(142,222,123); }
H1.HeaderClassName
{
color: #8EDE7B;
}
.AnyTagClassName
{
color: #8EDE7B;
}
</style>
background-color css
<style>
a { background-color: #8EDE7B; }
a { background-color: rgb(142,222,123); }
div.DivClassName
{
background-color: #8EDE7B;
}
.BgClassName
{
background-color: #8EDE7B;
}
</style>
border-color css
<style>
span { border-color: #8EDE7B; }
span { border-color: rgb(142,222,123); }
td.TdClassName
{
border-color: #8EDE7B;
}
.TagClassName
{
border-color: #8EDE7B;
}
</style>