Shades of Gossip #96D47F
Tints of Gossip #96D47F
RGB
CMYK
RGB Variations
Color information
#96D47F (or 0x96D47F) is known color: Gossip. HEX triplet: 96, D4 and 7F. RGB value is (150,212,127). Sum of RGB (Red+Green+Blue) = 150+212+127=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #96D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D47F is #692B80. Grayscale: #B8B8B8. Windows color (decimal): -6892417 or 8377494. OLE color: 8377494.
HSL color Cylindrical-coordinate representation of color #96D47F: hue angle of 103.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D47F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 127 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.17 |
| HSL | 103.76º | 0.5% | 0.66% | - |
| HSV(B) | 103.76º | 0.4% | 0.83% | - |
| XYZ | 39.95 | 55.1 | 28.61 | - |
| YUV | 183.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 127 | 0.29 | 0 | 0.40 | 0.17 | 103.76 | 0.5 | 0.66 |
| Hex | 96 | D4 | 7F | 1D | 0 | 28 | 11 | 68 | 32 | 42 |
| Octal | 226 | 324 | 177 | 35 | 0 | 50 | 21 | 150 | 62 | 102 |
| Binary | 10010110 | 11010100 | 1111111 | 11101 | 0 | 101000 | 10001 | 1101000 | 110010 | 1000010 |
Color Harmonies of #96D47F
Complementary color
Monochromatic Colors of #96D47F
Black with #96D47F
Text Example
Text Example
White with #96D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D47F; }
p { color: rgb(150,212,127); }
H1.HeaderClassName
{
color: #96D47F;
}
.AnyTagClassName
{
color: #96D47F;
}
</style>
background-color css
<style>
a { background-color: #96D47F; }
a { background-color: rgb(150,212,127); }
div.DivClassName
{
background-color: #96D47F;
}
.BgClassName
{
background-color: #96D47F;
}
</style>
border-color css
<style>
span { border-color: #96D47F; }
span { border-color: rgb(150,212,127); }
td.TdClassName
{
border-color: #96D47F;
}
.TagClassName
{
border-color: #96D47F;
}
</style>