Shades of Gossip #96CF6E
Tints of Gossip #96CF6E
RGB
CMYK
RGB Variations
Color information
#96CF6E (or 0x96CF6E) is known color: Gossip. HEX triplet: 96, CF and 6E. RGB value is (150,207,110). Sum of RGB (Red+Green+Blue) = 150+207+110=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF6E is #693091. Grayscale: #B3B3B3. Windows color (decimal): -6893714 or 7262102. OLE color: 7262102.
HSL color Cylindrical-coordinate representation of color #96CF6E: hue angle of 95.26º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96CF6E is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 110 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.19 |
| HSL | 95.26º | 0.5% | 0.62% | - |
| HSV(B) | 95.26º | 0.47% | 0.81% | - |
| XYZ | 37.7 | 52.24 | 22.85 | - |
| YUV | 178.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 110 | 0.28 | 0 | 0.47 | 0.19 | 95.26 | 0.5 | 0.62 |
| Hex | 96 | CF | 6E | 1C | 0 | 2F | 13 | 5F | 32 | 3E |
| Octal | 226 | 317 | 156 | 34 | 0 | 57 | 23 | 137 | 62 | 76 |
| Binary | 10010110 | 11001111 | 1101110 | 11100 | 0 | 101111 | 10011 | 1011111 | 110010 | 111110 |
Color Harmonies of #96CF6E
Complementary color
Monochromatic Colors of #96CF6E
Black with #96CF6E
Text Example
Text Example
White with #96CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF6E; }
p { color: rgb(150,207,110); }
H1.HeaderClassName
{
color: #96CF6E;
}
.AnyTagClassName
{
color: #96CF6E;
}
</style>
background-color css
<style>
a { background-color: #96CF6E; }
a { background-color: rgb(150,207,110); }
div.DivClassName
{
background-color: #96CF6E;
}
.BgClassName
{
background-color: #96CF6E;
}
</style>
border-color css
<style>
span { border-color: #96CF6E; }
span { border-color: rgb(150,207,110); }
td.TdClassName
{
border-color: #96CF6E;
}
.TagClassName
{
border-color: #96CF6E;
}
</style>