Shades of Gossip #93E977
Tints of Gossip #93E977
RGB
CMYK
RGB Variations
Color information
#93E977 (or 0x93E977) is known color: Gossip. HEX triplet: 93, E9 and 77. RGB value is (147,233,119). Sum of RGB (Red+Green+Blue) = 147+233+119=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #93E977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E977 is #6C1688. Grayscale: #C2C2C2. Windows color (decimal): -7083657 or 7858579. OLE color: 7858579.
HSL color Cylindrical-coordinate representation of color #93E977: hue angle of 105.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93E977 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 119 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.09 |
| HSL | 105.26º | 0.72% | 0.69% | - |
| HSV(B) | 105.26º | 0.49% | 0.91% | - |
| XYZ | 44.5 | 65.81 | 27.81 | - |
| YUV | 194.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 119 | 0.37 | 0 | 0.49 | 0.09 | 105.26 | 0.72 | 0.69 |
| Hex | 93 | E9 | 77 | 25 | 0 | 31 | 9 | 69 | 48 | 45 |
| Octal | 223 | 351 | 167 | 45 | 0 | 61 | 11 | 151 | 110 | 105 |
| Binary | 10010011 | 11101001 | 1110111 | 100101 | 0 | 110001 | 1001 | 1101001 | 1001000 | 1000101 |
Color Harmonies of #93E977
Complementary color
Monochromatic Colors of #93E977
Black with #93E977
Text Example
Text Example
White with #93E977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E977; }
p { color: rgb(147,233,119); }
H1.HeaderClassName
{
color: #93E977;
}
.AnyTagClassName
{
color: #93E977;
}
</style>
background-color css
<style>
a { background-color: #93E977; }
a { background-color: rgb(147,233,119); }
div.DivClassName
{
background-color: #93E977;
}
.BgClassName
{
background-color: #93E977;
}
</style>
border-color css
<style>
span { border-color: #93E977; }
span { border-color: rgb(147,233,119); }
td.TdClassName
{
border-color: #93E977;
}
.TagClassName
{
border-color: #93E977;
}
</style>