Shades of Gossip #93E16D
Tints of Gossip #93E16D
RGB
CMYK
RGB Variations
Color information
#93E16D (or 0x93E16D) is known color: Gossip. HEX triplet: 93, E1 and 6D. RGB value is (147,225,109). Sum of RGB (Red+Green+Blue) = 147+225+109=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #93E16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E16D is #6C1E92. Grayscale: #BCBCBC. Windows color (decimal): -7085715 or 7201171. OLE color: 7201171.
HSL color Cylindrical-coordinate representation of color #93E16D: hue angle of 100.34º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93E16D is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 109 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.12 |
| HSL | 100.34º | 0.66% | 0.65% | - |
| HSV(B) | 100.34º | 0.52% | 0.88% | - |
| XYZ | 41.72 | 61.16 | 24.07 | - |
| YUV | 188.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 109 | 0.35 | 0 | 0.52 | 0.12 | 100.34 | 0.66 | 0.65 |
| Hex | 93 | E1 | 6D | 23 | 0 | 34 | C | 64 | 42 | 41 |
| Octal | 223 | 341 | 155 | 43 | 0 | 64 | 14 | 144 | 102 | 101 |
| Binary | 10010011 | 11100001 | 1101101 | 100011 | 0 | 110100 | 1100 | 1100100 | 1000010 | 1000001 |
Color Harmonies of #93E16D
Complementary color
Monochromatic Colors of #93E16D
Black with #93E16D
Text Example
Text Example
White with #93E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E16D; }
p { color: rgb(147,225,109); }
H1.HeaderClassName
{
color: #93E16D;
}
.AnyTagClassName
{
color: #93E16D;
}
</style>
background-color css
<style>
a { background-color: #93E16D; }
a { background-color: rgb(147,225,109); }
div.DivClassName
{
background-color: #93E16D;
}
.BgClassName
{
background-color: #93E16D;
}
</style>
border-color css
<style>
span { border-color: #93E16D; }
span { border-color: rgb(147,225,109); }
td.TdClassName
{
border-color: #93E16D;
}
.TagClassName
{
border-color: #93E16D;
}
</style>