Shades of Gossip #9FD485
Tints of Gossip #9FD485
RGB
CMYK
RGB Variations
Color information
#9FD485 (or 0x9FD485) is known color: Gossip. HEX triplet: 9F, D4 and 85. RGB value is (159,212,133). Sum of RGB (Red+Green+Blue) = 159+212+133=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD485 is #602B7A. Grayscale: #BBBBBB. Windows color (decimal): -6302587 or 8770719. OLE color: 8770719.
HSL color Cylindrical-coordinate representation of color #9FD485: hue angle of 100.25º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FD485 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 133 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.17 |
| HSL | 100.25º | 0.48% | 0.68% | - |
| HSV(B) | 100.25º | 0.37% | 0.83% | - |
| XYZ | 42.08 | 56.15 | 30.81 | - |
| YUV | 187.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 133 | 0.25 | 0 | 0.37 | 0.17 | 100.25 | 0.48 | 0.68 |
| Hex | 9F | D4 | 85 | 19 | 0 | 25 | 11 | 64 | 30 | 44 |
| Octal | 237 | 324 | 205 | 31 | 0 | 45 | 21 | 144 | 60 | 104 |
| Binary | 10011111 | 11010100 | 10000101 | 11001 | 0 | 100101 | 10001 | 1100100 | 110000 | 1000100 |
Color Harmonies of #9FD485
Complementary color
Monochromatic Colors of #9FD485
Black with #9FD485
Text Example
Text Example
White with #9FD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD485; }
p { color: rgb(159,212,133); }
H1.HeaderClassName
{
color: #9FD485;
}
.AnyTagClassName
{
color: #9FD485;
}
</style>
background-color css
<style>
a { background-color: #9FD485; }
a { background-color: rgb(159,212,133); }
div.DivClassName
{
background-color: #9FD485;
}
.BgClassName
{
background-color: #9FD485;
}
</style>
border-color css
<style>
span { border-color: #9FD485; }
span { border-color: rgb(159,212,133); }
td.TdClassName
{
border-color: #9FD485;
}
.TagClassName
{
border-color: #9FD485;
}
</style>