Shades of Gossip #8FD26E
Tints of Gossip #8FD26E
RGB
CMYK
RGB Variations
Color information
#8FD26E (or 0x8FD26E) is known color: Gossip. HEX triplet: 8F, D2 and 6E. RGB value is (143,210,110). Sum of RGB (Red+Green+Blue) = 143+210+110=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD26E is #702D91. Grayscale: #B2B2B2. Windows color (decimal): -7351698 or 7262863. OLE color: 7262863.
HSL color Cylindrical-coordinate representation of color #8FD26E: hue angle of 100.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD26E is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 110 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.18 |
| HSL | 100.2º | 0.53% | 0.63% | - |
| HSV(B) | 100.2º | 0.48% | 0.82% | - |
| XYZ | 37.19 | 53.06 | 23.03 | - |
| YUV | 178.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 110 | 0.32 | 0 | 0.48 | 0.18 | 100.2 | 0.53 | 0.63 |
| Hex | 8F | D2 | 6E | 20 | 0 | 30 | 12 | 64 | 35 | 3F |
| Octal | 217 | 322 | 156 | 40 | 0 | 60 | 22 | 144 | 65 | 77 |
| Binary | 10001111 | 11010010 | 1101110 | 100000 | 0 | 110000 | 10010 | 1100100 | 110101 | 111111 |
Color Harmonies of #8FD26E
Complementary color
Monochromatic Colors of #8FD26E
Black with #8FD26E
Text Example
Text Example
White with #8FD26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD26E; }
p { color: rgb(143,210,110); }
H1.HeaderClassName
{
color: #8FD26E;
}
.AnyTagClassName
{
color: #8FD26E;
}
</style>
background-color css
<style>
a { background-color: #8FD26E; }
a { background-color: rgb(143,210,110); }
div.DivClassName
{
background-color: #8FD26E;
}
.BgClassName
{
background-color: #8FD26E;
}
</style>
border-color css
<style>
span { border-color: #8FD26E; }
span { border-color: rgb(143,210,110); }
td.TdClassName
{
border-color: #8FD26E;
}
.TagClassName
{
border-color: #8FD26E;
}
</style>