Shades of Gossip #8EDB7D
Tints of Gossip #8EDB7D
RGB
CMYK
RGB Variations
Color information
#8EDB7D (or 0x8EDB7D) is known color: Gossip. HEX triplet: 8E, DB and 7D. RGB value is (142,219,125). Sum of RGB (Red+Green+Blue) = 142+219+125=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB7D is #712482. Grayscale: #B9B9B9. Windows color (decimal): -7414915 or 8248206. OLE color: 8248206.
HSL color Cylindrical-coordinate representation of color #8EDB7D: hue angle of 109.15º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EDB7D is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 142 | 219 | 125 | - |
CMYK | 0.35 | 0 | 0.43 | 0.14 |
HSL | 109.15º | 0.57% | 0.67% | - |
HSV(B) | 109.15º | 0.43% | 0.86% | - |
XYZ | 40.19 | 57.89 | 28.46 | - |
YUV | 185.26 | 93.99 | 97.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 142 | 219 | 125 | 0.35 | 0 | 0.43 | 0.14 | 109.15 | 0.57 | 0.67 |
Hex | 8E | DB | 7D | 23 | 0 | 2B | E | 6D | 39 | 43 |
Octal | 216 | 333 | 175 | 43 | 0 | 53 | 16 | 155 | 71 | 103 |
Binary | 10001110 | 11011011 | 1111101 | 100011 | 0 | 101011 | 1110 | 1101101 | 111001 | 1000011 |
Color Harmonies of #8EDB7D
Complementary color
Monochromatic Colors of #8EDB7D
Black with #8EDB7D
Text Example
Text Example
White with #8EDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB7D; }
p { color: rgb(142,219,125); }
H1.HeaderClassName
{
color: #8EDB7D;
}
.AnyTagClassName
{
color: #8EDB7D;
}
</style>
background-color css
<style>
a { background-color: #8EDB7D; }
a { background-color: rgb(142,219,125); }
div.DivClassName
{
background-color: #8EDB7D;
}
.BgClassName
{
background-color: #8EDB7D;
}
</style>
border-color css
<style>
span { border-color: #8EDB7D; }
span { border-color: rgb(142,219,125); }
td.TdClassName
{
border-color: #8EDB7D;
}
.TagClassName
{
border-color: #8EDB7D;
}
</style>