Shades of Gossip #8ED57B
Tints of Gossip #8ED57B
RGB
CMYK
RGB Variations
Color information
#8ED57B (or 0x8ED57B) is known color: Gossip. HEX triplet: 8E, D5 and 7B. RGB value is (142,213,123). Sum of RGB (Red+Green+Blue) = 142+213+123=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED57B is #712A84. Grayscale: #B5B5B5. Windows color (decimal): -7416453 or 8115598. OLE color: 8115598.
HSL color Cylindrical-coordinate representation of color #8ED57B: hue angle of 107.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED57B is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 123 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.16 |
| HSL | 107.33º | 0.52% | 0.66% | - |
| HSV(B) | 107.33º | 0.42% | 0.84% | - |
| XYZ | 38.52 | 54.77 | 27.28 | - |
| YUV | 181.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 123 | 0.33 | 0 | 0.42 | 0.16 | 107.33 | 0.52 | 0.66 |
| Hex | 8E | D5 | 7B | 21 | 0 | 2A | 10 | 6B | 34 | 42 |
| Octal | 216 | 325 | 173 | 41 | 0 | 52 | 20 | 153 | 64 | 102 |
| Binary | 10001110 | 11010101 | 1111011 | 100001 | 0 | 101010 | 10000 | 1101011 | 110100 | 1000010 |
Color Harmonies of #8ED57B
Complementary color
Monochromatic Colors of #8ED57B
Black with #8ED57B
Text Example
Text Example
White with #8ED57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED57B; }
p { color: rgb(142,213,123); }
H1.HeaderClassName
{
color: #8ED57B;
}
.AnyTagClassName
{
color: #8ED57B;
}
</style>
background-color css
<style>
a { background-color: #8ED57B; }
a { background-color: rgb(142,213,123); }
div.DivClassName
{
background-color: #8ED57B;
}
.BgClassName
{
background-color: #8ED57B;
}
</style>
border-color css
<style>
span { border-color: #8ED57B; }
span { border-color: rgb(142,213,123); }
td.TdClassName
{
border-color: #8ED57B;
}
.TagClassName
{
border-color: #8ED57B;
}
</style>