Shades of Gossip #93E866
Tints of Gossip #93E866
RGB
CMYK
RGB Variations
Color information
#93E866 (or 0x93E866) is known color: Gossip. HEX triplet: 93, E8 and 66. RGB value is (147,232,102). Sum of RGB (Red+Green+Blue) = 147+232+102=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #93E866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E866 is #6C1799. Grayscale: #C0C0C0. Windows color (decimal): -7083930 or 6744211. OLE color: 6744211.
HSL color Cylindrical-coordinate representation of color #93E866: hue angle of 99.23º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93E866 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 102 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.09 |
| HSL | 99.23º | 0.74% | 0.65% | - |
| HSV(B) | 99.23º | 0.56% | 0.91% | - |
| XYZ | 43.29 | 64.88 | 22.81 | - |
| YUV | 191.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 102 | 0.37 | 0 | 0.56 | 0.09 | 99.23 | 0.74 | 0.65 |
| Hex | 93 | E8 | 66 | 25 | 0 | 38 | 9 | 63 | 4A | 41 |
| Octal | 223 | 350 | 146 | 45 | 0 | 70 | 11 | 143 | 112 | 101 |
| Binary | 10010011 | 11101000 | 1100110 | 100101 | 0 | 111000 | 1001 | 1100011 | 1001010 | 1000001 |
Color Harmonies of #93E866
Complementary color
Monochromatic Colors of #93E866
Black with #93E866
Text Example
Text Example
White with #93E866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E866; }
p { color: rgb(147,232,102); }
H1.HeaderClassName
{
color: #93E866;
}
.AnyTagClassName
{
color: #93E866;
}
</style>
background-color css
<style>
a { background-color: #93E866; }
a { background-color: rgb(147,232,102); }
div.DivClassName
{
background-color: #93E866;
}
.BgClassName
{
background-color: #93E866;
}
</style>
border-color css
<style>
span { border-color: #93E866; }
span { border-color: rgb(147,232,102); }
td.TdClassName
{
border-color: #93E866;
}
.TagClassName
{
border-color: #93E866;
}
</style>