Shades of Gossip #93D37D
Tints of Gossip #93D37D
RGB
CMYK
RGB Variations
Color information
#93D37D (or 0x93D37D) is known color: Gossip. HEX triplet: 93, D3 and 7D. RGB value is (147,211,125). Sum of RGB (Red+Green+Blue) = 147+211+125=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #93D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D37D is #6C2C82. Grayscale: #B6B6B6. Windows color (decimal): -7089283 or 8246163. OLE color: 8246163.
HSL color Cylindrical-coordinate representation of color #93D37D: hue angle of 104.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93D37D is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 125 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.17 |
| HSL | 104.65º | 0.49% | 0.66% | - |
| HSV(B) | 104.65º | 0.41% | 0.83% | - |
| XYZ | 39.03 | 54.27 | 27.82 | - |
| YUV | 182.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 125 | 0.30 | 0 | 0.41 | 0.17 | 104.65 | 0.49 | 0.66 |
| Hex | 93 | D3 | 7D | 1E | 0 | 29 | 11 | 69 | 31 | 42 |
| Octal | 223 | 323 | 175 | 36 | 0 | 51 | 21 | 151 | 61 | 102 |
| Binary | 10010011 | 11010011 | 1111101 | 11110 | 0 | 101001 | 10001 | 1101001 | 110001 | 1000010 |
Color Harmonies of #93D37D
Complementary color
Monochromatic Colors of #93D37D
Black with #93D37D
Text Example
Text Example
White with #93D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D37D; }
p { color: rgb(147,211,125); }
H1.HeaderClassName
{
color: #93D37D;
}
.AnyTagClassName
{
color: #93D37D;
}
</style>
background-color css
<style>
a { background-color: #93D37D; }
a { background-color: rgb(147,211,125); }
div.DivClassName
{
background-color: #93D37D;
}
.BgClassName
{
background-color: #93D37D;
}
</style>
border-color css
<style>
span { border-color: #93D37D; }
span { border-color: rgb(147,211,125); }
td.TdClassName
{
border-color: #93D37D;
}
.TagClassName
{
border-color: #93D37D;
}
</style>