Shades of Gossip #96EC75
Tints of Gossip #96EC75
RGB
CMYK
RGB Variations
Color information
#96EC75 (or 0x96EC75) is known color: Gossip. HEX triplet: 96, EC and 75. RGB value is (150,236,117). Sum of RGB (Red+Green+Blue) = 150+236+117=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EC75 is #69138A. Grayscale: #C5C5C5. Windows color (decimal): -6886283 or 7728278. OLE color: 7728278.
HSL color Cylindrical-coordinate representation of color #96EC75: hue angle of 103.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96EC75 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 117 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.07 |
| HSL | 103.36º | 0.76% | 0.69% | - |
| HSV(B) | 103.36º | 0.5% | 0.93% | - |
| XYZ | 45.78 | 67.76 | 27.5 | - |
| YUV | 196.72 | 83.01 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 117 | 0.36 | 0 | 0.50 | 0.07 | 103.36 | 0.76 | 0.69 |
| Hex | 96 | EC | 75 | 24 | 0 | 32 | 7 | 67 | 4C | 45 |
| Octal | 226 | 354 | 165 | 44 | 0 | 62 | 7 | 147 | 114 | 105 |
| Binary | 10010110 | 11101100 | 1110101 | 100100 | 0 | 110010 | 111 | 1100111 | 1001100 | 1000101 |
Color Harmonies of #96EC75
Complementary color
Monochromatic Colors of #96EC75
Black with #96EC75
Text Example
Text Example
White with #96EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC75; }
p { color: rgb(150,236,117); }
H1.HeaderClassName
{
color: #96EC75;
}
.AnyTagClassName
{
color: #96EC75;
}
</style>
background-color css
<style>
a { background-color: #96EC75; }
a { background-color: rgb(150,236,117); }
div.DivClassName
{
background-color: #96EC75;
}
.BgClassName
{
background-color: #96EC75;
}
</style>
border-color css
<style>
span { border-color: #96EC75; }
span { border-color: rgb(150,236,117); }
td.TdClassName
{
border-color: #96EC75;
}
.TagClassName
{
border-color: #96EC75;
}
</style>