Shades of Gossip #9FD57D
Tints of Gossip #9FD57D
RGB
CMYK
RGB Variations
Color information
#9FD57D (or 0x9FD57D) is known color: Gossip. HEX triplet: 9F, D5 and 7D. RGB value is (159,213,125). Sum of RGB (Red+Green+Blue) = 159+213+125=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD57D is #602A82. Grayscale: #BBBBBB. Windows color (decimal): -6302339 or 8246687. OLE color: 8246687.
HSL color Cylindrical-coordinate representation of color #9FD57D: hue angle of 96.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FD57D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 125 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.16 |
| HSL | 96.82º | 0.51% | 0.66% | - |
| HSV(B) | 96.82º | 0.41% | 0.84% | - |
| XYZ | 41.79 | 56.44 | 28.09 | - |
| YUV | 186.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 125 | 0.25 | 0 | 0.41 | 0.16 | 96.82 | 0.51 | 0.66 |
| Hex | 9F | D5 | 7D | 19 | 0 | 29 | 10 | 61 | 33 | 42 |
| Octal | 237 | 325 | 175 | 31 | 0 | 51 | 20 | 141 | 63 | 102 |
| Binary | 10011111 | 11010101 | 1111101 | 11001 | 0 | 101001 | 10000 | 1100001 | 110011 | 1000010 |
Color Harmonies of #9FD57D
Complementary color
Monochromatic Colors of #9FD57D
Black with #9FD57D
Text Example
Text Example
White with #9FD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD57D; }
p { color: rgb(159,213,125); }
H1.HeaderClassName
{
color: #9FD57D;
}
.AnyTagClassName
{
color: #9FD57D;
}
</style>
background-color css
<style>
a { background-color: #9FD57D; }
a { background-color: rgb(159,213,125); }
div.DivClassName
{
background-color: #9FD57D;
}
.BgClassName
{
background-color: #9FD57D;
}
</style>
border-color css
<style>
span { border-color: #9FD57D; }
span { border-color: rgb(159,213,125); }
td.TdClassName
{
border-color: #9FD57D;
}
.TagClassName
{
border-color: #9FD57D;
}
</style>