Shades of Gossip #8FD47B
Tints of Gossip #8FD47B
RGB
CMYK
RGB Variations
Color information
#8FD47B (or 0x8FD47B) is known color: Gossip. HEX triplet: 8F, D4 and 7B. RGB value is (143,212,123). Sum of RGB (Red+Green+Blue) = 143+212+123=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD47B is #702B84. Grayscale: #B5B5B5. Windows color (decimal): -7351173 or 8115343. OLE color: 8115343.
HSL color Cylindrical-coordinate representation of color #8FD47B: hue angle of 106.52º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD47B is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 123 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.17 |
| HSL | 106.52º | 0.51% | 0.66% | - |
| HSV(B) | 106.52º | 0.42% | 0.83% | - |
| XYZ | 38.45 | 54.36 | 27.2 | - |
| YUV | 181.22 | 95.14 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 123 | 0.33 | 0 | 0.42 | 0.17 | 106.52 | 0.51 | 0.66 |
| Hex | 8F | D4 | 7B | 21 | 0 | 2A | 11 | 6B | 33 | 42 |
| Octal | 217 | 324 | 173 | 41 | 0 | 52 | 21 | 153 | 63 | 102 |
| Binary | 10001111 | 11010100 | 1111011 | 100001 | 0 | 101010 | 10001 | 1101011 | 110011 | 1000010 |
Color Harmonies of #8FD47B
Complementary color
Monochromatic Colors of #8FD47B
Black with #8FD47B
Text Example
Text Example
White with #8FD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD47B; }
p { color: rgb(143,212,123); }
H1.HeaderClassName
{
color: #8FD47B;
}
.AnyTagClassName
{
color: #8FD47B;
}
</style>
background-color css
<style>
a { background-color: #8FD47B; }
a { background-color: rgb(143,212,123); }
div.DivClassName
{
background-color: #8FD47B;
}
.BgClassName
{
background-color: #8FD47B;
}
</style>
border-color css
<style>
span { border-color: #8FD47B; }
span { border-color: rgb(143,212,123); }
td.TdClassName
{
border-color: #8FD47B;
}
.TagClassName
{
border-color: #8FD47B;
}
</style>