Shades of Gossip #93D878
Tints of Gossip #93D878
RGB
CMYK
RGB Variations
Color information
#93D878 (or 0x93D878) is known color: Gossip. HEX triplet: 93, D8 and 78. RGB value is (147,216,120). Sum of RGB (Red+Green+Blue) = 147+216+120=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #93D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D878 is #6C2787. Grayscale: #B8B8B8. Windows color (decimal): -7088008 or 7919763. OLE color: 7919763.
HSL color Cylindrical-coordinate representation of color #93D878: hue angle of 103.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93D878 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 120 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.15 |
| HSL | 103.13º | 0.55% | 0.66% | - |
| HSV(B) | 103.13º | 0.44% | 0.85% | - |
| XYZ | 39.98 | 56.67 | 26.6 | - |
| YUV | 184.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 120 | 0.32 | 0 | 0.44 | 0.15 | 103.13 | 0.55 | 0.66 |
| Hex | 93 | D8 | 78 | 20 | 0 | 2C | F | 67 | 37 | 42 |
| Octal | 223 | 330 | 170 | 40 | 0 | 54 | 17 | 147 | 67 | 102 |
| Binary | 10010011 | 11011000 | 1111000 | 100000 | 0 | 101100 | 1111 | 1100111 | 110111 | 1000010 |
Color Harmonies of #93D878
Complementary color
Monochromatic Colors of #93D878
Black with #93D878
Text Example
Text Example
White with #93D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D878; }
p { color: rgb(147,216,120); }
H1.HeaderClassName
{
color: #93D878;
}
.AnyTagClassName
{
color: #93D878;
}
</style>
background-color css
<style>
a { background-color: #93D878; }
a { background-color: rgb(147,216,120); }
div.DivClassName
{
background-color: #93D878;
}
.BgClassName
{
background-color: #93D878;
}
</style>
border-color css
<style>
span { border-color: #93D878; }
span { border-color: rgb(147,216,120); }
td.TdClassName
{
border-color: #93D878;
}
.TagClassName
{
border-color: #93D878;
}
</style>