Shades of Gossip #93EC66
Tints of Gossip #93EC66
RGB
CMYK
RGB Variations
Color information
#93EC66 (or 0x93EC66) is known color: Gossip. HEX triplet: 93, EC and 66. RGB value is (147,236,102). Sum of RGB (Red+Green+Blue) = 147+236+102=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC66 is #6C1399. Grayscale: #C2C2C2. Windows color (decimal): -7082906 or 6745235. OLE color: 6745235.
HSL color Cylindrical-coordinate representation of color #93EC66: hue angle of 99.85º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93EC66 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 102 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.07 |
| HSL | 99.85º | 0.78% | 0.66% | - |
| HSV(B) | 99.85º | 0.57% | 0.93% | - |
| XYZ | 44.43 | 67.15 | 23.19 | - |
| YUV | 194.11 | 76.01 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 102 | 0.38 | 0 | 0.57 | 0.07 | 99.85 | 0.78 | 0.66 |
| Hex | 93 | EC | 66 | 26 | 0 | 39 | 7 | 64 | 4E | 42 |
| Octal | 223 | 354 | 146 | 46 | 0 | 71 | 7 | 144 | 116 | 102 |
| Binary | 10010011 | 11101100 | 1100110 | 100110 | 0 | 111001 | 111 | 1100100 | 1001110 | 1000010 |
Color Harmonies of #93EC66
Complementary color
Monochromatic Colors of #93EC66
Black with #93EC66
Text Example
Text Example
White with #93EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC66; }
p { color: rgb(147,236,102); }
H1.HeaderClassName
{
color: #93EC66;
}
.AnyTagClassName
{
color: #93EC66;
}
</style>
background-color css
<style>
a { background-color: #93EC66; }
a { background-color: rgb(147,236,102); }
div.DivClassName
{
background-color: #93EC66;
}
.BgClassName
{
background-color: #93EC66;
}
</style>
border-color css
<style>
span { border-color: #93EC66; }
span { border-color: rgb(147,236,102); }
td.TdClassName
{
border-color: #93EC66;
}
.TagClassName
{
border-color: #93EC66;
}
</style>