Shades of Gossip #9FD47B
Tints of Gossip #9FD47B
RGB
CMYK
RGB Variations
Color information
#9FD47B (or 0x9FD47B) is known color: Gossip. HEX triplet: 9F, D4 and 7B. RGB value is (159,212,123). Sum of RGB (Red+Green+Blue) = 159+212+123=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD47B is #602B84. Grayscale: #BABABA. Windows color (decimal): -6302597 or 8115359. OLE color: 8115359.
HSL color Cylindrical-coordinate representation of color #9FD47B: hue angle of 95.73º 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 #9FD47B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 123 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.17 |
| HSL | 95.73º | 0.51% | 0.66% | - |
| HSV(B) | 95.73º | 0.42% | 0.83% | - |
| XYZ | 41.42 | 55.89 | 27.34 | - |
| YUV | 186.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 123 | 0.25 | 0 | 0.42 | 0.17 | 95.73 | 0.51 | 0.66 |
| Hex | 9F | D4 | 7B | 19 | 0 | 2A | 11 | 60 | 33 | 42 |
| Octal | 237 | 324 | 173 | 31 | 0 | 52 | 21 | 140 | 63 | 102 |
| Binary | 10011111 | 11010100 | 1111011 | 11001 | 0 | 101010 | 10001 | 1100000 | 110011 | 1000010 |
Color Harmonies of #9FD47B
Complementary color
Monochromatic Colors of #9FD47B
Black with #9FD47B
Text Example
Text Example
White with #9FD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD47B; }
p { color: rgb(159,212,123); }
H1.HeaderClassName
{
color: #9FD47B;
}
.AnyTagClassName
{
color: #9FD47B;
}
</style>
background-color css
<style>
a { background-color: #9FD47B; }
a { background-color: rgb(159,212,123); }
div.DivClassName
{
background-color: #9FD47B;
}
.BgClassName
{
background-color: #9FD47B;
}
</style>
border-color css
<style>
span { border-color: #9FD47B; }
span { border-color: rgb(159,212,123); }
td.TdClassName
{
border-color: #9FD47B;
}
.TagClassName
{
border-color: #9FD47B;
}
</style>