Shades of Gossip #8ED274
Tints of Gossip #8ED274
RGB
CMYK
RGB Variations
Color information
#8ED274 (or 0x8ED274) is known color: Gossip. HEX triplet: 8E, D2 and 74. RGB value is (142,210,116). Sum of RGB (Red+Green+Blue) = 142+210+116=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED274 is #712D8B. Grayscale: #B3B3B3. Windows color (decimal): -7417228 or 7656078. OLE color: 7656078.
HSL color Cylindrical-coordinate representation of color #8ED274: hue angle of 103.4º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ED274 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 116 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.18 |
| HSL | 103.4º | 0.51% | 0.64% | - |
| HSV(B) | 103.4º | 0.45% | 0.82% | - |
| XYZ | 37.35 | 53.1 | 24.8 | - |
| YUV | 178.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 116 | 0.32 | 0 | 0.45 | 0.18 | 103.4 | 0.51 | 0.64 |
| Hex | 8E | D2 | 74 | 20 | 0 | 2D | 12 | 67 | 33 | 40 |
| Octal | 216 | 322 | 164 | 40 | 0 | 55 | 22 | 147 | 63 | 100 |
| Binary | 10001110 | 11010010 | 1110100 | 100000 | 0 | 101101 | 10010 | 1100111 | 110011 | 1000000 |
Color Harmonies of #8ED274
Complementary color
Monochromatic Colors of #8ED274
Black with #8ED274
Text Example
Text Example
White with #8ED274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED274; }
p { color: rgb(142,210,116); }
H1.HeaderClassName
{
color: #8ED274;
}
.AnyTagClassName
{
color: #8ED274;
}
</style>
background-color css
<style>
a { background-color: #8ED274; }
a { background-color: rgb(142,210,116); }
div.DivClassName
{
background-color: #8ED274;
}
.BgClassName
{
background-color: #8ED274;
}
</style>
border-color css
<style>
span { border-color: #8ED274; }
span { border-color: rgb(142,210,116); }
td.TdClassName
{
border-color: #8ED274;
}
.TagClassName
{
border-color: #8ED274;
}
</style>