Shades of Gossip #93DE6F
Tints of Gossip #93DE6F
RGB
CMYK
RGB Variations
Color information
#93DE6F (or 0x93DE6F) is known color: Gossip. HEX triplet: 93, DE and 6F. RGB value is (147,222,111). Sum of RGB (Red+Green+Blue) = 147+222+111=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE6F is #6C2190. Grayscale: #BBBBBB. Windows color (decimal): -7086481 or 7331475. OLE color: 7331475.
HSL color Cylindrical-coordinate representation of color #93DE6F: hue angle of 100.54º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93DE6F is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 111 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.13 |
| HSL | 100.54º | 0.63% | 0.65% | - |
| HSV(B) | 100.54º | 0.5% | 0.87% | - |
| XYZ | 41.02 | 59.59 | 24.38 | - |
| YUV | 186.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 111 | 0.34 | 0 | 0.5 | 0.13 | 100.54 | 0.63 | 0.65 |
| Hex | 93 | DE | 6F | 22 | 0 | 32 | D | 65 | 3F | 41 |
| Octal | 223 | 336 | 157 | 42 | 0 | 62 | 15 | 145 | 77 | 101 |
| Binary | 10010011 | 11011110 | 1101111 | 100010 | 0 | 110010 | 1101 | 1100101 | 111111 | 1000001 |
Color Harmonies of #93DE6F
Complementary color
Monochromatic Colors of #93DE6F
Black with #93DE6F
Text Example
Text Example
White with #93DE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DE6F; }
p { color: rgb(147,222,111); }
H1.HeaderClassName
{
color: #93DE6F;
}
.AnyTagClassName
{
color: #93DE6F;
}
</style>
background-color css
<style>
a { background-color: #93DE6F; }
a { background-color: rgb(147,222,111); }
div.DivClassName
{
background-color: #93DE6F;
}
.BgClassName
{
background-color: #93DE6F;
}
</style>
border-color css
<style>
span { border-color: #93DE6F; }
span { border-color: rgb(147,222,111); }
td.TdClassName
{
border-color: #93DE6F;
}
.TagClassName
{
border-color: #93DE6F;
}
</style>