Shades of Gossip #8EDA74
Tints of Gossip #8EDA74
RGB
CMYK
RGB Variations
Color information
#8EDA74 (or 0x8EDA74) is known color: Gossip. HEX triplet: 8E, DA and 74. RGB value is (142,218,116). Sum of RGB (Red+Green+Blue) = 142+218+116=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA74 is #71258B. Grayscale: #B7B7B7. Windows color (decimal): -7415180 or 7658126. OLE color: 7658126.
HSL color Cylindrical-coordinate representation of color #8EDA74: hue angle of 104.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EDA74 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 116 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.15 |
| HSL | 104.71º | 0.58% | 0.65% | - |
| HSV(B) | 104.71º | 0.47% | 0.85% | - |
| XYZ | 39.38 | 57.15 | 25.48 | - |
| YUV | 183.65 | 89.82 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 116 | 0.35 | 0 | 0.47 | 0.15 | 104.71 | 0.58 | 0.65 |
| Hex | 8E | DA | 74 | 23 | 0 | 2F | F | 69 | 3A | 41 |
| Octal | 216 | 332 | 164 | 43 | 0 | 57 | 17 | 151 | 72 | 101 |
| Binary | 10001110 | 11011010 | 1110100 | 100011 | 0 | 101111 | 1111 | 1101001 | 111010 | 1000001 |
Color Harmonies of #8EDA74
Complementary color
Monochromatic Colors of #8EDA74
Black with #8EDA74
Text Example
Text Example
White with #8EDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA74; }
p { color: rgb(142,218,116); }
H1.HeaderClassName
{
color: #8EDA74;
}
.AnyTagClassName
{
color: #8EDA74;
}
</style>
background-color css
<style>
a { background-color: #8EDA74; }
a { background-color: rgb(142,218,116); }
div.DivClassName
{
background-color: #8EDA74;
}
.BgClassName
{
background-color: #8EDA74;
}
</style>
border-color css
<style>
span { border-color: #8EDA74; }
span { border-color: rgb(142,218,116); }
td.TdClassName
{
border-color: #8EDA74;
}
.TagClassName
{
border-color: #8EDA74;
}
</style>