Shades of Gossip #96DF72
Tints of Gossip #96DF72
RGB
CMYK
RGB Variations
Color information
#96DF72 (or 0x96DF72) is known color: Gossip. HEX triplet: 96, DF and 72. RGB value is (150,223,114). Sum of RGB (Red+Green+Blue) = 150+223+114=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF72 is #69208D. Grayscale: #BDBDBD. Windows color (decimal): -6889614 or 7528342. OLE color: 7528342.
HSL color Cylindrical-coordinate representation of color #96DF72: hue angle of 100.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96DF72 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 114 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.13 |
| HSL | 100.18º | 0.63% | 0.66% | - |
| HSV(B) | 100.18º | 0.49% | 0.87% | - |
| XYZ | 42 | 60.47 | 25.38 | - |
| YUV | 188.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 114 | 0.33 | 0 | 0.49 | 0.13 | 100.18 | 0.63 | 0.66 |
| Hex | 96 | DF | 72 | 21 | 0 | 31 | D | 64 | 3F | 42 |
| Octal | 226 | 337 | 162 | 41 | 0 | 61 | 15 | 144 | 77 | 102 |
| Binary | 10010110 | 11011111 | 1110010 | 100001 | 0 | 110001 | 1101 | 1100100 | 111111 | 1000010 |
Color Harmonies of #96DF72
Complementary color
Monochromatic Colors of #96DF72
Black with #96DF72
Text Example
Text Example
White with #96DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF72; }
p { color: rgb(150,223,114); }
H1.HeaderClassName
{
color: #96DF72;
}
.AnyTagClassName
{
color: #96DF72;
}
</style>
background-color css
<style>
a { background-color: #96DF72; }
a { background-color: rgb(150,223,114); }
div.DivClassName
{
background-color: #96DF72;
}
.BgClassName
{
background-color: #96DF72;
}
</style>
border-color css
<style>
span { border-color: #96DF72; }
span { border-color: rgb(150,223,114); }
td.TdClassName
{
border-color: #96DF72;
}
.TagClassName
{
border-color: #96DF72;
}
</style>