Shades of Gossip #96CF80
Tints of Gossip #96CF80
RGB
CMYK
RGB Variations
Color information
#96CF80 (or 0x96CF80) is known color: Gossip. HEX triplet: 96, CF and 80. RGB value is (150,207,128). Sum of RGB (Red+Green+Blue) = 150+207+128=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF80 is #69307F. Grayscale: #B5B5B5. Windows color (decimal): -6893696 or 8441750. OLE color: 8441750.
HSL color Cylindrical-coordinate representation of color #96CF80: hue angle of 103.29º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96CF80 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 128 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.19 |
| HSL | 103.29º | 0.45% | 0.66% | - |
| HSV(B) | 103.29º | 0.38% | 0.81% | - |
| XYZ | 38.79 | 52.67 | 28.54 | - |
| YUV | 180.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 128 | 0.28 | 0 | 0.38 | 0.19 | 103.29 | 0.45 | 0.66 |
| Hex | 96 | CF | 80 | 1C | 0 | 26 | 13 | 67 | 2D | 42 |
| Octal | 226 | 317 | 200 | 34 | 0 | 46 | 23 | 147 | 55 | 102 |
| Binary | 10010110 | 11001111 | 10000000 | 11100 | 0 | 100110 | 10011 | 1100111 | 101101 | 1000010 |
Color Harmonies of #96CF80
Complementary color
Monochromatic Colors of #96CF80
Black with #96CF80
Text Example
Text Example
White with #96CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF80; }
p { color: rgb(150,207,128); }
H1.HeaderClassName
{
color: #96CF80;
}
.AnyTagClassName
{
color: #96CF80;
}
</style>
background-color css
<style>
a { background-color: #96CF80; }
a { background-color: rgb(150,207,128); }
div.DivClassName
{
background-color: #96CF80;
}
.BgClassName
{
background-color: #96CF80;
}
</style>
border-color css
<style>
span { border-color: #96CF80; }
span { border-color: rgb(150,207,128); }
td.TdClassName
{
border-color: #96CF80;
}
.TagClassName
{
border-color: #96CF80;
}
</style>