Shades of Gossip #96EC71
Tints of Gossip #96EC71
RGB
CMYK
RGB Variations
Color information
#96EC71 (or 0x96EC71) is known color: Gossip. HEX triplet: 96, EC and 71. RGB value is (150,236,113). Sum of RGB (Red+Green+Blue) = 150+236+113=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EC71 is #69138E. Grayscale: #C4C4C4. Windows color (decimal): -6886287 or 7466134. OLE color: 7466134.
HSL color Cylindrical-coordinate representation of color #96EC71: hue angle of 101.95º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96EC71 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 113 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.07 |
| HSL | 101.95º | 0.76% | 0.68% | - |
| HSV(B) | 101.95º | 0.52% | 0.93% | - |
| XYZ | 45.55 | 67.67 | 26.28 | - |
| YUV | 196.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 113 | 0.36 | 0 | 0.52 | 0.07 | 101.95 | 0.76 | 0.68 |
| Hex | 96 | EC | 71 | 24 | 0 | 34 | 7 | 66 | 4C | 44 |
| Octal | 226 | 354 | 161 | 44 | 0 | 64 | 7 | 146 | 114 | 104 |
| Binary | 10010110 | 11101100 | 1110001 | 100100 | 0 | 110100 | 111 | 1100110 | 1001100 | 1000100 |
Color Harmonies of #96EC71
Complementary color
Monochromatic Colors of #96EC71
Black with #96EC71
Text Example
Text Example
White with #96EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC71; }
p { color: rgb(150,236,113); }
H1.HeaderClassName
{
color: #96EC71;
}
.AnyTagClassName
{
color: #96EC71;
}
</style>
background-color css
<style>
a { background-color: #96EC71; }
a { background-color: rgb(150,236,113); }
div.DivClassName
{
background-color: #96EC71;
}
.BgClassName
{
background-color: #96EC71;
}
</style>
border-color css
<style>
span { border-color: #96EC71; }
span { border-color: rgb(150,236,113); }
td.TdClassName
{
border-color: #96EC71;
}
.TagClassName
{
border-color: #96EC71;
}
</style>