Shades of Gossip #8ED377
Tints of Gossip #8ED377
RGB
CMYK
RGB Variations
Color information
#8ED377 (or 0x8ED377) is known color: Gossip. HEX triplet: 8E, D3 and 77. RGB value is (142,211,119). Sum of RGB (Red+Green+Blue) = 142+211+119=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED377 is #712C88. Grayscale: #B4B4B4. Windows color (decimal): -7416969 or 7852942. OLE color: 7852942.
HSL color Cylindrical-coordinate representation of color #8ED377: hue angle of 105º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED377 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 119 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.17 |
| HSL | 105º | 0.51% | 0.65% | - |
| HSV(B) | 105º | 0.44% | 0.83% | - |
| XYZ | 37.78 | 53.67 | 25.82 | - |
| YUV | 179.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 119 | 0.33 | 0 | 0.44 | 0.17 | 105 | 0.51 | 0.65 |
| Hex | 8E | D3 | 77 | 21 | 0 | 2C | 11 | 69 | 33 | 41 |
| Octal | 216 | 323 | 167 | 41 | 0 | 54 | 21 | 151 | 63 | 101 |
| Binary | 10001110 | 11010011 | 1110111 | 100001 | 0 | 101100 | 10001 | 1101001 | 110011 | 1000001 |
Color Harmonies of #8ED377
Complementary color
Monochromatic Colors of #8ED377
Black with #8ED377
Text Example
Text Example
White with #8ED377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED377; }
p { color: rgb(142,211,119); }
H1.HeaderClassName
{
color: #8ED377;
}
.AnyTagClassName
{
color: #8ED377;
}
</style>
background-color css
<style>
a { background-color: #8ED377; }
a { background-color: rgb(142,211,119); }
div.DivClassName
{
background-color: #8ED377;
}
.BgClassName
{
background-color: #8ED377;
}
</style>
border-color css
<style>
span { border-color: #8ED377; }
span { border-color: rgb(142,211,119); }
td.TdClassName
{
border-color: #8ED377;
}
.TagClassName
{
border-color: #8ED377;
}
</style>