Shades of Gossip #93D97A
Tints of Gossip #93D97A
RGB
CMYK
RGB Variations
Color information
#93D97A (or 0x93D97A) is known color: Gossip. HEX triplet: 93, D9 and 7A. RGB value is (147,217,122). Sum of RGB (Red+Green+Blue) = 147+217+122=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #93D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D97A is #6C2685. Grayscale: #B9B9B9. Windows color (decimal): -7087750 or 8051091. OLE color: 8051091.
HSL color Cylindrical-coordinate representation of color #93D97A: hue angle of 104.21º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93D97A is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 122 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.15 |
| HSL | 104.21º | 0.56% | 0.66% | - |
| HSV(B) | 104.21º | 0.44% | 0.85% | - |
| XYZ | 40.36 | 57.23 | 27.33 | - |
| YUV | 185.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 122 | 0.32 | 0 | 0.44 | 0.15 | 104.21 | 0.56 | 0.66 |
| Hex | 93 | D9 | 7A | 20 | 0 | 2C | F | 68 | 38 | 42 |
| Octal | 223 | 331 | 172 | 40 | 0 | 54 | 17 | 150 | 70 | 102 |
| Binary | 10010011 | 11011001 | 1111010 | 100000 | 0 | 101100 | 1111 | 1101000 | 111000 | 1000010 |
Color Harmonies of #93D97A
Complementary color
Monochromatic Colors of #93D97A
Black with #93D97A
Text Example
Text Example
White with #93D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D97A; }
p { color: rgb(147,217,122); }
H1.HeaderClassName
{
color: #93D97A;
}
.AnyTagClassName
{
color: #93D97A;
}
</style>
background-color css
<style>
a { background-color: #93D97A; }
a { background-color: rgb(147,217,122); }
div.DivClassName
{
background-color: #93D97A;
}
.BgClassName
{
background-color: #93D97A;
}
</style>
border-color css
<style>
span { border-color: #93D97A; }
span { border-color: rgb(147,217,122); }
td.TdClassName
{
border-color: #93D97A;
}
.TagClassName
{
border-color: #93D97A;
}
</style>