Shades of Gossip #93DD7D
Tints of Gossip #93DD7D
RGB
CMYK
RGB Variations
Color information
#93DD7D (or 0x93DD7D) is known color: Gossip. HEX triplet: 93, DD and 7D. RGB value is (147,221,125). Sum of RGB (Red+Green+Blue) = 147+221+125=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD7D is #6C2282. Grayscale: #BCBCBC. Windows color (decimal): -7086723 or 8248723. OLE color: 8248723.
HSL color Cylindrical-coordinate representation of color #93DD7D: hue angle of 106.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93DD7D is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 125 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.13 |
| HSL | 106.25º | 0.59% | 0.68% | - |
| HSV(B) | 106.25º | 0.43% | 0.87% | - |
| XYZ | 41.59 | 59.4 | 28.67 | - |
| YUV | 187.93 | 92.48 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 125 | 0.33 | 0 | 0.43 | 0.13 | 106.25 | 0.59 | 0.68 |
| Hex | 93 | DD | 7D | 21 | 0 | 2B | D | 6A | 3B | 44 |
| Octal | 223 | 335 | 175 | 41 | 0 | 53 | 15 | 152 | 73 | 104 |
| Binary | 10010011 | 11011101 | 1111101 | 100001 | 0 | 101011 | 1101 | 1101010 | 111011 | 1000100 |
Color Harmonies of #93DD7D
Complementary color
Monochromatic Colors of #93DD7D
Black with #93DD7D
Text Example
Text Example
White with #93DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD7D; }
p { color: rgb(147,221,125); }
H1.HeaderClassName
{
color: #93DD7D;
}
.AnyTagClassName
{
color: #93DD7D;
}
</style>
background-color css
<style>
a { background-color: #93DD7D; }
a { background-color: rgb(147,221,125); }
div.DivClassName
{
background-color: #93DD7D;
}
.BgClassName
{
background-color: #93DD7D;
}
</style>
border-color css
<style>
span { border-color: #93DD7D; }
span { border-color: rgb(147,221,125); }
td.TdClassName
{
border-color: #93DD7D;
}
.TagClassName
{
border-color: #93DD7D;
}
</style>