Shades of Gossip #8EDB77
Tints of Gossip #8EDB77
RGB
CMYK
RGB Variations
Color information
#8EDB77 (or 0x8EDB77) is known color: Gossip. HEX triplet: 8E, DB and 77. RGB value is (142,219,119). Sum of RGB (Red+Green+Blue) = 142+219+119=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB77 is #712488. Grayscale: #B8B8B8. Windows color (decimal): -7414921 or 7854990. OLE color: 7854990.
HSL color Cylindrical-coordinate representation of color #8EDB77: hue angle of 106.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EDB77 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 119 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.14 |
| HSL | 106.2º | 0.58% | 0.66% | - |
| HSV(B) | 106.2º | 0.46% | 0.86% | - |
| XYZ | 39.82 | 57.75 | 26.5 | - |
| YUV | 184.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 119 | 0.35 | 0 | 0.46 | 0.14 | 106.2 | 0.58 | 0.66 |
| Hex | 8E | DB | 77 | 23 | 0 | 2E | E | 6A | 3A | 42 |
| Octal | 216 | 333 | 167 | 43 | 0 | 56 | 16 | 152 | 72 | 102 |
| Binary | 10001110 | 11011011 | 1110111 | 100011 | 0 | 101110 | 1110 | 1101010 | 111010 | 1000010 |
Color Harmonies of #8EDB77
Complementary color
Monochromatic Colors of #8EDB77
Black with #8EDB77
Text Example
Text Example
White with #8EDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB77; }
p { color: rgb(142,219,119); }
H1.HeaderClassName
{
color: #8EDB77;
}
.AnyTagClassName
{
color: #8EDB77;
}
</style>
background-color css
<style>
a { background-color: #8EDB77; }
a { background-color: rgb(142,219,119); }
div.DivClassName
{
background-color: #8EDB77;
}
.BgClassName
{
background-color: #8EDB77;
}
</style>
border-color css
<style>
span { border-color: #8EDB77; }
span { border-color: rgb(142,219,119); }
td.TdClassName
{
border-color: #8EDB77;
}
.TagClassName
{
border-color: #8EDB77;
}
</style>