Shades of Gossip #8ED27B
Tints of Gossip #8ED27B
RGB
CMYK
RGB Variations
Color information
#8ED27B (or 0x8ED27B) is known color: Gossip. HEX triplet: 8E, D2 and 7B. RGB value is (142,210,123). Sum of RGB (Red+Green+Blue) = 142+210+123=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED27B is #712D84. Grayscale: #B4B4B4. Windows color (decimal): -7417221 or 8114830. OLE color: 8114830.
HSL color Cylindrical-coordinate representation of color #8ED27B: hue angle of 106.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED27B is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 123 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.18 |
| HSL | 106.9º | 0.49% | 0.65% | - |
| HSV(B) | 106.9º | 0.41% | 0.82% | - |
| XYZ | 37.78 | 53.27 | 27.03 | - |
| YUV | 179.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 123 | 0.32 | 0 | 0.41 | 0.18 | 106.9 | 0.49 | 0.65 |
| Hex | 8E | D2 | 7B | 20 | 0 | 29 | 12 | 6B | 31 | 41 |
| Octal | 216 | 322 | 173 | 40 | 0 | 51 | 22 | 153 | 61 | 101 |
| Binary | 10001110 | 11010010 | 1111011 | 100000 | 0 | 101001 | 10010 | 1101011 | 110001 | 1000001 |
Color Harmonies of #8ED27B
Complementary color
Monochromatic Colors of #8ED27B
Black with #8ED27B
Text Example
Text Example
White with #8ED27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED27B; }
p { color: rgb(142,210,123); }
H1.HeaderClassName
{
color: #8ED27B;
}
.AnyTagClassName
{
color: #8ED27B;
}
</style>
background-color css
<style>
a { background-color: #8ED27B; }
a { background-color: rgb(142,210,123); }
div.DivClassName
{
background-color: #8ED27B;
}
.BgClassName
{
background-color: #8ED27B;
}
</style>
border-color css
<style>
span { border-color: #8ED27B; }
span { border-color: rgb(142,210,123); }
td.TdClassName
{
border-color: #8ED27B;
}
.TagClassName
{
border-color: #8ED27B;
}
</style>