Shades of Gossip #93E076
Tints of Gossip #93E076
RGB
CMYK
RGB Variations
Color information
#93E076 (or 0x93E076) is known color: Gossip. HEX triplet: 93, E0 and 76. RGB value is (147,224,118). Sum of RGB (Red+Green+Blue) = 147+224+118=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #93E076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E076 is #6C1F89. Grayscale: #BDBDBD. Windows color (decimal): -7085962 or 7790739. OLE color: 7790739.
HSL color Cylindrical-coordinate representation of color #93E076: hue angle of 103.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93E076 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 224 | 118 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.12 |
| HSL | 103.58º | 0.63% | 0.67% | - |
| HSV(B) | 103.58º | 0.47% | 0.88% | - |
| XYZ | 41.96 | 60.82 | 26.67 | - |
| YUV | 188.89 | 87.99 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 118 | 0.34 | 0 | 0.47 | 0.12 | 103.58 | 0.63 | 0.67 |
| Hex | 93 | E0 | 76 | 22 | 0 | 2F | C | 68 | 3F | 43 |
| Octal | 223 | 340 | 166 | 42 | 0 | 57 | 14 | 150 | 77 | 103 |
| Binary | 10010011 | 11100000 | 1110110 | 100010 | 0 | 101111 | 1100 | 1101000 | 111111 | 1000011 |
Color Harmonies of #93E076
Complementary color
Monochromatic Colors of #93E076
Black with #93E076
Text Example
Text Example
White with #93E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E076; }
p { color: rgb(147,224,118); }
H1.HeaderClassName
{
color: #93E076;
}
.AnyTagClassName
{
color: #93E076;
}
</style>
background-color css
<style>
a { background-color: #93E076; }
a { background-color: rgb(147,224,118); }
div.DivClassName
{
background-color: #93E076;
}
.BgClassName
{
background-color: #93E076;
}
</style>
border-color css
<style>
span { border-color: #93E076; }
span { border-color: rgb(147,224,118); }
td.TdClassName
{
border-color: #93E076;
}
.TagClassName
{
border-color: #93E076;
}
</style>