Shades of Gossip #8EC67D
Tints of Gossip #8EC67D
RGB
CMYK
RGB Variations
Color information
#8EC67D (or 0x8EC67D) is known color: Gossip. HEX triplet: 8E, C6 and 7D. RGB value is (142,198,125). Sum of RGB (Red+Green+Blue) = 142+198+125=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC67D is #713982. Grayscale: #ADADAD. Windows color (decimal): -7420291 or 8242830. OLE color: 8242830.
HSL color Cylindrical-coordinate representation of color #8EC67D: hue angle of 106.03º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EC67D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 125 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.22 |
| HSL | 106.03º | 0.39% | 0.63% | - |
| HSV(B) | 106.03º | 0.37% | 0.78% | - |
| XYZ | 35.05 | 47.62 | 26.75 | - |
| YUV | 172.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 125 | 0.28 | 0 | 0.37 | 0.22 | 106.03 | 0.39 | 0.63 |
| Hex | 8E | C6 | 7D | 1C | 0 | 25 | 16 | 6A | 27 | 3F |
| Octal | 216 | 306 | 175 | 34 | 0 | 45 | 26 | 152 | 47 | 77 |
| Binary | 10001110 | 11000110 | 1111101 | 11100 | 0 | 100101 | 10110 | 1101010 | 100111 | 111111 |
Color Harmonies of #8EC67D
Complementary color
Monochromatic Colors of #8EC67D
Black with #8EC67D
Text Example
Text Example
White with #8EC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC67D; }
p { color: rgb(142,198,125); }
H1.HeaderClassName
{
color: #8EC67D;
}
.AnyTagClassName
{
color: #8EC67D;
}
</style>
background-color css
<style>
a { background-color: #8EC67D; }
a { background-color: rgb(142,198,125); }
div.DivClassName
{
background-color: #8EC67D;
}
.BgClassName
{
background-color: #8EC67D;
}
</style>
border-color css
<style>
span { border-color: #8EC67D; }
span { border-color: rgb(142,198,125); }
td.TdClassName
{
border-color: #8EC67D;
}
.TagClassName
{
border-color: #8EC67D;
}
</style>