Shades of Gossip #8FD47D
Tints of Gossip #8FD47D
RGB
CMYK
RGB Variations
Color information
#8FD47D (or 0x8FD47D) is known color: Gossip. HEX triplet: 8F, D4 and 7D. RGB value is (143,212,125). Sum of RGB (Red+Green+Blue) = 143+212+125=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD47D is #702B82. Grayscale: #B5B5B5. Windows color (decimal): -7351171 or 8246415. OLE color: 8246415.
HSL color Cylindrical-coordinate representation of color #8FD47D: hue angle of 107.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FD47D is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 125 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.17 |
| HSL | 107.59º | 0.5% | 0.66% | - |
| HSV(B) | 107.59º | 0.41% | 0.83% | - |
| XYZ | 38.57 | 54.41 | 27.87 | - |
| YUV | 181.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 125 | 0.33 | 0 | 0.41 | 0.17 | 107.59 | 0.5 | 0.66 |
| Hex | 8F | D4 | 7D | 21 | 0 | 29 | 11 | 6C | 32 | 42 |
| Octal | 217 | 324 | 175 | 41 | 0 | 51 | 21 | 154 | 62 | 102 |
| Binary | 10001111 | 11010100 | 1111101 | 100001 | 0 | 101001 | 10001 | 1101100 | 110010 | 1000010 |
Color Harmonies of #8FD47D
Complementary color
Monochromatic Colors of #8FD47D
Black with #8FD47D
Text Example
Text Example
White with #8FD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD47D; }
p { color: rgb(143,212,125); }
H1.HeaderClassName
{
color: #8FD47D;
}
.AnyTagClassName
{
color: #8FD47D;
}
</style>
background-color css
<style>
a { background-color: #8FD47D; }
a { background-color: rgb(143,212,125); }
div.DivClassName
{
background-color: #8FD47D;
}
.BgClassName
{
background-color: #8FD47D;
}
</style>
border-color css
<style>
span { border-color: #8FD47D; }
span { border-color: rgb(143,212,125); }
td.TdClassName
{
border-color: #8FD47D;
}
.TagClassName
{
border-color: #8FD47D;
}
</style>