Shades of Gossip #93E373
Tints of Gossip #93E373
RGB
CMYK
RGB Variations
Color information
#93E373 (or 0x93E373) is known color: Gossip. HEX triplet: 93, E3 and 73. RGB value is (147,227,115). Sum of RGB (Red+Green+Blue) = 147+227+115=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #93E373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E373 is #6C1C8C. Grayscale: #BEBEBE. Windows color (decimal): -7085197 or 7594899. OLE color: 7594899.
HSL color Cylindrical-coordinate representation of color #93E373: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93E373 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 227 | 115 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.11 |
| HSL | 102.86º | 0.67% | 0.67% | - |
| HSV(B) | 102.86º | 0.49% | 0.89% | - |
| XYZ | 42.6 | 62.38 | 26.01 | - |
| YUV | 190.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 227 | 115 | 0.35 | 0 | 0.49 | 0.11 | 102.86 | 0.67 | 0.67 |
| Hex | 93 | E3 | 73 | 23 | 0 | 31 | B | 67 | 43 | 43 |
| Octal | 223 | 343 | 163 | 43 | 0 | 61 | 13 | 147 | 103 | 103 |
| Binary | 10010011 | 11100011 | 1110011 | 100011 | 0 | 110001 | 1011 | 1100111 | 1000011 | 1000011 |
Color Harmonies of #93E373
Complementary color
Monochromatic Colors of #93E373
Black with #93E373
Text Example
Text Example
White with #93E373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E373; }
p { color: rgb(147,227,115); }
H1.HeaderClassName
{
color: #93E373;
}
.AnyTagClassName
{
color: #93E373;
}
</style>
background-color css
<style>
a { background-color: #93E373; }
a { background-color: rgb(147,227,115); }
div.DivClassName
{
background-color: #93E373;
}
.BgClassName
{
background-color: #93E373;
}
</style>
border-color css
<style>
span { border-color: #93E373; }
span { border-color: rgb(147,227,115); }
td.TdClassName
{
border-color: #93E373;
}
.TagClassName
{
border-color: #93E373;
}
</style>