Shades of Gossip #8EDF78
Tints of Gossip #8EDF78
RGB
CMYK
RGB Variations
Color information
#8EDF78 (or 0x8EDF78) is known color: Gossip. HEX triplet: 8E, DF and 78. RGB value is (142,223,120). Sum of RGB (Red+Green+Blue) = 142+223+120=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF78 is #712087. Grayscale: #BBBBBB. Windows color (decimal): -7413896 or 7921550. OLE color: 7921550.
HSL color Cylindrical-coordinate representation of color #8EDF78: hue angle of 107.18º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EDF78 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 120 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.13 |
| HSL | 107.18º | 0.62% | 0.67% | - |
| HSV(B) | 107.18º | 0.46% | 0.87% | - |
| XYZ | 40.93 | 59.88 | 27.17 | - |
| YUV | 187.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 120 | 0.36 | 0 | 0.46 | 0.13 | 107.18 | 0.62 | 0.67 |
| Hex | 8E | DF | 78 | 24 | 0 | 2E | D | 6B | 3E | 43 |
| Octal | 216 | 337 | 170 | 44 | 0 | 56 | 15 | 153 | 76 | 103 |
| Binary | 10001110 | 11011111 | 1111000 | 100100 | 0 | 101110 | 1101 | 1101011 | 111110 | 1000011 |
Color Harmonies of #8EDF78
Complementary color
Monochromatic Colors of #8EDF78
Black with #8EDF78
Text Example
Text Example
White with #8EDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF78; }
p { color: rgb(142,223,120); }
H1.HeaderClassName
{
color: #8EDF78;
}
.AnyTagClassName
{
color: #8EDF78;
}
</style>
background-color css
<style>
a { background-color: #8EDF78; }
a { background-color: rgb(142,223,120); }
div.DivClassName
{
background-color: #8EDF78;
}
.BgClassName
{
background-color: #8EDF78;
}
</style>
border-color css
<style>
span { border-color: #8EDF78; }
span { border-color: rgb(142,223,120); }
td.TdClassName
{
border-color: #8EDF78;
}
.TagClassName
{
border-color: #8EDF78;
}
</style>