Shades of Gossip #93DE7C
Tints of Gossip #93DE7C
RGB
CMYK
RGB Variations
Color information
#93DE7C (or 0x93DE7C) is known color: Gossip. HEX triplet: 93, DE and 7C. RGB value is (147,222,124). Sum of RGB (Red+Green+Blue) = 147+222+124=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE7C is #6C2183. Grayscale: #BCBCBC. Windows color (decimal): -7086468 or 8183443. OLE color: 8183443.
HSL color Cylindrical-coordinate representation of color #93DE7C: hue angle of 105.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93DE7C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 124 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.13 |
| HSL | 105.92º | 0.6% | 0.68% | - |
| HSV(B) | 105.92º | 0.44% | 0.87% | - |
| XYZ | 41.79 | 59.9 | 28.43 | - |
| YUV | 188.4 | 91.65 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 124 | 0.34 | 0 | 0.44 | 0.13 | 105.92 | 0.6 | 0.68 |
| Hex | 93 | DE | 7C | 22 | 0 | 2C | D | 6A | 3C | 44 |
| Octal | 223 | 336 | 174 | 42 | 0 | 54 | 15 | 152 | 74 | 104 |
| Binary | 10010011 | 11011110 | 1111100 | 100010 | 0 | 101100 | 1101 | 1101010 | 111100 | 1000100 |
Color Harmonies of #93DE7C
Complementary color
Monochromatic Colors of #93DE7C
Black with #93DE7C
Text Example
Text Example
White with #93DE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DE7C; }
p { color: rgb(147,222,124); }
H1.HeaderClassName
{
color: #93DE7C;
}
.AnyTagClassName
{
color: #93DE7C;
}
</style>
background-color css
<style>
a { background-color: #93DE7C; }
a { background-color: rgb(147,222,124); }
div.DivClassName
{
background-color: #93DE7C;
}
.BgClassName
{
background-color: #93DE7C;
}
</style>
border-color css
<style>
span { border-color: #93DE7C; }
span { border-color: rgb(147,222,124); }
td.TdClassName
{
border-color: #93DE7C;
}
.TagClassName
{
border-color: #93DE7C;
}
</style>