Shades of Gossip #93EC75
Tints of Gossip #93EC75
RGB
CMYK
RGB Variations
Color information
#93EC75 (or 0x93EC75) is known color: Gossip. HEX triplet: 93, EC and 75. RGB value is (147,236,117). Sum of RGB (Red+Green+Blue) = 147+236+117=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC75 is #6C138A. Grayscale: #C4C4C4. Windows color (decimal): -7082891 or 7728275. OLE color: 7728275.
HSL color Cylindrical-coordinate representation of color #93EC75: hue angle of 104.87º 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 #93EC75 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 117 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.07 |
| HSL | 104.87º | 0.76% | 0.69% | - |
| HSV(B) | 104.87º | 0.5% | 0.93% | - |
| XYZ | 45.24 | 67.48 | 27.47 | - |
| YUV | 195.82 | 83.51 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 117 | 0.38 | 0 | 0.50 | 0.07 | 104.87 | 0.76 | 0.69 |
| Hex | 93 | EC | 75 | 26 | 0 | 32 | 7 | 69 | 4C | 45 |
| Octal | 223 | 354 | 165 | 46 | 0 | 62 | 7 | 151 | 114 | 105 |
| Binary | 10010011 | 11101100 | 1110101 | 100110 | 0 | 110010 | 111 | 1101001 | 1001100 | 1000101 |
Color Harmonies of #93EC75
Complementary color
Monochromatic Colors of #93EC75
Black with #93EC75
Text Example
Text Example
White with #93EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC75; }
p { color: rgb(147,236,117); }
H1.HeaderClassName
{
color: #93EC75;
}
.AnyTagClassName
{
color: #93EC75;
}
</style>
background-color css
<style>
a { background-color: #93EC75; }
a { background-color: rgb(147,236,117); }
div.DivClassName
{
background-color: #93EC75;
}
.BgClassName
{
background-color: #93EC75;
}
</style>
border-color css
<style>
span { border-color: #93EC75; }
span { border-color: rgb(147,236,117); }
td.TdClassName
{
border-color: #93EC75;
}
.TagClassName
{
border-color: #93EC75;
}
</style>