Shades of Gossip #93D271
Tints of Gossip #93D271
RGB
CMYK
RGB Variations
Color information
#93D271 (or 0x93D271) is known color: Gossip. HEX triplet: 93, D2 and 71. RGB value is (147,210,113). Sum of RGB (Red+Green+Blue) = 147+210+113=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #93D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D271 is #6C2D8E. Grayscale: #B4B4B4. Windows color (decimal): -7089551 or 7459475. OLE color: 7459475.
HSL color Cylindrical-coordinate representation of color #93D271: hue angle of 98.97º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93D271 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 113 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.18 |
| HSL | 98.97º | 0.52% | 0.63% | - |
| HSV(B) | 98.97º | 0.46% | 0.82% | - |
| XYZ | 38.06 | 53.49 | 23.94 | - |
| YUV | 180.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 113 | 0.30 | 0 | 0.46 | 0.18 | 98.97 | 0.52 | 0.63 |
| Hex | 93 | D2 | 71 | 1E | 0 | 2E | 12 | 63 | 34 | 3F |
| Octal | 223 | 322 | 161 | 36 | 0 | 56 | 22 | 143 | 64 | 77 |
| Binary | 10010011 | 11010010 | 1110001 | 11110 | 0 | 101110 | 10010 | 1100011 | 110100 | 111111 |
Color Harmonies of #93D271
Complementary color
Monochromatic Colors of #93D271
Black with #93D271
Text Example
Text Example
White with #93D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D271; }
p { color: rgb(147,210,113); }
H1.HeaderClassName
{
color: #93D271;
}
.AnyTagClassName
{
color: #93D271;
}
</style>
background-color css
<style>
a { background-color: #93D271; }
a { background-color: rgb(147,210,113); }
div.DivClassName
{
background-color: #93D271;
}
.BgClassName
{
background-color: #93D271;
}
</style>
border-color css
<style>
span { border-color: #93D271; }
span { border-color: rgb(147,210,113); }
td.TdClassName
{
border-color: #93D271;
}
.TagClassName
{
border-color: #93D271;
}
</style>