Shades of Gossip #93DB6C
Tints of Gossip #93DB6C
RGB
CMYK
RGB Variations
Color information
#93DB6C (or 0x93DB6C) is known color: Gossip. HEX triplet: 93, DB and 6C. RGB value is (147,219,108). Sum of RGB (Red+Green+Blue) = 147+219+108=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB6C is #6C2493. Grayscale: #B9B9B9. Windows color (decimal): -7087252 or 7134099. OLE color: 7134099.
HSL color Cylindrical-coordinate representation of color #93DB6C: hue angle of 98.92º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93DB6C is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 108 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.14 |
| HSL | 98.92º | 0.61% | 0.64% | - |
| HSV(B) | 98.92º | 0.51% | 0.86% | - |
| XYZ | 40.07 | 57.95 | 23.26 | - |
| YUV | 184.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 108 | 0.33 | 0 | 0.51 | 0.14 | 98.92 | 0.61 | 0.64 |
| Hex | 93 | DB | 6C | 21 | 0 | 33 | E | 63 | 3D | 40 |
| Octal | 223 | 333 | 154 | 41 | 0 | 63 | 16 | 143 | 75 | 100 |
| Binary | 10010011 | 11011011 | 1101100 | 100001 | 0 | 110011 | 1110 | 1100011 | 111101 | 1000000 |
Color Harmonies of #93DB6C
Complementary color
Monochromatic Colors of #93DB6C
Black with #93DB6C
Text Example
Text Example
White with #93DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DB6C; }
p { color: rgb(147,219,108); }
H1.HeaderClassName
{
color: #93DB6C;
}
.AnyTagClassName
{
color: #93DB6C;
}
</style>
background-color css
<style>
a { background-color: #93DB6C; }
a { background-color: rgb(147,219,108); }
div.DivClassName
{
background-color: #93DB6C;
}
.BgClassName
{
background-color: #93DB6C;
}
</style>
border-color css
<style>
span { border-color: #93DB6C; }
span { border-color: rgb(147,219,108); }
td.TdClassName
{
border-color: #93DB6C;
}
.TagClassName
{
border-color: #93DB6C;
}
</style>