Shades of Gossip #8FD36F
Tints of Gossip #8FD36F
RGB
CMYK
RGB Variations
Color information
#8FD36F (or 0x8FD36F) is known color: Gossip. HEX triplet: 8F, D3 and 6F. RGB value is (143,211,111). Sum of RGB (Red+Green+Blue) = 143+211+111=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD36F is #702C90. Grayscale: #B3B3B3. Windows color (decimal): -7351441 or 7328655. OLE color: 7328655.
HSL color Cylindrical-coordinate representation of color #8FD36F: hue angle of 100.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FD36F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 111 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.17 |
| HSL | 100.8º | 0.53% | 0.63% | - |
| HSV(B) | 100.8º | 0.47% | 0.83% | - |
| XYZ | 37.49 | 53.58 | 23.4 | - |
| YUV | 179.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 111 | 0.32 | 0 | 0.47 | 0.17 | 100.8 | 0.53 | 0.63 |
| Hex | 8F | D3 | 6F | 20 | 0 | 2F | 11 | 65 | 35 | 3F |
| Octal | 217 | 323 | 157 | 40 | 0 | 57 | 21 | 145 | 65 | 77 |
| Binary | 10001111 | 11010011 | 1101111 | 100000 | 0 | 101111 | 10001 | 1100101 | 110101 | 111111 |
Color Harmonies of #8FD36F
Complementary color
Monochromatic Colors of #8FD36F
Black with #8FD36F
Text Example
Text Example
White with #8FD36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD36F; }
p { color: rgb(143,211,111); }
H1.HeaderClassName
{
color: #8FD36F;
}
.AnyTagClassName
{
color: #8FD36F;
}
</style>
background-color css
<style>
a { background-color: #8FD36F; }
a { background-color: rgb(143,211,111); }
div.DivClassName
{
background-color: #8FD36F;
}
.BgClassName
{
background-color: #8FD36F;
}
</style>
border-color css
<style>
span { border-color: #8FD36F; }
span { border-color: rgb(143,211,111); }
td.TdClassName
{
border-color: #8FD36F;
}
.TagClassName
{
border-color: #8FD36F;
}
</style>