Shades of Gossip #9FD488
Tints of Gossip #9FD488
RGB
CMYK
RGB Variations
Color information
#9FD488 (or 0x9FD488) is known color: Gossip. HEX triplet: 9F, D4 and 88. RGB value is (159,212,136). Sum of RGB (Red+Green+Blue) = 159+212+136=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD488 is #602B77. Grayscale: #BBBBBB. Windows color (decimal): -6302584 or 8967327. OLE color: 8967327.
HSL color Cylindrical-coordinate representation of color #9FD488: hue angle of 101.84º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD488 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 136 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.17 |
| HSL | 101.84º | 0.47% | 0.68% | - |
| HSV(B) | 101.84º | 0.36% | 0.83% | - |
| XYZ | 42.29 | 56.24 | 31.92 | - |
| YUV | 187.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 136 | 0.25 | 0 | 0.36 | 0.17 | 101.84 | 0.47 | 0.68 |
| Hex | 9F | D4 | 88 | 19 | 0 | 24 | 11 | 66 | 2F | 44 |
| Octal | 237 | 324 | 210 | 31 | 0 | 44 | 21 | 146 | 57 | 104 |
| Binary | 10011111 | 11010100 | 10001000 | 11001 | 0 | 100100 | 10001 | 1100110 | 101111 | 1000100 |
Color Harmonies of #9FD488
Complementary color
Monochromatic Colors of #9FD488
Black with #9FD488
Text Example
Text Example
White with #9FD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD488; }
p { color: rgb(159,212,136); }
H1.HeaderClassName
{
color: #9FD488;
}
.AnyTagClassName
{
color: #9FD488;
}
</style>
background-color css
<style>
a { background-color: #9FD488; }
a { background-color: rgb(159,212,136); }
div.DivClassName
{
background-color: #9FD488;
}
.BgClassName
{
background-color: #9FD488;
}
</style>
border-color css
<style>
span { border-color: #9FD488; }
span { border-color: rgb(159,212,136); }
td.TdClassName
{
border-color: #9FD488;
}
.TagClassName
{
border-color: #9FD488;
}
</style>