Shades of Gossip #93D57E
Tints of Gossip #93D57E
RGB
CMYK
RGB Variations
Color information
#93D57E (or 0x93D57E) is known color: Gossip. HEX triplet: 93, D5 and 7E. RGB value is (147,213,126). Sum of RGB (Red+Green+Blue) = 147+213+126=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #93D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D57E is #6C2A81. Grayscale: #B7B7B7. Windows color (decimal): -7088770 or 8312211. OLE color: 8312211.
HSL color Cylindrical-coordinate representation of color #93D57E: hue angle of 105.52º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93D57E is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 126 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.16 |
| HSL | 105.52º | 0.51% | 0.66% | - |
| HSV(B) | 105.52º | 0.41% | 0.84% | - |
| XYZ | 39.59 | 55.3 | 28.33 | - |
| YUV | 183.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 126 | 0.31 | 0 | 0.41 | 0.16 | 105.52 | 0.51 | 0.66 |
| Hex | 93 | D5 | 7E | 1F | 0 | 29 | 10 | 6A | 33 | 42 |
| Octal | 223 | 325 | 176 | 37 | 0 | 51 | 20 | 152 | 63 | 102 |
| Binary | 10010011 | 11010101 | 1111110 | 11111 | 0 | 101001 | 10000 | 1101010 | 110011 | 1000010 |
Color Harmonies of #93D57E
Complementary color
Monochromatic Colors of #93D57E
Black with #93D57E
Text Example
Text Example
White with #93D57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D57E; }
p { color: rgb(147,213,126); }
H1.HeaderClassName
{
color: #93D57E;
}
.AnyTagClassName
{
color: #93D57E;
}
</style>
background-color css
<style>
a { background-color: #93D57E; }
a { background-color: rgb(147,213,126); }
div.DivClassName
{
background-color: #93D57E;
}
.BgClassName
{
background-color: #93D57E;
}
</style>
border-color css
<style>
span { border-color: #93D57E; }
span { border-color: rgb(147,213,126); }
td.TdClassName
{
border-color: #93D57E;
}
.TagClassName
{
border-color: #93D57E;
}
</style>