Shades of Gossip #93E968
Tints of Gossip #93E968
RGB
CMYK
RGB Variations
Color information
#93E968 (or 0x93E968) is known color: Gossip. HEX triplet: 93, E9 and 68. RGB value is (147,233,104). Sum of RGB (Red+Green+Blue) = 147+233+104=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #93E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E968 is #6C1697. Grayscale: #C1C1C1. Windows color (decimal): -7083672 or 6875539. OLE color: 6875539.
HSL color Cylindrical-coordinate representation of color #93E968: hue angle of 100º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93E968 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 104 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.09 |
| HSL | 100º | 0.75% | 0.66% | - |
| HSV(B) | 100º | 0.55% | 0.91% | - |
| XYZ | 43.67 | 65.48 | 23.43 | - |
| YUV | 192.58 | 78.01 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 104 | 0.37 | 0 | 0.55 | 0.09 | 100 | 0.75 | 0.66 |
| Hex | 93 | E9 | 68 | 25 | 0 | 37 | 9 | 64 | 4B | 42 |
| Octal | 223 | 351 | 150 | 45 | 0 | 67 | 11 | 144 | 113 | 102 |
| Binary | 10010011 | 11101001 | 1101000 | 100101 | 0 | 110111 | 1001 | 1100100 | 1001011 | 1000010 |
Color Harmonies of #93E968
Complementary color
Monochromatic Colors of #93E968
Black with #93E968
Text Example
Text Example
White with #93E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E968; }
p { color: rgb(147,233,104); }
H1.HeaderClassName
{
color: #93E968;
}
.AnyTagClassName
{
color: #93E968;
}
</style>
background-color css
<style>
a { background-color: #93E968; }
a { background-color: rgb(147,233,104); }
div.DivClassName
{
background-color: #93E968;
}
.BgClassName
{
background-color: #93E968;
}
</style>
border-color css
<style>
span { border-color: #93E968; }
span { border-color: rgb(147,233,104); }
td.TdClassName
{
border-color: #93E968;
}
.TagClassName
{
border-color: #93E968;
}
</style>