Shades of Gossip #96DF69
Tints of Gossip #96DF69
RGB
CMYK
RGB Variations
Color information
#96DF69 (or 0x96DF69) is known color: Gossip. HEX triplet: 96, DF and 69. RGB value is (150,223,105). Sum of RGB (Red+Green+Blue) = 150+223+105=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF69 is #692096. Grayscale: #BCBCBC. Windows color (decimal): -6889623 or 6938518. OLE color: 6938518.
HSL color Cylindrical-coordinate representation of color #96DF69: hue angle of 97.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96DF69 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 105 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.13 |
| HSL | 97.12º | 0.65% | 0.64% | - |
| HSV(B) | 97.12º | 0.53% | 0.87% | - |
| XYZ | 41.52 | 60.28 | 22.81 | - |
| YUV | 187.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 105 | 0.33 | 0 | 0.53 | 0.13 | 97.12 | 0.65 | 0.64 |
| Hex | 96 | DF | 69 | 21 | 0 | 35 | D | 61 | 41 | 40 |
| Octal | 226 | 337 | 151 | 41 | 0 | 65 | 15 | 141 | 101 | 100 |
| Binary | 10010110 | 11011111 | 1101001 | 100001 | 0 | 110101 | 1101 | 1100001 | 1000001 | 1000000 |
Color Harmonies of #96DF69
Complementary color
Monochromatic Colors of #96DF69
Black with #96DF69
Text Example
Text Example
White with #96DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF69; }
p { color: rgb(150,223,105); }
H1.HeaderClassName
{
color: #96DF69;
}
.AnyTagClassName
{
color: #96DF69;
}
</style>
background-color css
<style>
a { background-color: #96DF69; }
a { background-color: rgb(150,223,105); }
div.DivClassName
{
background-color: #96DF69;
}
.BgClassName
{
background-color: #96DF69;
}
</style>
border-color css
<style>
span { border-color: #96DF69; }
span { border-color: rgb(150,223,105); }
td.TdClassName
{
border-color: #96DF69;
}
.TagClassName
{
border-color: #96DF69;
}
</style>