Shades of Gossip #8EDF70
Tints of Gossip #8EDF70
RGB
CMYK
RGB Variations
Color information
#8EDF70 (or 0x8EDF70) is known color: Gossip. HEX triplet: 8E, DF and 70. RGB value is (142,223,112). Sum of RGB (Red+Green+Blue) = 142+223+112=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDF70 is #71208F. Grayscale: #BABABA. Windows color (decimal): -7413904 or 7397262. OLE color: 7397262.
HSL color Cylindrical-coordinate representation of color #8EDF70: hue angle of 103.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EDF70 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 112 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.13 |
| HSL | 103.78º | 0.63% | 0.66% | - |
| HSV(B) | 103.78º | 0.5% | 0.87% | - |
| XYZ | 40.47 | 59.7 | 24.72 | - |
| YUV | 186.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 112 | 0.36 | 0 | 0.50 | 0.13 | 103.78 | 0.63 | 0.66 |
| Hex | 8E | DF | 70 | 24 | 0 | 32 | D | 68 | 3F | 42 |
| Octal | 216 | 337 | 160 | 44 | 0 | 62 | 15 | 150 | 77 | 102 |
| Binary | 10001110 | 11011111 | 1110000 | 100100 | 0 | 110010 | 1101 | 1101000 | 111111 | 1000010 |
Color Harmonies of #8EDF70
Complementary color
Monochromatic Colors of #8EDF70
Black with #8EDF70
Text Example
Text Example
White with #8EDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF70; }
p { color: rgb(142,223,112); }
H1.HeaderClassName
{
color: #8EDF70;
}
.AnyTagClassName
{
color: #8EDF70;
}
</style>
background-color css
<style>
a { background-color: #8EDF70; }
a { background-color: rgb(142,223,112); }
div.DivClassName
{
background-color: #8EDF70;
}
.BgClassName
{
background-color: #8EDF70;
}
</style>
border-color css
<style>
span { border-color: #8EDF70; }
span { border-color: rgb(142,223,112); }
td.TdClassName
{
border-color: #8EDF70;
}
.TagClassName
{
border-color: #8EDF70;
}
</style>