Shades of Gossip #93DF73
Tints of Gossip #93DF73
RGB
CMYK
RGB Variations
Color information
#93DF73 (or 0x93DF73) is known color: Gossip. HEX triplet: 93, DF and 73. RGB value is (147,223,115). Sum of RGB (Red+Green+Blue) = 147+223+115=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DF73 is #6C208C. Grayscale: #BCBCBC. Windows color (decimal): -7086221 or 7593875. OLE color: 7593875.
HSL color Cylindrical-coordinate representation of color #93DF73: hue angle of 102.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93DF73 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 115 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.13 |
| HSL | 102.22º | 0.63% | 0.66% | - |
| HSV(B) | 102.22º | 0.48% | 0.87% | - |
| XYZ | 41.51 | 60.22 | 25.65 | - |
| YUV | 187.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 115 | 0.34 | 0 | 0.48 | 0.13 | 102.22 | 0.63 | 0.66 |
| Hex | 93 | DF | 73 | 22 | 0 | 30 | D | 66 | 3F | 42 |
| Octal | 223 | 337 | 163 | 42 | 0 | 60 | 15 | 146 | 77 | 102 |
| Binary | 10010011 | 11011111 | 1110011 | 100010 | 0 | 110000 | 1101 | 1100110 | 111111 | 1000010 |
Color Harmonies of #93DF73
Complementary color
Monochromatic Colors of #93DF73
Black with #93DF73
Text Example
Text Example
White with #93DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF73; }
p { color: rgb(147,223,115); }
H1.HeaderClassName
{
color: #93DF73;
}
.AnyTagClassName
{
color: #93DF73;
}
</style>
background-color css
<style>
a { background-color: #93DF73; }
a { background-color: rgb(147,223,115); }
div.DivClassName
{
background-color: #93DF73;
}
.BgClassName
{
background-color: #93DF73;
}
</style>
border-color css
<style>
span { border-color: #93DF73; }
span { border-color: rgb(147,223,115); }
td.TdClassName
{
border-color: #93DF73;
}
.TagClassName
{
border-color: #93DF73;
}
</style>