Shades of Gossip #93DF80
Tints of Gossip #93DF80
RGB
CMYK
RGB Variations
Color information
#93DF80 (or 0x93DF80) is known color: Gossip. HEX triplet: 93, DF and 80. RGB value is (147,223,128). Sum of RGB (Red+Green+Blue) = 147+223+128=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DF80 is #6C207F. Grayscale: #BDBDBD. Windows color (decimal): -7086208 or 8445843. OLE color: 8445843.
HSL color Cylindrical-coordinate representation of color #93DF80: hue angle of 108º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93DF80 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 128 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.13 |
| HSL | 108º | 0.6% | 0.69% | - |
| HSV(B) | 108º | 0.43% | 0.87% | - |
| XYZ | 42.32 | 60.54 | 29.88 | - |
| YUV | 189.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 128 | 0.34 | 0 | 0.43 | 0.13 | 108 | 0.6 | 0.69 |
| Hex | 93 | DF | 80 | 22 | 0 | 2B | D | 6C | 3C | 45 |
| Octal | 223 | 337 | 200 | 42 | 0 | 53 | 15 | 154 | 74 | 105 |
| Binary | 10010011 | 11011111 | 10000000 | 100010 | 0 | 101011 | 1101 | 1101100 | 111100 | 1000101 |
Color Harmonies of #93DF80
Complementary color
Monochromatic Colors of #93DF80
Black with #93DF80
Text Example
Text Example
White with #93DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DF80; }
p { color: rgb(147,223,128); }
H1.HeaderClassName
{
color: #93DF80;
}
.AnyTagClassName
{
color: #93DF80;
}
</style>
background-color css
<style>
a { background-color: #93DF80; }
a { background-color: rgb(147,223,128); }
div.DivClassName
{
background-color: #93DF80;
}
.BgClassName
{
background-color: #93DF80;
}
</style>
border-color css
<style>
span { border-color: #93DF80; }
span { border-color: rgb(147,223,128); }
td.TdClassName
{
border-color: #93DF80;
}
.TagClassName
{
border-color: #93DF80;
}
</style>