Shades of Gossip #8ECF7F
Tints of Gossip #8ECF7F
RGB
CMYK
RGB Variations
Color information
#8ECF7F (or 0x8ECF7F) is known color: Gossip. HEX triplet: 8E, CF and 7F. RGB value is (142,207,127). Sum of RGB (Red+Green+Blue) = 142+207+127=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF7F is #713080. Grayscale: #B2B2B2. Windows color (decimal): -7417985 or 8376206. OLE color: 8376206.
HSL color Cylindrical-coordinate representation of color #8ECF7F: hue angle of 108.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ECF7F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 127 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.19 |
| HSL | 108.75º | 0.45% | 0.65% | - |
| HSV(B) | 108.75º | 0.39% | 0.81% | - |
| XYZ | 37.3 | 51.91 | 28.13 | - |
| YUV | 178.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 127 | 0.31 | 0 | 0.39 | 0.19 | 108.75 | 0.45 | 0.65 |
| Hex | 8E | CF | 7F | 1F | 0 | 27 | 13 | 6D | 2D | 41 |
| Octal | 216 | 317 | 177 | 37 | 0 | 47 | 23 | 155 | 55 | 101 |
| Binary | 10001110 | 11001111 | 1111111 | 11111 | 0 | 100111 | 10011 | 1101101 | 101101 | 1000001 |
Color Harmonies of #8ECF7F
Complementary color
Monochromatic Colors of #8ECF7F
Black with #8ECF7F
Text Example
Text Example
White with #8ECF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF7F; }
p { color: rgb(142,207,127); }
H1.HeaderClassName
{
color: #8ECF7F;
}
.AnyTagClassName
{
color: #8ECF7F;
}
</style>
background-color css
<style>
a { background-color: #8ECF7F; }
a { background-color: rgb(142,207,127); }
div.DivClassName
{
background-color: #8ECF7F;
}
.BgClassName
{
background-color: #8ECF7F;
}
</style>
border-color css
<style>
span { border-color: #8ECF7F; }
span { border-color: rgb(142,207,127); }
td.TdClassName
{
border-color: #8ECF7F;
}
.TagClassName
{
border-color: #8ECF7F;
}
</style>