Shades of Gossip #93EA65
Tints of Gossip #93EA65
RGB
CMYK
RGB Variations
Color information
#93EA65 (or 0x93EA65) is known color: Gossip. HEX triplet: 93, EA and 65. RGB value is (147,234,101). Sum of RGB (Red+Green+Blue) = 147+234+101=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA65 is #6C159A. Grayscale: #C1C1C1. Windows color (decimal): -7083419 or 6679187. OLE color: 6679187.
HSL color Cylindrical-coordinate representation of color #93EA65: hue angle of 99.25º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93EA65 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 101 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.08 |
| HSL | 99.25º | 0.76% | 0.66% | - |
| HSV(B) | 99.25º | 0.57% | 0.92% | - |
| XYZ | 43.8 | 65.99 | 22.74 | - |
| YUV | 192.83 | 76.18 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 101 | 0.37 | 0 | 0.57 | 0.08 | 99.25 | 0.76 | 0.66 |
| Hex | 93 | EA | 65 | 25 | 0 | 39 | 8 | 63 | 4C | 42 |
| Octal | 223 | 352 | 145 | 45 | 0 | 71 | 10 | 143 | 114 | 102 |
| Binary | 10010011 | 11101010 | 1100101 | 100101 | 0 | 111001 | 1000 | 1100011 | 1001100 | 1000010 |
Color Harmonies of #93EA65
Complementary color
Monochromatic Colors of #93EA65
Black with #93EA65
Text Example
Text Example
White with #93EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EA65; }
p { color: rgb(147,234,101); }
H1.HeaderClassName
{
color: #93EA65;
}
.AnyTagClassName
{
color: #93EA65;
}
</style>
background-color css
<style>
a { background-color: #93EA65; }
a { background-color: rgb(147,234,101); }
div.DivClassName
{
background-color: #93EA65;
}
.BgClassName
{
background-color: #93EA65;
}
</style>
border-color css
<style>
span { border-color: #93EA65; }
span { border-color: rgb(147,234,101); }
td.TdClassName
{
border-color: #93EA65;
}
.TagClassName
{
border-color: #93EA65;
}
</style>