Shades of Gossip #93D77B
Tints of Gossip #93D77B
RGB
CMYK
RGB Variations
Color information
#93D77B (or 0x93D77B) is known color: Gossip. HEX triplet: 93, D7 and 7B. RGB value is (147,215,123). Sum of RGB (Red+Green+Blue) = 147+215+123=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #93D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D77B is #6C2884. Grayscale: #B8B8B8. Windows color (decimal): -7088261 or 8116115. OLE color: 8116115.
HSL color Cylindrical-coordinate representation of color #93D77B: hue angle of 104.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93D77B is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 123 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.16 |
| HSL | 104.35º | 0.53% | 0.66% | - |
| HSV(B) | 104.35º | 0.43% | 0.84% | - |
| XYZ | 39.91 | 56.23 | 27.49 | - |
| YUV | 184.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 123 | 0.32 | 0 | 0.43 | 0.16 | 104.35 | 0.53 | 0.66 |
| Hex | 93 | D7 | 7B | 20 | 0 | 2B | 10 | 68 | 35 | 42 |
| Octal | 223 | 327 | 173 | 40 | 0 | 53 | 20 | 150 | 65 | 102 |
| Binary | 10010011 | 11010111 | 1111011 | 100000 | 0 | 101011 | 10000 | 1101000 | 110101 | 1000010 |
Color Harmonies of #93D77B
Complementary color
Monochromatic Colors of #93D77B
Black with #93D77B
Text Example
Text Example
White with #93D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D77B; }
p { color: rgb(147,215,123); }
H1.HeaderClassName
{
color: #93D77B;
}
.AnyTagClassName
{
color: #93D77B;
}
</style>
background-color css
<style>
a { background-color: #93D77B; }
a { background-color: rgb(147,215,123); }
div.DivClassName
{
background-color: #93D77B;
}
.BgClassName
{
background-color: #93D77B;
}
</style>
border-color css
<style>
span { border-color: #93D77B; }
span { border-color: rgb(147,215,123); }
td.TdClassName
{
border-color: #93D77B;
}
.TagClassName
{
border-color: #93D77B;
}
</style>