Shades of Gossip #93EC62
Tints of Gossip #93EC62
RGB
CMYK
RGB Variations
Color information
#93EC62 (or 0x93EC62) is known color: Gossip. HEX triplet: 93, EC and 62. RGB value is (147,236,98). Sum of RGB (Red+Green+Blue) = 147+236+98=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC62 is #6C139D. Grayscale: #C2C2C2. Windows color (decimal): -7082910 or 6483091. OLE color: 6483091.
HSL color Cylindrical-coordinate representation of color #93EC62: hue angle of 98.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93EC62 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 98 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.07 |
| HSL | 98.7º | 0.78% | 0.65% | - |
| HSV(B) | 98.7º | 0.58% | 0.93% | - |
| XYZ | 44.23 | 67.08 | 22.17 | - |
| YUV | 193.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 98 | 0.38 | 0 | 0.58 | 0.07 | 98.7 | 0.78 | 0.65 |
| Hex | 93 | EC | 62 | 26 | 0 | 3A | 7 | 63 | 4E | 41 |
| Octal | 223 | 354 | 142 | 46 | 0 | 72 | 7 | 143 | 116 | 101 |
| Binary | 10010011 | 11101100 | 1100010 | 100110 | 0 | 111010 | 111 | 1100011 | 1001110 | 1000001 |
Color Harmonies of #93EC62
Complementary color
Monochromatic Colors of #93EC62
Black with #93EC62
Text Example
Text Example
White with #93EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC62; }
p { color: rgb(147,236,98); }
H1.HeaderClassName
{
color: #93EC62;
}
.AnyTagClassName
{
color: #93EC62;
}
</style>
background-color css
<style>
a { background-color: #93EC62; }
a { background-color: rgb(147,236,98); }
div.DivClassName
{
background-color: #93EC62;
}
.BgClassName
{
background-color: #93EC62;
}
</style>
border-color css
<style>
span { border-color: #93EC62; }
span { border-color: rgb(147,236,98); }
td.TdClassName
{
border-color: #93EC62;
}
.TagClassName
{
border-color: #93EC62;
}
</style>