Shades of Gossip #93D378
Tints of Gossip #93D378
RGB
CMYK
RGB Variations
Color information
#93D378 (or 0x93D378) is known color: Gossip. HEX triplet: 93, D3 and 78. RGB value is (147,211,120). Sum of RGB (Red+Green+Blue) = 147+211+120=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #93D378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D378 is #6C2C87. Grayscale: #B5B5B5. Windows color (decimal): -7089288 or 7918483. OLE color: 7918483.
HSL color Cylindrical-coordinate representation of color #93D378: hue angle of 102.2º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93D378 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 120 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.17 |
| HSL | 102.2º | 0.51% | 0.65% | - |
| HSV(B) | 102.2º | 0.43% | 0.83% | - |
| XYZ | 38.72 | 54.15 | 26.18 | - |
| YUV | 181.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 120 | 0.30 | 0 | 0.43 | 0.17 | 102.2 | 0.51 | 0.65 |
| Hex | 93 | D3 | 78 | 1E | 0 | 2B | 11 | 66 | 33 | 41 |
| Octal | 223 | 323 | 170 | 36 | 0 | 53 | 21 | 146 | 63 | 101 |
| Binary | 10010011 | 11010011 | 1111000 | 11110 | 0 | 101011 | 10001 | 1100110 | 110011 | 1000001 |
Color Harmonies of #93D378
Complementary color
Monochromatic Colors of #93D378
Black with #93D378
Text Example
Text Example
White with #93D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D378; }
p { color: rgb(147,211,120); }
H1.HeaderClassName
{
color: #93D378;
}
.AnyTagClassName
{
color: #93D378;
}
</style>
background-color css
<style>
a { background-color: #93D378; }
a { background-color: rgb(147,211,120); }
div.DivClassName
{
background-color: #93D378;
}
.BgClassName
{
background-color: #93D378;
}
</style>
border-color css
<style>
span { border-color: #93D378; }
span { border-color: rgb(147,211,120); }
td.TdClassName
{
border-color: #93D378;
}
.TagClassName
{
border-color: #93D378;
}
</style>