Shades of Gossip #93D36D
Tints of Gossip #93D36D
RGB
CMYK
RGB Variations
Color information
#93D36D (or 0x93D36D) is known color: Gossip. HEX triplet: 93, D3 and 6D. RGB value is (147,211,109). Sum of RGB (Red+Green+Blue) = 147+211+109=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #93D36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D36D is #6C2C92. Grayscale: #B4B4B4. Windows color (decimal): -7089299 or 7197587. OLE color: 7197587.
HSL color Cylindrical-coordinate representation of color #93D36D: hue angle of 97.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93D36D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 109 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.17 |
| HSL | 97.65º | 0.54% | 0.63% | - |
| HSV(B) | 97.65º | 0.48% | 0.83% | - |
| XYZ | 38.09 | 53.9 | 22.86 | - |
| YUV | 180.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 109 | 0.30 | 0 | 0.48 | 0.17 | 97.65 | 0.54 | 0.63 |
| Hex | 93 | D3 | 6D | 1E | 0 | 30 | 11 | 62 | 36 | 3F |
| Octal | 223 | 323 | 155 | 36 | 0 | 60 | 21 | 142 | 66 | 77 |
| Binary | 10010011 | 11010011 | 1101101 | 11110 | 0 | 110000 | 10001 | 1100010 | 110110 | 111111 |
Color Harmonies of #93D36D
Complementary color
Monochromatic Colors of #93D36D
Black with #93D36D
Text Example
Text Example
White with #93D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D36D; }
p { color: rgb(147,211,109); }
H1.HeaderClassName
{
color: #93D36D;
}
.AnyTagClassName
{
color: #93D36D;
}
</style>
background-color css
<style>
a { background-color: #93D36D; }
a { background-color: rgb(147,211,109); }
div.DivClassName
{
background-color: #93D36D;
}
.BgClassName
{
background-color: #93D36D;
}
</style>
border-color css
<style>
span { border-color: #93D36D; }
span { border-color: rgb(147,211,109); }
td.TdClassName
{
border-color: #93D36D;
}
.TagClassName
{
border-color: #93D36D;
}
</style>