Shades of Gossip #93DB7B
Tints of Gossip #93DB7B
RGB
CMYK
RGB Variations
Color information
#93DB7B (or 0x93DB7B) is known color: Gossip. HEX triplet: 93, DB and 7B. RGB value is (147,219,123). Sum of RGB (Red+Green+Blue) = 147+219+123=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB7B is #6C2484. Grayscale: #BABABA. Windows color (decimal): -7087237 or 8117139. OLE color: 8117139.
HSL color Cylindrical-coordinate representation of color #93DB7B: hue angle of 105º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93DB7B is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 123 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.14 |
| HSL | 105º | 0.57% | 0.67% | - |
| HSV(B) | 105º | 0.44% | 0.86% | - |
| XYZ | 40.94 | 58.3 | 27.83 | - |
| YUV | 186.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 123 | 0.33 | 0 | 0.44 | 0.14 | 105 | 0.57 | 0.67 |
| Hex | 93 | DB | 7B | 21 | 0 | 2C | E | 69 | 39 | 43 |
| Octal | 223 | 333 | 173 | 41 | 0 | 54 | 16 | 151 | 71 | 103 |
| Binary | 10010011 | 11011011 | 1111011 | 100001 | 0 | 101100 | 1110 | 1101001 | 111001 | 1000011 |
Color Harmonies of #93DB7B
Complementary color
Monochromatic Colors of #93DB7B
Black with #93DB7B
Text Example
Text Example
White with #93DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DB7B; }
p { color: rgb(147,219,123); }
H1.HeaderClassName
{
color: #93DB7B;
}
.AnyTagClassName
{
color: #93DB7B;
}
</style>
background-color css
<style>
a { background-color: #93DB7B; }
a { background-color: rgb(147,219,123); }
div.DivClassName
{
background-color: #93DB7B;
}
.BgClassName
{
background-color: #93DB7B;
}
</style>
border-color css
<style>
span { border-color: #93DB7B; }
span { border-color: rgb(147,219,123); }
td.TdClassName
{
border-color: #93DB7B;
}
.TagClassName
{
border-color: #93DB7B;
}
</style>