Shades of Gossip #9FD57B
Tints of Gossip #9FD57B
RGB
CMYK
RGB Variations
Color information
#9FD57B (or 0x9FD57B) is known color: Gossip. HEX triplet: 9F, D5 and 7B. RGB value is (159,213,123). Sum of RGB (Red+Green+Blue) = 159+213+123=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD57B is #602A84. Grayscale: #BABABA. Windows color (decimal): -6302341 or 8115615. OLE color: 8115615.
HSL color Cylindrical-coordinate representation of color #9FD57B: hue angle of 96º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FD57B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 123 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.16 |
| HSL | 96º | 0.52% | 0.66% | - |
| HSV(B) | 96º | 0.42% | 0.84% | - |
| XYZ | 41.67 | 56.39 | 27.43 | - |
| YUV | 186.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 123 | 0.25 | 0 | 0.42 | 0.16 | 96 | 0.52 | 0.66 |
| Hex | 9F | D5 | 7B | 19 | 0 | 2A | 10 | 60 | 34 | 42 |
| Octal | 237 | 325 | 173 | 31 | 0 | 52 | 20 | 140 | 64 | 102 |
| Binary | 10011111 | 11010101 | 1111011 | 11001 | 0 | 101010 | 10000 | 1100000 | 110100 | 1000010 |
Color Harmonies of #9FD57B
Complementary color
Monochromatic Colors of #9FD57B
Black with #9FD57B
Text Example
Text Example
White with #9FD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD57B; }
p { color: rgb(159,213,123); }
H1.HeaderClassName
{
color: #9FD57B;
}
.AnyTagClassName
{
color: #9FD57B;
}
</style>
background-color css
<style>
a { background-color: #9FD57B; }
a { background-color: rgb(159,213,123); }
div.DivClassName
{
background-color: #9FD57B;
}
.BgClassName
{
background-color: #9FD57B;
}
</style>
border-color css
<style>
span { border-color: #9FD57B; }
span { border-color: rgb(159,213,123); }
td.TdClassName
{
border-color: #9FD57B;
}
.TagClassName
{
border-color: #9FD57B;
}
</style>