Shades of Gossip #8ED271
Tints of Gossip #8ED271
RGB
CMYK
RGB Variations
Color information
#8ED271 (or 0x8ED271) is known color: Gossip. HEX triplet: 8E, D2 and 71. RGB value is (142,210,113). Sum of RGB (Red+Green+Blue) = 142+210+113=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED271 is #712D8E. Grayscale: #B2B2B2. Windows color (decimal): -7417231 or 7459470. OLE color: 7459470.
HSL color Cylindrical-coordinate representation of color #8ED271: hue angle of 102.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ED271 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 113 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.18 |
| HSL | 102.06º | 0.52% | 0.63% | - |
| HSV(B) | 102.06º | 0.46% | 0.82% | - |
| XYZ | 37.18 | 53.04 | 23.9 | - |
| YUV | 178.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 113 | 0.32 | 0 | 0.46 | 0.18 | 102.06 | 0.52 | 0.63 |
| Hex | 8E | D2 | 71 | 20 | 0 | 2E | 12 | 66 | 34 | 3F |
| Octal | 216 | 322 | 161 | 40 | 0 | 56 | 22 | 146 | 64 | 77 |
| Binary | 10001110 | 11010010 | 1110001 | 100000 | 0 | 101110 | 10010 | 1100110 | 110100 | 111111 |
Color Harmonies of #8ED271
Complementary color
Monochromatic Colors of #8ED271
Black with #8ED271
Text Example
Text Example
White with #8ED271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED271; }
p { color: rgb(142,210,113); }
H1.HeaderClassName
{
color: #8ED271;
}
.AnyTagClassName
{
color: #8ED271;
}
</style>
background-color css
<style>
a { background-color: #8ED271; }
a { background-color: rgb(142,210,113); }
div.DivClassName
{
background-color: #8ED271;
}
.BgClassName
{
background-color: #8ED271;
}
</style>
border-color css
<style>
span { border-color: #8ED271; }
span { border-color: rgb(142,210,113); }
td.TdClassName
{
border-color: #8ED271;
}
.TagClassName
{
border-color: #8ED271;
}
</style>