Shades of Gossip #96DB74
Tints of Gossip #96DB74
RGB
CMYK
RGB Variations
Color information
#96DB74 (or 0x96DB74) is known color: Gossip. HEX triplet: 96, DB and 74. RGB value is (150,219,116). Sum of RGB (Red+Green+Blue) = 150+219+116=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB74 is #69248B. Grayscale: #BABABA. Windows color (decimal): -6890636 or 7658390. OLE color: 7658390.
HSL color Cylindrical-coordinate representation of color #96DB74: hue angle of 100.19º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96DB74 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 116 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.14 |
| HSL | 100.19º | 0.59% | 0.66% | - |
| HSV(B) | 100.19º | 0.47% | 0.86% | - |
| XYZ | 41.06 | 58.41 | 25.63 | - |
| YUV | 186.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 116 | 0.32 | 0 | 0.47 | 0.14 | 100.19 | 0.59 | 0.66 |
| Hex | 96 | DB | 74 | 20 | 0 | 2F | E | 64 | 3B | 42 |
| Octal | 226 | 333 | 164 | 40 | 0 | 57 | 16 | 144 | 73 | 102 |
| Binary | 10010110 | 11011011 | 1110100 | 100000 | 0 | 101111 | 1110 | 1100100 | 111011 | 1000010 |
Color Harmonies of #96DB74
Complementary color
Monochromatic Colors of #96DB74
Black with #96DB74
Text Example
Text Example
White with #96DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB74; }
p { color: rgb(150,219,116); }
H1.HeaderClassName
{
color: #96DB74;
}
.AnyTagClassName
{
color: #96DB74;
}
</style>
background-color css
<style>
a { background-color: #96DB74; }
a { background-color: rgb(150,219,116); }
div.DivClassName
{
background-color: #96DB74;
}
.BgClassName
{
background-color: #96DB74;
}
</style>
border-color css
<style>
span { border-color: #96DB74; }
span { border-color: rgb(150,219,116); }
td.TdClassName
{
border-color: #96DB74;
}
.TagClassName
{
border-color: #96DB74;
}
</style>