Shades of Gossip #93DA6D
Tints of Gossip #93DA6D
RGB
CMYK
RGB Variations
Color information
#93DA6D (or 0x93DA6D) is known color: Gossip. HEX triplet: 93, DA and 6D. RGB value is (147,218,109). Sum of RGB (Red+Green+Blue) = 147+218+109=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DA6D is #6C2592. Grayscale: #B8B8B8. Windows color (decimal): -7087507 or 7199379. OLE color: 7199379.
HSL color Cylindrical-coordinate representation of color #93DA6D: hue angle of 99.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93DA6D is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 109 | - |
| CMYK | 0.33 | 0 | 0.5 | 0.15 |
| HSL | 99.08º | 0.6% | 0.64% | - |
| HSV(B) | 99.08º | 0.5% | 0.85% | - |
| XYZ | 39.86 | 57.45 | 23.46 | - |
| YUV | 184.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 109 | 0.33 | 0 | 0.5 | 0.15 | 99.08 | 0.6 | 0.64 |
| Hex | 93 | DA | 6D | 21 | 0 | 32 | F | 63 | 3C | 40 |
| Octal | 223 | 332 | 155 | 41 | 0 | 62 | 17 | 143 | 74 | 100 |
| Binary | 10010011 | 11011010 | 1101101 | 100001 | 0 | 110010 | 1111 | 1100011 | 111100 | 1000000 |
Color Harmonies of #93DA6D
Complementary color
Monochromatic Colors of #93DA6D
Black with #93DA6D
Text Example
Text Example
White with #93DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DA6D; }
p { color: rgb(147,218,109); }
H1.HeaderClassName
{
color: #93DA6D;
}
.AnyTagClassName
{
color: #93DA6D;
}
</style>
background-color css
<style>
a { background-color: #93DA6D; }
a { background-color: rgb(147,218,109); }
div.DivClassName
{
background-color: #93DA6D;
}
.BgClassName
{
background-color: #93DA6D;
}
</style>
border-color css
<style>
span { border-color: #93DA6D; }
span { border-color: rgb(147,218,109); }
td.TdClassName
{
border-color: #93DA6D;
}
.TagClassName
{
border-color: #93DA6D;
}
</style>