Shades of Gossip #8EDD7B
Tints of Gossip #8EDD7B
RGB
CMYK
RGB Variations
Color information
#8EDD7B (or 0x8EDD7B) is known color: Gossip. HEX triplet: 8E, DD and 7B. RGB value is (142,221,123). Sum of RGB (Red+Green+Blue) = 142+221+123=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD7B is #712284. Grayscale: #BABABA. Windows color (decimal): -7414405 or 8117646. OLE color: 8117646.
HSL color Cylindrical-coordinate representation of color #8EDD7B: hue angle of 108.37º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDD7B is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 123 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.13 |
| HSL | 108.37º | 0.59% | 0.67% | - |
| HSV(B) | 108.37º | 0.44% | 0.87% | - |
| XYZ | 40.59 | 58.89 | 27.97 | - |
| YUV | 186.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 123 | 0.36 | 0 | 0.44 | 0.13 | 108.37 | 0.59 | 0.67 |
| Hex | 8E | DD | 7B | 24 | 0 | 2C | D | 6C | 3B | 43 |
| Octal | 216 | 335 | 173 | 44 | 0 | 54 | 15 | 154 | 73 | 103 |
| Binary | 10001110 | 11011101 | 1111011 | 100100 | 0 | 101100 | 1101 | 1101100 | 111011 | 1000011 |
Color Harmonies of #8EDD7B
Complementary color
Monochromatic Colors of #8EDD7B
Black with #8EDD7B
Text Example
Text Example
White with #8EDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD7B; }
p { color: rgb(142,221,123); }
H1.HeaderClassName
{
color: #8EDD7B;
}
.AnyTagClassName
{
color: #8EDD7B;
}
</style>
background-color css
<style>
a { background-color: #8EDD7B; }
a { background-color: rgb(142,221,123); }
div.DivClassName
{
background-color: #8EDD7B;
}
.BgClassName
{
background-color: #8EDD7B;
}
</style>
border-color css
<style>
span { border-color: #8EDD7B; }
span { border-color: rgb(142,221,123); }
td.TdClassName
{
border-color: #8EDD7B;
}
.TagClassName
{
border-color: #8EDD7B;
}
</style>