Shades of Gossip #8EDA6F
Tints of Gossip #8EDA6F
RGB
CMYK
RGB Variations
Color information
#8EDA6F (or 0x8EDA6F) is known color: Gossip. HEX triplet: 8E, DA and 6F. RGB value is (142,218,111). Sum of RGB (Red+Green+Blue) = 142+218+111=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA6F is #712590. Grayscale: #B7B7B7. Windows color (decimal): -7415185 or 7330446. OLE color: 7330446.
HSL color Cylindrical-coordinate representation of color #8EDA6F: hue angle of 102.62º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EDA6F is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 111 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.15 |
| HSL | 102.62º | 0.59% | 0.65% | - |
| HSV(B) | 102.62º | 0.49% | 0.85% | - |
| XYZ | 39.1 | 57.04 | 23.99 | - |
| YUV | 183.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 111 | 0.35 | 0 | 0.49 | 0.15 | 102.62 | 0.59 | 0.65 |
| Hex | 8E | DA | 6F | 23 | 0 | 31 | F | 67 | 3B | 41 |
| Octal | 216 | 332 | 157 | 43 | 0 | 61 | 17 | 147 | 73 | 101 |
| Binary | 10001110 | 11011010 | 1101111 | 100011 | 0 | 110001 | 1111 | 1100111 | 111011 | 1000001 |
Color Harmonies of #8EDA6F
Complementary color
Monochromatic Colors of #8EDA6F
Black with #8EDA6F
Text Example
Text Example
White with #8EDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA6F; }
p { color: rgb(142,218,111); }
H1.HeaderClassName
{
color: #8EDA6F;
}
.AnyTagClassName
{
color: #8EDA6F;
}
</style>
background-color css
<style>
a { background-color: #8EDA6F; }
a { background-color: rgb(142,218,111); }
div.DivClassName
{
background-color: #8EDA6F;
}
.BgClassName
{
background-color: #8EDA6F;
}
</style>
border-color css
<style>
span { border-color: #8EDA6F; }
span { border-color: rgb(142,218,111); }
td.TdClassName
{
border-color: #8EDA6F;
}
.TagClassName
{
border-color: #8EDA6F;
}
</style>