Shades of Gossip #93E963
Tints of Gossip #93E963
RGB
CMYK
RGB Variations
Color information
#93E963 (or 0x93E963) is known color: Gossip. HEX triplet: 93, E9 and 63. RGB value is (147,233,99). Sum of RGB (Red+Green+Blue) = 147+233+99=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #93E963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E963 is #6C169C. Grayscale: #C0C0C0. Windows color (decimal): -7083677 or 6547859. OLE color: 6547859.
HSL color Cylindrical-coordinate representation of color #93E963: hue angle of 98.51º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93E963 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 99 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.09 |
| HSL | 98.51º | 0.75% | 0.65% | - |
| HSV(B) | 98.51º | 0.58% | 0.91% | - |
| XYZ | 43.42 | 65.38 | 22.14 | - |
| YUV | 192.01 | 75.51 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 99 | 0.37 | 0 | 0.58 | 0.09 | 98.51 | 0.75 | 0.65 |
| Hex | 93 | E9 | 63 | 25 | 0 | 3A | 9 | 63 | 4B | 41 |
| Octal | 223 | 351 | 143 | 45 | 0 | 72 | 11 | 143 | 113 | 101 |
| Binary | 10010011 | 11101001 | 1100011 | 100101 | 0 | 111010 | 1001 | 1100011 | 1001011 | 1000001 |
Color Harmonies of #93E963
Complementary color
Monochromatic Colors of #93E963
Black with #93E963
Text Example
Text Example
White with #93E963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E963; }
p { color: rgb(147,233,99); }
H1.HeaderClassName
{
color: #93E963;
}
.AnyTagClassName
{
color: #93E963;
}
</style>
background-color css
<style>
a { background-color: #93E963; }
a { background-color: rgb(147,233,99); }
div.DivClassName
{
background-color: #93E963;
}
.BgClassName
{
background-color: #93E963;
}
</style>
border-color css
<style>
span { border-color: #93E963; }
span { border-color: rgb(147,233,99); }
td.TdClassName
{
border-color: #93E963;
}
.TagClassName
{
border-color: #93E963;
}
</style>