Shades of Gossip #96DF71
Tints of Gossip #96DF71
RGB
CMYK
RGB Variations
Color information
#96DF71 (or 0x96DF71) is known color: Gossip. HEX triplet: 96, DF and 71. RGB value is (150,223,113). Sum of RGB (Red+Green+Blue) = 150+223+113=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF71 is #69208E. Grayscale: #BDBDBD. Windows color (decimal): -6889615 or 7462806. OLE color: 7462806.
HSL color Cylindrical-coordinate representation of color #96DF71: hue angle of 99.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96DF71 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 113 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.13 |
| HSL | 99.82º | 0.63% | 0.66% | - |
| HSV(B) | 99.82º | 0.49% | 0.87% | - |
| XYZ | 41.95 | 60.45 | 25.08 | - |
| YUV | 188.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 113 | 0.33 | 0 | 0.49 | 0.13 | 99.82 | 0.63 | 0.66 |
| Hex | 96 | DF | 71 | 21 | 0 | 31 | D | 64 | 3F | 42 |
| Octal | 226 | 337 | 161 | 41 | 0 | 61 | 15 | 144 | 77 | 102 |
| Binary | 10010110 | 11011111 | 1110001 | 100001 | 0 | 110001 | 1101 | 1100100 | 111111 | 1000010 |
Color Harmonies of #96DF71
Complementary color
Monochromatic Colors of #96DF71
Black with #96DF71
Text Example
Text Example
White with #96DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF71; }
p { color: rgb(150,223,113); }
H1.HeaderClassName
{
color: #96DF71;
}
.AnyTagClassName
{
color: #96DF71;
}
</style>
background-color css
<style>
a { background-color: #96DF71; }
a { background-color: rgb(150,223,113); }
div.DivClassName
{
background-color: #96DF71;
}
.BgClassName
{
background-color: #96DF71;
}
</style>
border-color css
<style>
span { border-color: #96DF71; }
span { border-color: rgb(150,223,113); }
td.TdClassName
{
border-color: #96DF71;
}
.TagClassName
{
border-color: #96DF71;
}
</style>