Shades of Gossip #8EDE72
Tints of Gossip #8EDE72
RGB
CMYK
RGB Variations
Color information
#8EDE72 (or 0x8EDE72) is known color: Gossip. HEX triplet: 8E, DE and 72. RGB value is (142,222,114). Sum of RGB (Red+Green+Blue) = 142+222+114=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE72 is #71218D. Grayscale: #BABABA. Windows color (decimal): -7414158 or 7528078. OLE color: 7528078.
HSL color Cylindrical-coordinate representation of color #8EDE72: hue angle of 104.44º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EDE72 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 114 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.13 |
| HSL | 104.44º | 0.62% | 0.66% | - |
| HSV(B) | 104.44º | 0.49% | 0.87% | - |
| XYZ | 40.31 | 59.21 | 25.22 | - |
| YUV | 185.77 | 87.5 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 114 | 0.36 | 0 | 0.49 | 0.13 | 104.44 | 0.62 | 0.66 |
| Hex | 8E | DE | 72 | 24 | 0 | 31 | D | 68 | 3E | 42 |
| Octal | 216 | 336 | 162 | 44 | 0 | 61 | 15 | 150 | 76 | 102 |
| Binary | 10001110 | 11011110 | 1110010 | 100100 | 0 | 110001 | 1101 | 1101000 | 111110 | 1000010 |
Color Harmonies of #8EDE72
Complementary color
Monochromatic Colors of #8EDE72
Black with #8EDE72
Text Example
Text Example
White with #8EDE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDE72; }
p { color: rgb(142,222,114); }
H1.HeaderClassName
{
color: #8EDE72;
}
.AnyTagClassName
{
color: #8EDE72;
}
</style>
background-color css
<style>
a { background-color: #8EDE72; }
a { background-color: rgb(142,222,114); }
div.DivClassName
{
background-color: #8EDE72;
}
.BgClassName
{
background-color: #8EDE72;
}
</style>
border-color css
<style>
span { border-color: #8EDE72; }
span { border-color: rgb(142,222,114); }
td.TdClassName
{
border-color: #8EDE72;
}
.TagClassName
{
border-color: #8EDE72;
}
</style>