Shades of Gossip #8ECF75
Tints of Gossip #8ECF75
RGB
CMYK
RGB Variations
Color information
#8ECF75 (or 0x8ECF75) is known color: Gossip. HEX triplet: 8E, CF and 75. RGB value is (142,207,117). Sum of RGB (Red+Green+Blue) = 142+207+117=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF75 is #71308A. Grayscale: #B1B1B1. Windows color (decimal): -7417995 or 7720846. OLE color: 7720846.
HSL color Cylindrical-coordinate representation of color #8ECF75: hue angle of 103.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ECF75 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 117 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.19 |
| HSL | 103.33º | 0.48% | 0.64% | - |
| HSV(B) | 103.33º | 0.43% | 0.81% | - |
| XYZ | 36.68 | 51.66 | 24.87 | - |
| YUV | 177.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 117 | 0.31 | 0 | 0.43 | 0.19 | 103.33 | 0.48 | 0.64 |
| Hex | 8E | CF | 75 | 1F | 0 | 2B | 13 | 67 | 30 | 40 |
| Octal | 216 | 317 | 165 | 37 | 0 | 53 | 23 | 147 | 60 | 100 |
| Binary | 10001110 | 11001111 | 1110101 | 11111 | 0 | 101011 | 10011 | 1100111 | 110000 | 1000000 |
Color Harmonies of #8ECF75
Complementary color
Monochromatic Colors of #8ECF75
Black with #8ECF75
Text Example
Text Example
White with #8ECF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF75; }
p { color: rgb(142,207,117); }
H1.HeaderClassName
{
color: #8ECF75;
}
.AnyTagClassName
{
color: #8ECF75;
}
</style>
background-color css
<style>
a { background-color: #8ECF75; }
a { background-color: rgb(142,207,117); }
div.DivClassName
{
background-color: #8ECF75;
}
.BgClassName
{
background-color: #8ECF75;
}
</style>
border-color css
<style>
span { border-color: #8ECF75; }
span { border-color: rgb(142,207,117); }
td.TdClassName
{
border-color: #8ECF75;
}
.TagClassName
{
border-color: #8ECF75;
}
</style>