Shades of Gossip #96E472
Tints of Gossip #96E472
RGB
CMYK
RGB Variations
Color information
#96E472 (or 0x96E472) is known color: Gossip. HEX triplet: 96, E4 and 72. RGB value is (150,228,114). Sum of RGB (Red+Green+Blue) = 150+228+114=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #96E472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E472 is #691B8D. Grayscale: #C0C0C0. Windows color (decimal): -6888334 or 7529622. OLE color: 7529622.
HSL color Cylindrical-coordinate representation of color #96E472: hue angle of 101.05º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96E472 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 114 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.11 |
| HSL | 101.05º | 0.68% | 0.67% | - |
| HSV(B) | 101.05º | 0.5% | 0.89% | - |
| XYZ | 43.36 | 63.19 | 25.83 | - |
| YUV | 191.68 | 84.16 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 114 | 0.34 | 0 | 0.50 | 0.11 | 101.05 | 0.68 | 0.67 |
| Hex | 96 | E4 | 72 | 22 | 0 | 32 | B | 65 | 44 | 43 |
| Octal | 226 | 344 | 162 | 42 | 0 | 62 | 13 | 145 | 104 | 103 |
| Binary | 10010110 | 11100100 | 1110010 | 100010 | 0 | 110010 | 1011 | 1100101 | 1000100 | 1000011 |
Color Harmonies of #96E472
Complementary color
Monochromatic Colors of #96E472
Black with #96E472
Text Example
Text Example
White with #96E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E472; }
p { color: rgb(150,228,114); }
H1.HeaderClassName
{
color: #96E472;
}
.AnyTagClassName
{
color: #96E472;
}
</style>
background-color css
<style>
a { background-color: #96E472; }
a { background-color: rgb(150,228,114); }
div.DivClassName
{
background-color: #96E472;
}
.BgClassName
{
background-color: #96E472;
}
</style>
border-color css
<style>
span { border-color: #96E472; }
span { border-color: rgb(150,228,114); }
td.TdClassName
{
border-color: #96E472;
}
.TagClassName
{
border-color: #96E472;
}
</style>