Shades of Gossip #8ECE70
Tints of Gossip #8ECE70
RGB
CMYK
RGB Variations
Color information
#8ECE70 (or 0x8ECE70) is known color: Gossip. HEX triplet: 8E, CE and 70. RGB value is (142,206,112). Sum of RGB (Red+Green+Blue) = 142+206+112=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECE70 is #71318F. Grayscale: #B0B0B0. Windows color (decimal): -7418256 or 7392910. OLE color: 7392910.
HSL color Cylindrical-coordinate representation of color #8ECE70: hue angle of 100.85º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ECE70 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 112 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.19 |
| HSL | 100.85º | 0.49% | 0.62% | - |
| HSV(B) | 100.85º | 0.46% | 0.81% | - |
| XYZ | 36.15 | 51.06 | 23.28 | - |
| YUV | 176.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 112 | 0.31 | 0 | 0.46 | 0.19 | 100.85 | 0.49 | 0.62 |
| Hex | 8E | CE | 70 | 1F | 0 | 2E | 13 | 65 | 31 | 3E |
| Octal | 216 | 316 | 160 | 37 | 0 | 56 | 23 | 145 | 61 | 76 |
| Binary | 10001110 | 11001110 | 1110000 | 11111 | 0 | 101110 | 10011 | 1100101 | 110001 | 111110 |
Color Harmonies of #8ECE70
Complementary color
Monochromatic Colors of #8ECE70
Black with #8ECE70
Text Example
Text Example
White with #8ECE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE70; }
p { color: rgb(142,206,112); }
H1.HeaderClassName
{
color: #8ECE70;
}
.AnyTagClassName
{
color: #8ECE70;
}
</style>
background-color css
<style>
a { background-color: #8ECE70; }
a { background-color: rgb(142,206,112); }
div.DivClassName
{
background-color: #8ECE70;
}
.BgClassName
{
background-color: #8ECE70;
}
</style>
border-color css
<style>
span { border-color: #8ECE70; }
span { border-color: rgb(142,206,112); }
td.TdClassName
{
border-color: #8ECE70;
}
.TagClassName
{
border-color: #8ECE70;
}
</style>