Shades of Gossip #8ED67F
Tints of Gossip #8ED67F
RGB
CMYK
RGB Variations
Color information
#8ED67F (or 0x8ED67F) is known color: Gossip. HEX triplet: 8E, D6 and 7F. RGB value is (142,214,127). Sum of RGB (Red+Green+Blue) = 142+214+127=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED67F is #712980. Grayscale: #B6B6B6. Windows color (decimal): -7416193 or 8377998. OLE color: 8377998.
HSL color Cylindrical-coordinate representation of color #8ED67F: hue angle of 109.66º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED67F is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 127 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.16 |
| HSL | 109.66º | 0.51% | 0.67% | - |
| HSV(B) | 109.66º | 0.41% | 0.84% | - |
| XYZ | 39.03 | 55.38 | 28.71 | - |
| YUV | 182.55 | 96.65 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 127 | 0.34 | 0 | 0.41 | 0.16 | 109.66 | 0.51 | 0.67 |
| Hex | 8E | D6 | 7F | 22 | 0 | 29 | 10 | 6E | 33 | 43 |
| Octal | 216 | 326 | 177 | 42 | 0 | 51 | 20 | 156 | 63 | 103 |
| Binary | 10001110 | 11010110 | 1111111 | 100010 | 0 | 101001 | 10000 | 1101110 | 110011 | 1000011 |
Color Harmonies of #8ED67F
Complementary color
Monochromatic Colors of #8ED67F
Black with #8ED67F
Text Example
Text Example
White with #8ED67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED67F; }
p { color: rgb(142,214,127); }
H1.HeaderClassName
{
color: #8ED67F;
}
.AnyTagClassName
{
color: #8ED67F;
}
</style>
background-color css
<style>
a { background-color: #8ED67F; }
a { background-color: rgb(142,214,127); }
div.DivClassName
{
background-color: #8ED67F;
}
.BgClassName
{
background-color: #8ED67F;
}
</style>
border-color css
<style>
span { border-color: #8ED67F; }
span { border-color: rgb(142,214,127); }
td.TdClassName
{
border-color: #8ED67F;
}
.TagClassName
{
border-color: #8ED67F;
}
</style>