Shades of Gossip #93D97E
Tints of Gossip #93D97E
RGB
CMYK
RGB Variations
Color information
#93D97E (or 0x93D97E) is known color: Gossip. HEX triplet: 93, D9 and 7E. RGB value is (147,217,126). Sum of RGB (Red+Green+Blue) = 147+217+126=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #93D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D97E is #6C2681. Grayscale: #B9B9B9. Windows color (decimal): -7087746 or 8313235. OLE color: 8313235.
HSL color Cylindrical-coordinate representation of color #93D97E: hue angle of 106.15º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93D97E is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 126 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.15 |
| HSL | 106.15º | 0.54% | 0.67% | - |
| HSV(B) | 106.15º | 0.42% | 0.85% | - |
| XYZ | 40.61 | 57.34 | 28.67 | - |
| YUV | 185.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 126 | 0.32 | 0 | 0.42 | 0.15 | 106.15 | 0.54 | 0.67 |
| Hex | 93 | D9 | 7E | 20 | 0 | 2A | F | 6A | 36 | 43 |
| Octal | 223 | 331 | 176 | 40 | 0 | 52 | 17 | 152 | 66 | 103 |
| Binary | 10010011 | 11011001 | 1111110 | 100000 | 0 | 101010 | 1111 | 1101010 | 110110 | 1000011 |
Color Harmonies of #93D97E
Complementary color
Monochromatic Colors of #93D97E
Black with #93D97E
Text Example
Text Example
White with #93D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D97E; }
p { color: rgb(147,217,126); }
H1.HeaderClassName
{
color: #93D97E;
}
.AnyTagClassName
{
color: #93D97E;
}
</style>
background-color css
<style>
a { background-color: #93D97E; }
a { background-color: rgb(147,217,126); }
div.DivClassName
{
background-color: #93D97E;
}
.BgClassName
{
background-color: #93D97E;
}
</style>
border-color css
<style>
span { border-color: #93D97E; }
span { border-color: rgb(147,217,126); }
td.TdClassName
{
border-color: #93D97E;
}
.TagClassName
{
border-color: #93D97E;
}
</style>