Shades of Gossip #8ECC75
Tints of Gossip #8ECC75
RGB
CMYK
RGB Variations
Color information
#8ECC75 (or 0x8ECC75) is known color: Gossip. HEX triplet: 8E, CC and 75. RGB value is (142,204,117). Sum of RGB (Red+Green+Blue) = 142+204+117=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECC75 is #71338A. Grayscale: #AFAFAF. Windows color (decimal): -7418763 or 7720078. OLE color: 7720078.
HSL color Cylindrical-coordinate representation of color #8ECC75: hue angle of 102.76º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ECC75 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 117 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.2 |
| HSL | 102.76º | 0.46% | 0.63% | - |
| HSV(B) | 102.76º | 0.43% | 0.8% | - |
| XYZ | 35.96 | 50.22 | 24.63 | - |
| YUV | 175.54 | 94.96 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 117 | 0.30 | 0 | 0.43 | 0.2 | 102.76 | 0.46 | 0.63 |
| Hex | 8E | CC | 75 | 1E | 0 | 2B | 14 | 67 | 2E | 3F |
| Octal | 216 | 314 | 165 | 36 | 0 | 53 | 24 | 147 | 56 | 77 |
| Binary | 10001110 | 11001100 | 1110101 | 11110 | 0 | 101011 | 10100 | 1100111 | 101110 | 111111 |
Color Harmonies of #8ECC75
Complementary color
Monochromatic Colors of #8ECC75
Black with #8ECC75
Text Example
Text Example
White with #8ECC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC75; }
p { color: rgb(142,204,117); }
H1.HeaderClassName
{
color: #8ECC75;
}
.AnyTagClassName
{
color: #8ECC75;
}
</style>
background-color css
<style>
a { background-color: #8ECC75; }
a { background-color: rgb(142,204,117); }
div.DivClassName
{
background-color: #8ECC75;
}
.BgClassName
{
background-color: #8ECC75;
}
</style>
border-color css
<style>
span { border-color: #8ECC75; }
span { border-color: rgb(142,204,117); }
td.TdClassName
{
border-color: #8ECC75;
}
.TagClassName
{
border-color: #8ECC75;
}
</style>