Shades of Gossip #8FE566
Tints of Gossip #8FE566
RGB
CMYK
RGB Variations
Color information
#8FE566 (or 0x8FE566) is known color: Gossip. HEX triplet: 8F, E5 and 66. RGB value is (143,229,102). Sum of RGB (Red+Green+Blue) = 143+229+102=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE566 is #701A99. Grayscale: #BDBDBD. Windows color (decimal): -7346842 or 6743439. OLE color: 6743439.
HSL color Cylindrical-coordinate representation of color #8FE566: hue angle of 100.63º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FE566 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 102 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.10 |
| HSL | 100.63º | 0.71% | 0.65% | - |
| HSV(B) | 100.63º | 0.55% | 0.9% | - |
| XYZ | 41.75 | 62.84 | 22.5 | - |
| YUV | 188.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 102 | 0.38 | 0 | 0.55 | 0.10 | 100.63 | 0.71 | 0.65 |
| Hex | 8F | E5 | 66 | 26 | 0 | 37 | A | 65 | 47 | 41 |
| Octal | 217 | 345 | 146 | 46 | 0 | 67 | 12 | 145 | 107 | 101 |
| Binary | 10001111 | 11100101 | 1100110 | 100110 | 0 | 110111 | 1010 | 1100101 | 1000111 | 1000001 |
Color Harmonies of #8FE566
Complementary color
Monochromatic Colors of #8FE566
Black with #8FE566
Text Example
Text Example
White with #8FE566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE566; }
p { color: rgb(143,229,102); }
H1.HeaderClassName
{
color: #8FE566;
}
.AnyTagClassName
{
color: #8FE566;
}
</style>
background-color css
<style>
a { background-color: #8FE566; }
a { background-color: rgb(143,229,102); }
div.DivClassName
{
background-color: #8FE566;
}
.BgClassName
{
background-color: #8FE566;
}
</style>
border-color css
<style>
span { border-color: #8FE566; }
span { border-color: rgb(143,229,102); }
td.TdClassName
{
border-color: #8FE566;
}
.TagClassName
{
border-color: #8FE566;
}
</style>