Shades of Gossip #93DB6F
Tints of Gossip #93DB6F
RGB
CMYK
RGB Variations
Color information
#93DB6F (or 0x93DB6F) is known color: Gossip. HEX triplet: 93, DB and 6F. RGB value is (147,219,111). Sum of RGB (Red+Green+Blue) = 147+219+111=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB6F is #6C2490. Grayscale: #B9B9B9. Windows color (decimal): -7087249 or 7330707. OLE color: 7330707.
HSL color Cylindrical-coordinate representation of color #93DB6F: hue angle of 100º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93DB6F is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 111 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.14 |
| HSL | 100º | 0.6% | 0.65% | - |
| HSV(B) | 100º | 0.49% | 0.86% | - |
| XYZ | 40.23 | 58.01 | 24.12 | - |
| YUV | 185.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 111 | 0.33 | 0 | 0.49 | 0.14 | 100 | 0.6 | 0.65 |
| Hex | 93 | DB | 6F | 21 | 0 | 31 | E | 64 | 3C | 41 |
| Octal | 223 | 333 | 157 | 41 | 0 | 61 | 16 | 144 | 74 | 101 |
| Binary | 10010011 | 11011011 | 1101111 | 100001 | 0 | 110001 | 1110 | 1100100 | 111100 | 1000001 |
Color Harmonies of #93DB6F
Complementary color
Monochromatic Colors of #93DB6F
Black with #93DB6F
Text Example
Text Example
White with #93DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DB6F; }
p { color: rgb(147,219,111); }
H1.HeaderClassName
{
color: #93DB6F;
}
.AnyTagClassName
{
color: #93DB6F;
}
</style>
background-color css
<style>
a { background-color: #93DB6F; }
a { background-color: rgb(147,219,111); }
div.DivClassName
{
background-color: #93DB6F;
}
.BgClassName
{
background-color: #93DB6F;
}
</style>
border-color css
<style>
span { border-color: #93DB6F; }
span { border-color: rgb(147,219,111); }
td.TdClassName
{
border-color: #93DB6F;
}
.TagClassName
{
border-color: #93DB6F;
}
</style>