Shades of Gossip #96E57E
Tints of Gossip #96E57E
RGB
CMYK
RGB Variations
Color information
#96E57E (or 0x96E57E) is known color: Gossip. HEX triplet: 96, E5 and 7E. RGB value is (150,229,126). Sum of RGB (Red+Green+Blue) = 150+229+126=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #96E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E57E is #691A81. Grayscale: #C1C1C1. Windows color (decimal): -6888066 or 8316310. OLE color: 8316310.
HSL color Cylindrical-coordinate representation of color #96E57E: hue angle of 106.02º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96E57E is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 126 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.10 |
| HSL | 106.02º | 0.66% | 0.7% | - |
| HSV(B) | 106.02º | 0.45% | 0.9% | - |
| XYZ | 44.36 | 64.03 | 29.76 | - |
| YUV | 193.64 | 89.83 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 126 | 0.34 | 0 | 0.45 | 0.10 | 106.02 | 0.66 | 0.7 |
| Hex | 96 | E5 | 7E | 22 | 0 | 2D | A | 6A | 42 | 46 |
| Octal | 226 | 345 | 176 | 42 | 0 | 55 | 12 | 152 | 102 | 106 |
| Binary | 10010110 | 11100101 | 1111110 | 100010 | 0 | 101101 | 1010 | 1101010 | 1000010 | 1000110 |
Color Harmonies of #96E57E
Complementary color
Monochromatic Colors of #96E57E
Black with #96E57E
Text Example
Text Example
White with #96E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E57E; }
p { color: rgb(150,229,126); }
H1.HeaderClassName
{
color: #96E57E;
}
.AnyTagClassName
{
color: #96E57E;
}
</style>
background-color css
<style>
a { background-color: #96E57E; }
a { background-color: rgb(150,229,126); }
div.DivClassName
{
background-color: #96E57E;
}
.BgClassName
{
background-color: #96E57E;
}
</style>
border-color css
<style>
span { border-color: #96E57E; }
span { border-color: rgb(150,229,126); }
td.TdClassName
{
border-color: #96E57E;
}
.TagClassName
{
border-color: #96E57E;
}
</style>