Shades of Gossip #93D577
Tints of Gossip #93D577
RGB
CMYK
RGB Variations
Color information
#93D577 (or 0x93D577) is known color: Gossip. HEX triplet: 93, D5 and 77. RGB value is (147,213,119). Sum of RGB (Red+Green+Blue) = 147+213+119=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #93D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D577 is #6C2A88. Grayscale: #B6B6B6. Windows color (decimal): -7088777 or 7853459. OLE color: 7853459.
HSL color Cylindrical-coordinate representation of color #93D577: hue angle of 102.13º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93D577 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 119 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.16 |
| HSL | 102.13º | 0.53% | 0.65% | - |
| HSV(B) | 102.13º | 0.44% | 0.84% | - |
| XYZ | 39.16 | 55.12 | 26.03 | - |
| YUV | 182.55 | 92.13 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 119 | 0.31 | 0 | 0.44 | 0.16 | 102.13 | 0.53 | 0.65 |
| Hex | 93 | D5 | 77 | 1F | 0 | 2C | 10 | 66 | 35 | 41 |
| Octal | 223 | 325 | 167 | 37 | 0 | 54 | 20 | 146 | 65 | 101 |
| Binary | 10010011 | 11010101 | 1110111 | 11111 | 0 | 101100 | 10000 | 1100110 | 110101 | 1000001 |
Color Harmonies of #93D577
Complementary color
Monochromatic Colors of #93D577
Black with #93D577
Text Example
Text Example
White with #93D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D577; }
p { color: rgb(147,213,119); }
H1.HeaderClassName
{
color: #93D577;
}
.AnyTagClassName
{
color: #93D577;
}
</style>
background-color css
<style>
a { background-color: #93D577; }
a { background-color: rgb(147,213,119); }
div.DivClassName
{
background-color: #93D577;
}
.BgClassName
{
background-color: #93D577;
}
</style>
border-color css
<style>
span { border-color: #93D577; }
span { border-color: rgb(147,213,119); }
td.TdClassName
{
border-color: #93D577;
}
.TagClassName
{
border-color: #93D577;
}
</style>