Shades of Gossip #97DD63
Tints of Gossip #97DD63
RGB
CMYK
RGB Variations
Color information
#97DD63 (or 0x97DD63) is known color: Gossip. HEX triplet: 97, DD and 63. RGB value is (151,221,99). Sum of RGB (Red+Green+Blue) = 151+221+99=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD63 is #68229C. Grayscale: #BABABA. Windows color (decimal): -6824605 or 6544791. OLE color: 6544791.
HSL color Cylindrical-coordinate representation of color #97DD63: hue angle of 94.43º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97DD63 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 221 | 99 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.13 |
| HSL | 94.43º | 0.64% | 0.63% | - |
| HSV(B) | 94.43º | 0.55% | 0.87% | - |
| XYZ | 40.87 | 59.19 | 21.08 | - |
| YUV | 186.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 221 | 99 | 0.32 | 0 | 0.55 | 0.13 | 94.43 | 0.64 | 0.63 |
| Hex | 97 | DD | 63 | 20 | 0 | 37 | D | 5E | 40 | 3F |
| Octal | 227 | 335 | 143 | 40 | 0 | 67 | 15 | 136 | 100 | 77 |
| Binary | 10010111 | 11011101 | 1100011 | 100000 | 0 | 110111 | 1101 | 1011110 | 1000000 | 111111 |
Color Harmonies of #97DD63
Complementary color
Monochromatic Colors of #97DD63
Black with #97DD63
Text Example
Text Example
White with #97DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DD63; }
p { color: rgb(151,221,99); }
H1.HeaderClassName
{
color: #97DD63;
}
.AnyTagClassName
{
color: #97DD63;
}
</style>
background-color css
<style>
a { background-color: #97DD63; }
a { background-color: rgb(151,221,99); }
div.DivClassName
{
background-color: #97DD63;
}
.BgClassName
{
background-color: #97DD63;
}
</style>
border-color css
<style>
span { border-color: #97DD63; }
span { border-color: rgb(151,221,99); }
td.TdClassName
{
border-color: #97DD63;
}
.TagClassName
{
border-color: #97DD63;
}
</style>