Shades of Gossip #93E56C
Tints of Gossip #93E56C
RGB
CMYK
RGB Variations
Color information
#93E56C (or 0x93E56C) is known color: Gossip. HEX triplet: 93, E5 and 6C. RGB value is (147,229,108). Sum of RGB (Red+Green+Blue) = 147+229+108=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #93E56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E56C is #6C1A93. Grayscale: #BFBFBF. Windows color (decimal): -7084692 or 7136659. OLE color: 7136659.
HSL color Cylindrical-coordinate representation of color #93E56C: hue angle of 100.66º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93E56C is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 229 | 108 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.10 |
| HSL | 100.66º | 0.7% | 0.66% | - |
| HSV(B) | 100.66º | 0.53% | 0.9% | - |
| XYZ | 42.76 | 63.32 | 24.16 | - |
| YUV | 190.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 108 | 0.36 | 0 | 0.53 | 0.10 | 100.66 | 0.7 | 0.66 |
| Hex | 93 | E5 | 6C | 24 | 0 | 35 | A | 65 | 46 | 42 |
| Octal | 223 | 345 | 154 | 44 | 0 | 65 | 12 | 145 | 106 | 102 |
| Binary | 10010011 | 11100101 | 1101100 | 100100 | 0 | 110101 | 1010 | 1100101 | 1000110 | 1000010 |
Color Harmonies of #93E56C
Complementary color
Monochromatic Colors of #93E56C
Black with #93E56C
Text Example
Text Example
White with #93E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E56C; }
p { color: rgb(147,229,108); }
H1.HeaderClassName
{
color: #93E56C;
}
.AnyTagClassName
{
color: #93E56C;
}
</style>
background-color css
<style>
a { background-color: #93E56C; }
a { background-color: rgb(147,229,108); }
div.DivClassName
{
background-color: #93E56C;
}
.BgClassName
{
background-color: #93E56C;
}
</style>
border-color css
<style>
span { border-color: #93E56C; }
span { border-color: rgb(147,229,108); }
td.TdClassName
{
border-color: #93E56C;
}
.TagClassName
{
border-color: #93E56C;
}
</style>