Shades of Gossip #93E073
Tints of Gossip #93E073
RGB
CMYK
RGB Variations
Color information
#93E073 (or 0x93E073) is known color: Gossip. HEX triplet: 93, E0 and 73. RGB value is (147,224,115). Sum of RGB (Red+Green+Blue) = 147+224+115=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #93E073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E073 is #6C1F8C. Grayscale: #BCBCBC. Windows color (decimal): -7085965 or 7594131. OLE color: 7594131.
HSL color Cylindrical-coordinate representation of color #93E073: hue angle of 102.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93E073 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 224 | 115 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.12 |
| HSL | 102.39º | 0.64% | 0.66% | - |
| HSV(B) | 102.39º | 0.49% | 0.88% | - |
| XYZ | 41.78 | 60.75 | 25.74 | - |
| YUV | 188.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 115 | 0.34 | 0 | 0.49 | 0.12 | 102.39 | 0.64 | 0.66 |
| Hex | 93 | E0 | 73 | 22 | 0 | 31 | C | 66 | 40 | 42 |
| Octal | 223 | 340 | 163 | 42 | 0 | 61 | 14 | 146 | 100 | 102 |
| Binary | 10010011 | 11100000 | 1110011 | 100010 | 0 | 110001 | 1100 | 1100110 | 1000000 | 1000010 |
Color Harmonies of #93E073
Complementary color
Monochromatic Colors of #93E073
Black with #93E073
Text Example
Text Example
White with #93E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E073; }
p { color: rgb(147,224,115); }
H1.HeaderClassName
{
color: #93E073;
}
.AnyTagClassName
{
color: #93E073;
}
</style>
background-color css
<style>
a { background-color: #93E073; }
a { background-color: rgb(147,224,115); }
div.DivClassName
{
background-color: #93E073;
}
.BgClassName
{
background-color: #93E073;
}
</style>
border-color css
<style>
span { border-color: #93E073; }
span { border-color: rgb(147,224,115); }
td.TdClassName
{
border-color: #93E073;
}
.TagClassName
{
border-color: #93E073;
}
</style>