Shades of Gossip #8ED37F
Tints of Gossip #8ED37F
RGB
CMYK
RGB Variations
Color information
#8ED37F (or 0x8ED37F) is known color: Gossip. HEX triplet: 8E, D3 and 7F. RGB value is (142,211,127). Sum of RGB (Red+Green+Blue) = 142+211+127=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED37F is #712C80. Grayscale: #B5B5B5. Windows color (decimal): -7416961 or 8377230. OLE color: 8377230.
HSL color Cylindrical-coordinate representation of color #8ED37F: hue angle of 109.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED37F is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 127 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.17 |
| HSL | 109.29º | 0.49% | 0.66% | - |
| HSV(B) | 109.29º | 0.4% | 0.83% | - |
| XYZ | 38.28 | 53.87 | 28.46 | - |
| YUV | 180.79 | 97.64 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 127 | 0.33 | 0 | 0.40 | 0.17 | 109.29 | 0.49 | 0.66 |
| Hex | 8E | D3 | 7F | 21 | 0 | 28 | 11 | 6D | 31 | 42 |
| Octal | 216 | 323 | 177 | 41 | 0 | 50 | 21 | 155 | 61 | 102 |
| Binary | 10001110 | 11010011 | 1111111 | 100001 | 0 | 101000 | 10001 | 1101101 | 110001 | 1000010 |
Color Harmonies of #8ED37F
Complementary color
Monochromatic Colors of #8ED37F
Black with #8ED37F
Text Example
Text Example
White with #8ED37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED37F; }
p { color: rgb(142,211,127); }
H1.HeaderClassName
{
color: #8ED37F;
}
.AnyTagClassName
{
color: #8ED37F;
}
</style>
background-color css
<style>
a { background-color: #8ED37F; }
a { background-color: rgb(142,211,127); }
div.DivClassName
{
background-color: #8ED37F;
}
.BgClassName
{
background-color: #8ED37F;
}
</style>
border-color css
<style>
span { border-color: #8ED37F; }
span { border-color: rgb(142,211,127); }
td.TdClassName
{
border-color: #8ED37F;
}
.TagClassName
{
border-color: #8ED37F;
}
</style>