Shades of Gossip #93D87F
Tints of Gossip #93D87F
RGB
CMYK
RGB Variations
Color information
#93D87F (or 0x93D87F) is known color: Gossip. HEX triplet: 93, D8 and 7F. RGB value is (147,216,127). Sum of RGB (Red+Green+Blue) = 147+216+127=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #93D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D87F is #6C2780. Grayscale: #B9B9B9. Windows color (decimal): -7088001 or 8378515. OLE color: 8378515.
HSL color Cylindrical-coordinate representation of color #93D87F: hue angle of 106.52º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93D87F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 127 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.15 |
| HSL | 106.52º | 0.53% | 0.67% | - |
| HSV(B) | 106.52º | 0.41% | 0.85% | - |
| XYZ | 40.42 | 56.85 | 28.92 | - |
| YUV | 185.22 | 95.14 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 127 | 0.32 | 0 | 0.41 | 0.15 | 106.52 | 0.53 | 0.67 |
| Hex | 93 | D8 | 7F | 20 | 0 | 29 | F | 6B | 35 | 43 |
| Octal | 223 | 330 | 177 | 40 | 0 | 51 | 17 | 153 | 65 | 103 |
| Binary | 10010011 | 11011000 | 1111111 | 100000 | 0 | 101001 | 1111 | 1101011 | 110101 | 1000011 |
Color Harmonies of #93D87F
Complementary color
Monochromatic Colors of #93D87F
Black with #93D87F
Text Example
Text Example
White with #93D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D87F; }
p { color: rgb(147,216,127); }
H1.HeaderClassName
{
color: #93D87F;
}
.AnyTagClassName
{
color: #93D87F;
}
</style>
background-color css
<style>
a { background-color: #93D87F; }
a { background-color: rgb(147,216,127); }
div.DivClassName
{
background-color: #93D87F;
}
.BgClassName
{
background-color: #93D87F;
}
</style>
border-color css
<style>
span { border-color: #93D87F; }
span { border-color: rgb(147,216,127); }
td.TdClassName
{
border-color: #93D87F;
}
.TagClassName
{
border-color: #93D87F;
}
</style>