Shades of Gossip #8ECF72
Tints of Gossip #8ECF72
RGB
CMYK
RGB Variations
Color information
#8ECF72 (or 0x8ECF72) is known color: Gossip. HEX triplet: 8E, CF and 72. RGB value is (142,207,114). Sum of RGB (Red+Green+Blue) = 142+207+114=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF72 is #71308D. Grayscale: #B1B1B1. Windows color (decimal): -7417998 or 7524238. OLE color: 7524238.
HSL color Cylindrical-coordinate representation of color #8ECF72: hue angle of 101.94º 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 #8ECF72 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 114 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.19 |
| HSL | 101.94º | 0.49% | 0.63% | - |
| HSV(B) | 101.94º | 0.45% | 0.81% | - |
| XYZ | 36.51 | 51.59 | 23.95 | - |
| YUV | 176.96 | 92.47 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 114 | 0.31 | 0 | 0.45 | 0.19 | 101.94 | 0.49 | 0.63 |
| Hex | 8E | CF | 72 | 1F | 0 | 2D | 13 | 66 | 31 | 3F |
| Octal | 216 | 317 | 162 | 37 | 0 | 55 | 23 | 146 | 61 | 77 |
| Binary | 10001110 | 11001111 | 1110010 | 11111 | 0 | 101101 | 10011 | 1100110 | 110001 | 111111 |
Color Harmonies of #8ECF72
Complementary color
Monochromatic Colors of #8ECF72
Black with #8ECF72
Text Example
Text Example
White with #8ECF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF72; }
p { color: rgb(142,207,114); }
H1.HeaderClassName
{
color: #8ECF72;
}
.AnyTagClassName
{
color: #8ECF72;
}
</style>
background-color css
<style>
a { background-color: #8ECF72; }
a { background-color: rgb(142,207,114); }
div.DivClassName
{
background-color: #8ECF72;
}
.BgClassName
{
background-color: #8ECF72;
}
</style>
border-color css
<style>
span { border-color: #8ECF72; }
span { border-color: rgb(142,207,114); }
td.TdClassName
{
border-color: #8ECF72;
}
.TagClassName
{
border-color: #8ECF72;
}
</style>