Shades of Gossip #93D485
Tints of Gossip #93D485
RGB
CMYK
RGB Variations
Color information
#93D485 (or 0x93D485) is known color: Gossip. HEX triplet: 93, D4 and 85. RGB value is (147,212,133). Sum of RGB (Red+Green+Blue) = 147+212+133=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #93D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D485 is #6C2B7A. Grayscale: #B7B7B7. Windows color (decimal): -7089019 or 8770707. OLE color: 8770707.
HSL color Cylindrical-coordinate representation of color #93D485: hue angle of 109.37º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D485 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 133 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.17 |
| HSL | 109.37º | 0.48% | 0.68% | - |
| HSV(B) | 109.37º | 0.37% | 0.83% | - |
| XYZ | 39.81 | 54.98 | 30.7 | - |
| YUV | 183.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 133 | 0.31 | 0 | 0.37 | 0.17 | 109.37 | 0.48 | 0.68 |
| Hex | 93 | D4 | 85 | 1F | 0 | 25 | 11 | 6D | 30 | 44 |
| Octal | 223 | 324 | 205 | 37 | 0 | 45 | 21 | 155 | 60 | 104 |
| Binary | 10010011 | 11010100 | 10000101 | 11111 | 0 | 100101 | 10001 | 1101101 | 110000 | 1000100 |
Color Harmonies of #93D485
Complementary color
Monochromatic Colors of #93D485
Black with #93D485
Text Example
Text Example
White with #93D485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D485; }
p { color: rgb(147,212,133); }
H1.HeaderClassName
{
color: #93D485;
}
.AnyTagClassName
{
color: #93D485;
}
</style>
background-color css
<style>
a { background-color: #93D485; }
a { background-color: rgb(147,212,133); }
div.DivClassName
{
background-color: #93D485;
}
.BgClassName
{
background-color: #93D485;
}
</style>
border-color css
<style>
span { border-color: #93D485; }
span { border-color: rgb(147,212,133); }
td.TdClassName
{
border-color: #93D485;
}
.TagClassName
{
border-color: #93D485;
}
</style>