Shades of Gossip #93E679
Tints of Gossip #93E679
RGB
CMYK
RGB Variations
Color information
#93E679 (or 0x93E679) is known color: Gossip. HEX triplet: 93, E6 and 79. RGB value is (147,230,121). Sum of RGB (Red+Green+Blue) = 147+230+121=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #93E679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E679 is #6C1986. Grayscale: #C1C1C1. Windows color (decimal): -7084423 or 7988883. OLE color: 7988883.
HSL color Cylindrical-coordinate representation of color #93E679: hue angle of 105.69º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93E679 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 230 | 121 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.10 |
| HSL | 105.69º | 0.69% | 0.69% | - |
| HSV(B) | 105.69º | 0.47% | 0.9% | - |
| XYZ | 43.78 | 64.18 | 28.17 | - |
| YUV | 192.76 | 87.5 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 230 | 121 | 0.36 | 0 | 0.47 | 0.10 | 105.69 | 0.69 | 0.69 |
| Hex | 93 | E6 | 79 | 24 | 0 | 2F | A | 6A | 45 | 45 |
| Octal | 223 | 346 | 171 | 44 | 0 | 57 | 12 | 152 | 105 | 105 |
| Binary | 10010011 | 11100110 | 1111001 | 100100 | 0 | 101111 | 1010 | 1101010 | 1000101 | 1000101 |
Color Harmonies of #93E679
Complementary color
Monochromatic Colors of #93E679
Black with #93E679
Text Example
Text Example
White with #93E679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E679; }
p { color: rgb(147,230,121); }
H1.HeaderClassName
{
color: #93E679;
}
.AnyTagClassName
{
color: #93E679;
}
</style>
background-color css
<style>
a { background-color: #93E679; }
a { background-color: rgb(147,230,121); }
div.DivClassName
{
background-color: #93E679;
}
.BgClassName
{
background-color: #93E679;
}
</style>
border-color css
<style>
span { border-color: #93E679; }
span { border-color: rgb(147,230,121); }
td.TdClassName
{
border-color: #93E679;
}
.TagClassName
{
border-color: #93E679;
}
</style>