Shades of Gossip #93DF75
Tints of Gossip #93DF75
RGB
CMYK
RGB Variations
Color information
#93DF75 (or 0x93DF75) is known color: Gossip. HEX triplet: 93, DF and 75. RGB value is (147,223,117). Sum of RGB (Red+Green+Blue) = 147+223+117=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DF75 is #6C208A. Grayscale: #BCBCBC. Windows color (decimal): -7086219 or 7724947. OLE color: 7724947.
HSL color Cylindrical-coordinate representation of color #93DF75: hue angle of 103.02º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93DF75 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 117 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.13 |
| HSL | 103.02º | 0.62% | 0.67% | - |
| HSV(B) | 103.02º | 0.48% | 0.87% | - |
| XYZ | 41.63 | 60.26 | 26.27 | - |
| YUV | 188.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 117 | 0.34 | 0 | 0.48 | 0.13 | 103.02 | 0.62 | 0.67 |
| Hex | 93 | DF | 75 | 22 | 0 | 30 | D | 67 | 3E | 43 |
| Octal | 223 | 337 | 165 | 42 | 0 | 60 | 15 | 147 | 76 | 103 |
| Binary | 10010011 | 11011111 | 1110101 | 100010 | 0 | 110000 | 1101 | 1100111 | 111110 | 1000011 |
Color Harmonies of #93DF75
Complementary color
Monochromatic Colors of #93DF75
Black with #93DF75
Text Example
Text Example
White with #93DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF75; }
p { color: rgb(147,223,117); }
H1.HeaderClassName
{
color: #93DF75;
}
.AnyTagClassName
{
color: #93DF75;
}
</style>
background-color css
<style>
a { background-color: #93DF75; }
a { background-color: rgb(147,223,117); }
div.DivClassName
{
background-color: #93DF75;
}
.BgClassName
{
background-color: #93DF75;
}
</style>
border-color css
<style>
span { border-color: #93DF75; }
span { border-color: rgb(147,223,117); }
td.TdClassName
{
border-color: #93DF75;
}
.TagClassName
{
border-color: #93DF75;
}
</style>