Shades of Gossip #93E868
Tints of Gossip #93E868
RGB
CMYK
RGB Variations
Color information
#93E868 (or 0x93E868) is known color: Gossip. HEX triplet: 93, E8 and 68. RGB value is (147,232,104). Sum of RGB (Red+Green+Blue) = 147+232+104=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #93E868 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E868 is #6C1797. Grayscale: #C0C0C0. Windows color (decimal): -7083928 or 6875283. OLE color: 6875283.
HSL color Cylindrical-coordinate representation of color #93E868: hue angle of 99.84º degrees, saturation: 0.74, 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 #93E868 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 104 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.09 |
| HSL | 99.84º | 0.74% | 0.66% | - |
| HSV(B) | 99.84º | 0.55% | 0.91% | - |
| XYZ | 43.39 | 64.92 | 23.34 | - |
| YUV | 191.99 | 78.34 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 104 | 0.37 | 0 | 0.55 | 0.09 | 99.84 | 0.74 | 0.66 |
| Hex | 93 | E8 | 68 | 25 | 0 | 37 | 9 | 64 | 4A | 42 |
| Octal | 223 | 350 | 150 | 45 | 0 | 67 | 11 | 144 | 112 | 102 |
| Binary | 10010011 | 11101000 | 1101000 | 100101 | 0 | 110111 | 1001 | 1100100 | 1001010 | 1000010 |
Color Harmonies of #93E868
Complementary color
Monochromatic Colors of #93E868
Black with #93E868
Text Example
Text Example
White with #93E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E868; }
p { color: rgb(147,232,104); }
H1.HeaderClassName
{
color: #93E868;
}
.AnyTagClassName
{
color: #93E868;
}
</style>
background-color css
<style>
a { background-color: #93E868; }
a { background-color: rgb(147,232,104); }
div.DivClassName
{
background-color: #93E868;
}
.BgClassName
{
background-color: #93E868;
}
</style>
border-color css
<style>
span { border-color: #93E868; }
span { border-color: rgb(147,232,104); }
td.TdClassName
{
border-color: #93E868;
}
.TagClassName
{
border-color: #93E868;
}
</style>