Shades of Gossip #93D07D
Tints of Gossip #93D07D
RGB
CMYK
RGB Variations
Color information
#93D07D (or 0x93D07D) is known color: Gossip. HEX triplet: 93, D0 and 7D. RGB value is (147,208,125). Sum of RGB (Red+Green+Blue) = 147+208+125=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #93D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D07D is #6C2F82. Grayscale: #B4B4B4. Windows color (decimal): -7090051 or 8245395. OLE color: 8245395.
HSL color Cylindrical-coordinate representation of color #93D07D: hue angle of 104.1º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D07D is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 125 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.18 |
| HSL | 104.1º | 0.47% | 0.65% | - |
| HSV(B) | 104.1º | 0.4% | 0.82% | - |
| XYZ | 38.29 | 52.8 | 27.57 | - |
| YUV | 180.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 125 | 0.29 | 0 | 0.40 | 0.18 | 104.1 | 0.47 | 0.65 |
| Hex | 93 | D0 | 7D | 1D | 0 | 28 | 12 | 68 | 2F | 41 |
| Octal | 223 | 320 | 175 | 35 | 0 | 50 | 22 | 150 | 57 | 101 |
| Binary | 10010011 | 11010000 | 1111101 | 11101 | 0 | 101000 | 10010 | 1101000 | 101111 | 1000001 |
Color Harmonies of #93D07D
Complementary color
Monochromatic Colors of #93D07D
Black with #93D07D
Text Example
Text Example
White with #93D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D07D; }
p { color: rgb(147,208,125); }
H1.HeaderClassName
{
color: #93D07D;
}
.AnyTagClassName
{
color: #93D07D;
}
</style>
background-color css
<style>
a { background-color: #93D07D; }
a { background-color: rgb(147,208,125); }
div.DivClassName
{
background-color: #93D07D;
}
.BgClassName
{
background-color: #93D07D;
}
</style>
border-color css
<style>
span { border-color: #93D07D; }
span { border-color: rgb(147,208,125); }
td.TdClassName
{
border-color: #93D07D;
}
.TagClassName
{
border-color: #93D07D;
}
</style>