Shades of Gossip #8ECF71
Tints of Gossip #8ECF71
RGB
CMYK
RGB Variations
Color information
#8ECF71 (or 0x8ECF71) is known color: Gossip. HEX triplet: 8E, CF and 71. RGB value is (142,207,113). Sum of RGB (Red+Green+Blue) = 142+207+113=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF71 is #71308E. Grayscale: #B1B1B1. Windows color (decimal): -7417999 or 7458702. OLE color: 7458702.
HSL color Cylindrical-coordinate representation of color #8ECF71: hue angle of 101.49º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ECF71 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 113 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.19 |
| HSL | 101.49º | 0.49% | 0.63% | - |
| HSV(B) | 101.49º | 0.45% | 0.81% | - |
| XYZ | 36.45 | 51.57 | 23.66 | - |
| YUV | 176.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 113 | 0.31 | 0 | 0.45 | 0.19 | 101.49 | 0.49 | 0.63 |
| Hex | 8E | CF | 71 | 1F | 0 | 2D | 13 | 65 | 31 | 3F |
| Octal | 216 | 317 | 161 | 37 | 0 | 55 | 23 | 145 | 61 | 77 |
| Binary | 10001110 | 11001111 | 1110001 | 11111 | 0 | 101101 | 10011 | 1100101 | 110001 | 111111 |
Color Harmonies of #8ECF71
Complementary color
Monochromatic Colors of #8ECF71
Black with #8ECF71
Text Example
Text Example
White with #8ECF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF71; }
p { color: rgb(142,207,113); }
H1.HeaderClassName
{
color: #8ECF71;
}
.AnyTagClassName
{
color: #8ECF71;
}
</style>
background-color css
<style>
a { background-color: #8ECF71; }
a { background-color: rgb(142,207,113); }
div.DivClassName
{
background-color: #8ECF71;
}
.BgClassName
{
background-color: #8ECF71;
}
</style>
border-color css
<style>
span { border-color: #8ECF71; }
span { border-color: rgb(142,207,113); }
td.TdClassName
{
border-color: #8ECF71;
}
.TagClassName
{
border-color: #8ECF71;
}
</style>