Shades of Gossip #93EB6D
Tints of Gossip #93EB6D
RGB
CMYK
RGB Variations
Color information
#93EB6D (or 0x93EB6D) is known color: Gossip. HEX triplet: 93, EB and 6D. RGB value is (147,235,109). Sum of RGB (Red+Green+Blue) = 147+235+109=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #93EB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EB6D is #6C1492. Grayscale: #C2C2C2. Windows color (decimal): -7083155 or 7203731. OLE color: 7203731.
HSL color Cylindrical-coordinate representation of color #93EB6D: hue angle of 101.9º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93EB6D is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 109 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.08 |
| HSL | 101.9º | 0.76% | 0.67% | - |
| HSV(B) | 101.9º | 0.54% | 0.92% | - |
| XYZ | 44.5 | 66.72 | 25 | - |
| YUV | 194.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 109 | 0.37 | 0 | 0.54 | 0.08 | 101.9 | 0.76 | 0.67 |
| Hex | 93 | EB | 6D | 25 | 0 | 36 | 8 | 66 | 4C | 43 |
| Octal | 223 | 353 | 155 | 45 | 0 | 66 | 10 | 146 | 114 | 103 |
| Binary | 10010011 | 11101011 | 1101101 | 100101 | 0 | 110110 | 1000 | 1100110 | 1001100 | 1000011 |
Color Harmonies of #93EB6D
Complementary color
Monochromatic Colors of #93EB6D
Black with #93EB6D
Text Example
Text Example
White with #93EB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EB6D; }
p { color: rgb(147,235,109); }
H1.HeaderClassName
{
color: #93EB6D;
}
.AnyTagClassName
{
color: #93EB6D;
}
</style>
background-color css
<style>
a { background-color: #93EB6D; }
a { background-color: rgb(147,235,109); }
div.DivClassName
{
background-color: #93EB6D;
}
.BgClassName
{
background-color: #93EB6D;
}
</style>
border-color css
<style>
span { border-color: #93EB6D; }
span { border-color: rgb(147,235,109); }
td.TdClassName
{
border-color: #93EB6D;
}
.TagClassName
{
border-color: #93EB6D;
}
</style>