Shades of Gossip #93EC73
Tints of Gossip #93EC73
RGB
CMYK
RGB Variations
Color information
#93EC73 (or 0x93EC73) is known color: Gossip. HEX triplet: 93, EC and 73. RGB value is (147,236,115). Sum of RGB (Red+Green+Blue) = 147+236+115=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC73 is #6C138C. Grayscale: #C3C3C3. Windows color (decimal): -7082893 or 7597203. OLE color: 7597203.
HSL color Cylindrical-coordinate representation of color #93EC73: hue angle of 104.13º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93EC73 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 115 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.07 |
| HSL | 104.13º | 0.76% | 0.69% | - |
| HSV(B) | 104.13º | 0.51% | 0.93% | - |
| XYZ | 45.12 | 67.43 | 26.86 | - |
| YUV | 195.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 115 | 0.38 | 0 | 0.51 | 0.07 | 104.13 | 0.76 | 0.69 |
| Hex | 93 | EC | 73 | 26 | 0 | 33 | 7 | 68 | 4C | 45 |
| Octal | 223 | 354 | 163 | 46 | 0 | 63 | 7 | 150 | 114 | 105 |
| Binary | 10010011 | 11101100 | 1110011 | 100110 | 0 | 110011 | 111 | 1101000 | 1001100 | 1000101 |
Color Harmonies of #93EC73
Complementary color
Monochromatic Colors of #93EC73
Black with #93EC73
Text Example
Text Example
White with #93EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC73; }
p { color: rgb(147,236,115); }
H1.HeaderClassName
{
color: #93EC73;
}
.AnyTagClassName
{
color: #93EC73;
}
</style>
background-color css
<style>
a { background-color: #93EC73; }
a { background-color: rgb(147,236,115); }
div.DivClassName
{
background-color: #93EC73;
}
.BgClassName
{
background-color: #93EC73;
}
</style>
border-color css
<style>
span { border-color: #93EC73; }
span { border-color: rgb(147,236,115); }
td.TdClassName
{
border-color: #93EC73;
}
.TagClassName
{
border-color: #93EC73;
}
</style>