Shades of Gossip #93D385
Tints of Gossip #93D385
RGB
CMYK
RGB Variations
Color information
#93D385 (or 0x93D385) is known color: Gossip. HEX triplet: 93, D3 and 85. RGB value is (147,211,133). Sum of RGB (Red+Green+Blue) = 147+211+133=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #93D385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D385 is #6C2C7A. Grayscale: #B7B7B7. Windows color (decimal): -7089275 or 8770451. OLE color: 8770451.
HSL color Cylindrical-coordinate representation of color #93D385: hue angle of 109.23º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D385 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 133 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.17 |
| HSL | 109.23º | 0.47% | 0.67% | - |
| HSV(B) | 109.23º | 0.37% | 0.83% | - |
| XYZ | 39.56 | 54.49 | 30.62 | - |
| YUV | 182.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 133 | 0.30 | 0 | 0.37 | 0.17 | 109.23 | 0.47 | 0.67 |
| Hex | 93 | D3 | 85 | 1E | 0 | 25 | 11 | 6D | 2F | 43 |
| Octal | 223 | 323 | 205 | 36 | 0 | 45 | 21 | 155 | 57 | 103 |
| Binary | 10010011 | 11010011 | 10000101 | 11110 | 0 | 100101 | 10001 | 1101101 | 101111 | 1000011 |
Color Harmonies of #93D385
Complementary color
Monochromatic Colors of #93D385
Black with #93D385
Text Example
Text Example
White with #93D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D385; }
p { color: rgb(147,211,133); }
H1.HeaderClassName
{
color: #93D385;
}
.AnyTagClassName
{
color: #93D385;
}
</style>
background-color css
<style>
a { background-color: #93D385; }
a { background-color: rgb(147,211,133); }
div.DivClassName
{
background-color: #93D385;
}
.BgClassName
{
background-color: #93D385;
}
</style>
border-color css
<style>
span { border-color: #93D385; }
span { border-color: rgb(147,211,133); }
td.TdClassName
{
border-color: #93D385;
}
.TagClassName
{
border-color: #93D385;
}
</style>