Shades of Gossip #8EC37B
Tints of Gossip #8EC37B
RGB
CMYK
RGB Variations
Color information
#8EC37B (or 0x8EC37B) is known color: Gossip. HEX triplet: 8E, C3 and 7B. RGB value is (142,195,123). Sum of RGB (Red+Green+Blue) = 142+195+123=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC37B is #713C84. Grayscale: #ABABAB. Windows color (decimal): -7421061 or 8110990. OLE color: 8110990.
HSL color Cylindrical-coordinate representation of color #8EC37B: hue angle of 104.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EC37B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 123 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.24 |
| HSL | 104.17º | 0.38% | 0.62% | - |
| HSV(B) | 104.17º | 0.37% | 0.76% | - |
| XYZ | 34.25 | 46.21 | 25.85 | - |
| YUV | 170.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 123 | 0.27 | 0 | 0.37 | 0.24 | 104.17 | 0.38 | 0.62 |
| Hex | 8E | C3 | 7B | 1B | 0 | 25 | 18 | 68 | 26 | 3E |
| Octal | 216 | 303 | 173 | 33 | 0 | 45 | 30 | 150 | 46 | 76 |
| Binary | 10001110 | 11000011 | 1111011 | 11011 | 0 | 100101 | 11000 | 1101000 | 100110 | 111110 |
Color Harmonies of #8EC37B
Complementary color
Monochromatic Colors of #8EC37B
Black with #8EC37B
Text Example
Text Example
White with #8EC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC37B; }
p { color: rgb(142,195,123); }
H1.HeaderClassName
{
color: #8EC37B;
}
.AnyTagClassName
{
color: #8EC37B;
}
</style>
background-color css
<style>
a { background-color: #8EC37B; }
a { background-color: rgb(142,195,123); }
div.DivClassName
{
background-color: #8EC37B;
}
.BgClassName
{
background-color: #8EC37B;
}
</style>
border-color css
<style>
span { border-color: #8EC37B; }
span { border-color: rgb(142,195,123); }
td.TdClassName
{
border-color: #8EC37B;
}
.TagClassName
{
border-color: #8EC37B;
}
</style>