Shades of Gossip #96DF82
Tints of Gossip #96DF82
RGB
CMYK
RGB Variations
Color information
#96DF82 (or 0x96DF82) is known color: Gossip. HEX triplet: 96, DF and 82. RGB value is (150,223,130). Sum of RGB (Red+Green+Blue) = 150+223+130=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF82 is #69207D. Grayscale: #BEBEBE. Windows color (decimal): -6889598 or 8576918. OLE color: 8576918.
HSL color Cylindrical-coordinate representation of color #96DF82: hue angle of 107.1º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96DF82 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 130 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.13 |
| HSL | 107.1º | 0.59% | 0.69% | - |
| HSV(B) | 107.1º | 0.42% | 0.87% | - |
| XYZ | 42.99 | 60.87 | 30.6 | - |
| YUV | 190.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 130 | 0.33 | 0 | 0.42 | 0.13 | 107.1 | 0.59 | 0.69 |
| Hex | 96 | DF | 82 | 21 | 0 | 2A | D | 6B | 3B | 45 |
| Octal | 226 | 337 | 202 | 41 | 0 | 52 | 15 | 153 | 73 | 105 |
| Binary | 10010110 | 11011111 | 10000010 | 100001 | 0 | 101010 | 1101 | 1101011 | 111011 | 1000101 |
Color Harmonies of #96DF82
Complementary color
Monochromatic Colors of #96DF82
Black with #96DF82
Text Example
Text Example
White with #96DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF82; }
p { color: rgb(150,223,130); }
H1.HeaderClassName
{
color: #96DF82;
}
.AnyTagClassName
{
color: #96DF82;
}
</style>
background-color css
<style>
a { background-color: #96DF82; }
a { background-color: rgb(150,223,130); }
div.DivClassName
{
background-color: #96DF82;
}
.BgClassName
{
background-color: #96DF82;
}
</style>
border-color css
<style>
span { border-color: #96DF82; }
span { border-color: rgb(150,223,130); }
td.TdClassName
{
border-color: #96DF82;
}
.TagClassName
{
border-color: #96DF82;
}
</style>