Shades of Gossip #93DF72
Tints of Gossip #93DF72
RGB
CMYK
RGB Variations
Color information
#93DF72 (or 0x93DF72) is known color: Gossip. HEX triplet: 93, DF and 72. RGB value is (147,223,114). Sum of RGB (Red+Green+Blue) = 147+223+114=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DF72 is #6C208D. Grayscale: #BCBCBC. Windows color (decimal): -7086222 or 7528339. OLE color: 7528339.
HSL color Cylindrical-coordinate representation of color #93DF72: hue angle of 101.83º 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 #93DF72 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 114 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.13 |
| HSL | 101.83º | 0.63% | 0.66% | - |
| HSV(B) | 101.83º | 0.49% | 0.87% | - |
| XYZ | 41.46 | 60.19 | 25.35 | - |
| YUV | 187.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 114 | 0.34 | 0 | 0.49 | 0.13 | 101.83 | 0.63 | 0.66 |
| Hex | 93 | DF | 72 | 22 | 0 | 31 | D | 66 | 3F | 42 |
| Octal | 223 | 337 | 162 | 42 | 0 | 61 | 15 | 146 | 77 | 102 |
| Binary | 10010011 | 11011111 | 1110010 | 100010 | 0 | 110001 | 1101 | 1100110 | 111111 | 1000010 |
Color Harmonies of #93DF72
Complementary color
Monochromatic Colors of #93DF72
Black with #93DF72
Text Example
Text Example
White with #93DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF72; }
p { color: rgb(147,223,114); }
H1.HeaderClassName
{
color: #93DF72;
}
.AnyTagClassName
{
color: #93DF72;
}
</style>
background-color css
<style>
a { background-color: #93DF72; }
a { background-color: rgb(147,223,114); }
div.DivClassName
{
background-color: #93DF72;
}
.BgClassName
{
background-color: #93DF72;
}
</style>
border-color css
<style>
span { border-color: #93DF72; }
span { border-color: rgb(147,223,114); }
td.TdClassName
{
border-color: #93DF72;
}
.TagClassName
{
border-color: #93DF72;
}
</style>