Shades of Gossip #93E275
Tints of Gossip #93E275
RGB
CMYK
RGB Variations
Color information
#93E275 (or 0x93E275) is known color: Gossip. HEX triplet: 93, E2 and 75. RGB value is (147,226,117). Sum of RGB (Red+Green+Blue) = 147+226+117=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #93E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E275 is #6C1D8A. Grayscale: #BEBEBE. Windows color (decimal): -7085451 or 7725715. OLE color: 7725715.
HSL color Cylindrical-coordinate representation of color #93E275: hue angle of 103.49º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93E275 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 226 | 117 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.11 |
| HSL | 103.49º | 0.65% | 0.67% | - |
| HSV(B) | 103.49º | 0.48% | 0.89% | - |
| XYZ | 42.44 | 61.88 | 26.54 | - |
| YUV | 189.95 | 86.83 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 226 | 117 | 0.35 | 0 | 0.48 | 0.11 | 103.49 | 0.65 | 0.67 |
| Hex | 93 | E2 | 75 | 23 | 0 | 30 | B | 67 | 41 | 43 |
| Octal | 223 | 342 | 165 | 43 | 0 | 60 | 13 | 147 | 101 | 103 |
| Binary | 10010011 | 11100010 | 1110101 | 100011 | 0 | 110000 | 1011 | 1100111 | 1000001 | 1000011 |
Color Harmonies of #93E275
Complementary color
Monochromatic Colors of #93E275
Black with #93E275
Text Example
Text Example
White with #93E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E275; }
p { color: rgb(147,226,117); }
H1.HeaderClassName
{
color: #93E275;
}
.AnyTagClassName
{
color: #93E275;
}
</style>
background-color css
<style>
a { background-color: #93E275; }
a { background-color: rgb(147,226,117); }
div.DivClassName
{
background-color: #93E275;
}
.BgClassName
{
background-color: #93E275;
}
</style>
border-color css
<style>
span { border-color: #93E275; }
span { border-color: rgb(147,226,117); }
td.TdClassName
{
border-color: #93E275;
}
.TagClassName
{
border-color: #93E275;
}
</style>