Shades of Gossip #93D079
Tints of Gossip #93D079
RGB
CMYK
RGB Variations
Color information
#93D079 (or 0x93D079) is known color: Gossip. HEX triplet: 93, D0 and 79. RGB value is (147,208,121). Sum of RGB (Red+Green+Blue) = 147+208+121=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #93D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D079 is #6C2F86. Grayscale: #B4B4B4. Windows color (decimal): -7090055 or 7983251. OLE color: 7983251.
HSL color Cylindrical-coordinate representation of color #93D079: hue angle of 102.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93D079 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 121 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.18 |
| HSL | 102.07º | 0.48% | 0.65% | - |
| HSV(B) | 102.07º | 0.42% | 0.82% | - |
| XYZ | 38.04 | 52.7 | 26.26 | - |
| YUV | 179.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 121 | 0.29 | 0 | 0.42 | 0.18 | 102.07 | 0.48 | 0.65 |
| Hex | 93 | D0 | 79 | 1D | 0 | 2A | 12 | 66 | 30 | 41 |
| Octal | 223 | 320 | 171 | 35 | 0 | 52 | 22 | 146 | 60 | 101 |
| Binary | 10010011 | 11010000 | 1111001 | 11101 | 0 | 101010 | 10010 | 1100110 | 110000 | 1000001 |
Color Harmonies of #93D079
Complementary color
Monochromatic Colors of #93D079
Black with #93D079
Text Example
Text Example
White with #93D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D079; }
p { color: rgb(147,208,121); }
H1.HeaderClassName
{
color: #93D079;
}
.AnyTagClassName
{
color: #93D079;
}
</style>
background-color css
<style>
a { background-color: #93D079; }
a { background-color: rgb(147,208,121); }
div.DivClassName
{
background-color: #93D079;
}
.BgClassName
{
background-color: #93D079;
}
</style>
border-color css
<style>
span { border-color: #93D079; }
span { border-color: rgb(147,208,121); }
td.TdClassName
{
border-color: #93D079;
}
.TagClassName
{
border-color: #93D079;
}
</style>