Shades of Gossip #8ED27D
Tints of Gossip #8ED27D
RGB
CMYK
RGB Variations
Color information
#8ED27D (or 0x8ED27D) is known color: Gossip. HEX triplet: 8E, D2 and 7D. RGB value is (142,210,125). Sum of RGB (Red+Green+Blue) = 142+210+125=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED27D is #712D82. Grayscale: #B4B4B4. Windows color (decimal): -7417219 or 8245902. OLE color: 8245902.
HSL color Cylindrical-coordinate representation of color #8ED27D: hue angle of 108º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED27D is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 125 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.18 |
| HSL | 108º | 0.49% | 0.66% | - |
| HSV(B) | 108º | 0.4% | 0.82% | - |
| XYZ | 37.9 | 53.32 | 27.7 | - |
| YUV | 179.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 125 | 0.32 | 0 | 0.40 | 0.18 | 108 | 0.49 | 0.66 |
| Hex | 8E | D2 | 7D | 20 | 0 | 28 | 12 | 6C | 31 | 42 |
| Octal | 216 | 322 | 175 | 40 | 0 | 50 | 22 | 154 | 61 | 102 |
| Binary | 10001110 | 11010010 | 1111101 | 100000 | 0 | 101000 | 10010 | 1101100 | 110001 | 1000010 |
Color Harmonies of #8ED27D
Complementary color
Monochromatic Colors of #8ED27D
Black with #8ED27D
Text Example
Text Example
White with #8ED27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED27D; }
p { color: rgb(142,210,125); }
H1.HeaderClassName
{
color: #8ED27D;
}
.AnyTagClassName
{
color: #8ED27D;
}
</style>
background-color css
<style>
a { background-color: #8ED27D; }
a { background-color: rgb(142,210,125); }
div.DivClassName
{
background-color: #8ED27D;
}
.BgClassName
{
background-color: #8ED27D;
}
</style>
border-color css
<style>
span { border-color: #8ED27D; }
span { border-color: rgb(142,210,125); }
td.TdClassName
{
border-color: #8ED27D;
}
.TagClassName
{
border-color: #8ED27D;
}
</style>