Shades of Gossip #96E266
Tints of Gossip #96E266
RGB
CMYK
RGB Variations
Color information
#96E266 (or 0x96E266) is known color: Gossip. HEX triplet: 96, E2 and 66. RGB value is (150,226,102). Sum of RGB (Red+Green+Blue) = 150+226+102=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #96E266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E266 is #691D99. Grayscale: #BDBDBD. Windows color (decimal): -6888858 or 6742678. OLE color: 6742678.
HSL color Cylindrical-coordinate representation of color #96E266: hue angle of 96.77º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96E266 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 102 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.11 |
| HSL | 96.77º | 0.68% | 0.64% | - |
| HSV(B) | 96.77º | 0.55% | 0.89% | - |
| XYZ | 42.17 | 61.84 | 22.28 | - |
| YUV | 189.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 102 | 0.34 | 0 | 0.55 | 0.11 | 96.77 | 0.68 | 0.64 |
| Hex | 96 | E2 | 66 | 22 | 0 | 37 | B | 61 | 44 | 40 |
| Octal | 226 | 342 | 146 | 42 | 0 | 67 | 13 | 141 | 104 | 100 |
| Binary | 10010110 | 11100010 | 1100110 | 100010 | 0 | 110111 | 1011 | 1100001 | 1000100 | 1000000 |
Color Harmonies of #96E266
Complementary color
Monochromatic Colors of #96E266
Black with #96E266
Text Example
Text Example
White with #96E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E266; }
p { color: rgb(150,226,102); }
H1.HeaderClassName
{
color: #96E266;
}
.AnyTagClassName
{
color: #96E266;
}
</style>
background-color css
<style>
a { background-color: #96E266; }
a { background-color: rgb(150,226,102); }
div.DivClassName
{
background-color: #96E266;
}
.BgClassName
{
background-color: #96E266;
}
</style>
border-color css
<style>
span { border-color: #96E266; }
span { border-color: rgb(150,226,102); }
td.TdClassName
{
border-color: #96E266;
}
.TagClassName
{
border-color: #96E266;
}
</style>