Shades of Gossip #93DD71
Tints of Gossip #93DD71
RGB
CMYK
RGB Variations
Color information
#93DD71 (or 0x93DD71) is known color: Gossip. HEX triplet: 93, DD and 71. RGB value is (147,221,113). Sum of RGB (Red+Green+Blue) = 147+221+113=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD71 is #6C228E. Grayscale: #BABABA. Windows color (decimal): -7086735 or 7462291. OLE color: 7462291.
HSL color Cylindrical-coordinate representation of color #93DD71: hue angle of 101.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93DD71 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 113 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.13 |
| HSL | 101.11º | 0.61% | 0.65% | - |
| HSV(B) | 101.11º | 0.49% | 0.87% | - |
| XYZ | 40.87 | 59.11 | 24.88 | - |
| YUV | 186.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 113 | 0.33 | 0 | 0.49 | 0.13 | 101.11 | 0.61 | 0.65 |
| Hex | 93 | DD | 71 | 21 | 0 | 31 | D | 65 | 3D | 41 |
| Octal | 223 | 335 | 161 | 41 | 0 | 61 | 15 | 145 | 75 | 101 |
| Binary | 10010011 | 11011101 | 1110001 | 100001 | 0 | 110001 | 1101 | 1100101 | 111101 | 1000001 |
Color Harmonies of #93DD71
Complementary color
Monochromatic Colors of #93DD71
Black with #93DD71
Text Example
Text Example
White with #93DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD71; }
p { color: rgb(147,221,113); }
H1.HeaderClassName
{
color: #93DD71;
}
.AnyTagClassName
{
color: #93DD71;
}
</style>
background-color css
<style>
a { background-color: #93DD71; }
a { background-color: rgb(147,221,113); }
div.DivClassName
{
background-color: #93DD71;
}
.BgClassName
{
background-color: #93DD71;
}
</style>
border-color css
<style>
span { border-color: #93DD71; }
span { border-color: rgb(147,221,113); }
td.TdClassName
{
border-color: #93DD71;
}
.TagClassName
{
border-color: #93DD71;
}
</style>