Shades of Gossip #8ED67B
Tints of Gossip #8ED67B
RGB
CMYK
RGB Variations
Color information
#8ED67B (or 0x8ED67B) is known color: Gossip. HEX triplet: 8E, D6 and 7B. RGB value is (142,214,123). Sum of RGB (Red+Green+Blue) = 142+214+123=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED67B is #712984. Grayscale: #B6B6B6. Windows color (decimal): -7416197 or 8115854. OLE color: 8115854.
HSL color Cylindrical-coordinate representation of color #8ED67B: hue angle of 107.47º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED67B is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 123 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.16 |
| HSL | 107.47º | 0.53% | 0.66% | - |
| HSV(B) | 107.47º | 0.43% | 0.84% | - |
| XYZ | 38.78 | 55.27 | 27.36 | - |
| YUV | 182.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 123 | 0.34 | 0 | 0.43 | 0.16 | 107.47 | 0.53 | 0.66 |
| Hex | 8E | D6 | 7B | 22 | 0 | 2B | 10 | 6B | 35 | 42 |
| Octal | 216 | 326 | 173 | 42 | 0 | 53 | 20 | 153 | 65 | 102 |
| Binary | 10001110 | 11010110 | 1111011 | 100010 | 0 | 101011 | 10000 | 1101011 | 110101 | 1000010 |
Color Harmonies of #8ED67B
Complementary color
Monochromatic Colors of #8ED67B
Black with #8ED67B
Text Example
Text Example
White with #8ED67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED67B; }
p { color: rgb(142,214,123); }
H1.HeaderClassName
{
color: #8ED67B;
}
.AnyTagClassName
{
color: #8ED67B;
}
</style>
background-color css
<style>
a { background-color: #8ED67B; }
a { background-color: rgb(142,214,123); }
div.DivClassName
{
background-color: #8ED67B;
}
.BgClassName
{
background-color: #8ED67B;
}
</style>
border-color css
<style>
span { border-color: #8ED67B; }
span { border-color: rgb(142,214,123); }
td.TdClassName
{
border-color: #8ED67B;
}
.TagClassName
{
border-color: #8ED67B;
}
</style>