Shades of Gossip #93DF71
Tints of Gossip #93DF71
RGB
CMYK
RGB Variations
Color information
#93DF71 (or 0x93DF71) is known color: Gossip. HEX triplet: 93, DF and 71. RGB value is (147,223,113). Sum of RGB (Red+Green+Blue) = 147+223+113=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DF71 is #6C208E. Grayscale: #BCBCBC. Windows color (decimal): -7086223 or 7462803. OLE color: 7462803.
HSL color Cylindrical-coordinate representation of color #93DF71: hue angle of 101.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93DF71 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 113 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.13 |
| HSL | 101.45º | 0.63% | 0.66% | - |
| HSV(B) | 101.45º | 0.49% | 0.87% | - |
| XYZ | 41.4 | 60.17 | 25.05 | - |
| YUV | 187.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 113 | 0.34 | 0 | 0.49 | 0.13 | 101.45 | 0.63 | 0.66 |
| Hex | 93 | DF | 71 | 22 | 0 | 31 | D | 65 | 3F | 42 |
| Octal | 223 | 337 | 161 | 42 | 0 | 61 | 15 | 145 | 77 | 102 |
| Binary | 10010011 | 11011111 | 1110001 | 100010 | 0 | 110001 | 1101 | 1100101 | 111111 | 1000010 |
Color Harmonies of #93DF71
Complementary color
Monochromatic Colors of #93DF71
Black with #93DF71
Text Example
Text Example
White with #93DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF71; }
p { color: rgb(147,223,113); }
H1.HeaderClassName
{
color: #93DF71;
}
.AnyTagClassName
{
color: #93DF71;
}
</style>
background-color css
<style>
a { background-color: #93DF71; }
a { background-color: rgb(147,223,113); }
div.DivClassName
{
background-color: #93DF71;
}
.BgClassName
{
background-color: #93DF71;
}
</style>
border-color css
<style>
span { border-color: #93DF71; }
span { border-color: rgb(147,223,113); }
td.TdClassName
{
border-color: #93DF71;
}
.TagClassName
{
border-color: #93DF71;
}
</style>