Shades of Gossip #93EC76
Tints of Gossip #93EC76
RGB
CMYK
RGB Variations
Color information
#93EC76 (or 0x93EC76) is known color: Gossip. HEX triplet: 93, EC and 76. RGB value is (147,236,118). Sum of RGB (Red+Green+Blue) = 147+236+118=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC76 is #6C1389. Grayscale: #C4C4C4. Windows color (decimal): -7082890 or 7793811. OLE color: 7793811.
HSL color Cylindrical-coordinate representation of color #93EC76: hue angle of 105.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93EC76 is Cyan = 0.38, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 118 | - |
| CMYK | 0.38 | 0 | 0.5 | 0.07 |
| HSL | 105.25º | 0.76% | 0.69% | - |
| HSV(B) | 105.25º | 0.5% | 0.93% | - |
| XYZ | 45.3 | 67.5 | 27.78 | - |
| YUV | 195.94 | 84.01 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 118 | 0.38 | 0 | 0.5 | 0.07 | 105.25 | 0.76 | 0.69 |
| Hex | 93 | EC | 76 | 26 | 0 | 32 | 7 | 69 | 4C | 45 |
| Octal | 223 | 354 | 166 | 46 | 0 | 62 | 7 | 151 | 114 | 105 |
| Binary | 10010011 | 11101100 | 1110110 | 100110 | 0 | 110010 | 111 | 1101001 | 1001100 | 1000101 |
Color Harmonies of #93EC76
Complementary color
Monochromatic Colors of #93EC76
Black with #93EC76
Text Example
Text Example
White with #93EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC76; }
p { color: rgb(147,236,118); }
H1.HeaderClassName
{
color: #93EC76;
}
.AnyTagClassName
{
color: #93EC76;
}
</style>
background-color css
<style>
a { background-color: #93EC76; }
a { background-color: rgb(147,236,118); }
div.DivClassName
{
background-color: #93EC76;
}
.BgClassName
{
background-color: #93EC76;
}
</style>
border-color css
<style>
span { border-color: #93EC76; }
span { border-color: rgb(147,236,118); }
td.TdClassName
{
border-color: #93EC76;
}
.TagClassName
{
border-color: #93EC76;
}
</style>