Shades of Gossip #93DD7A
Tints of Gossip #93DD7A
RGB
CMYK
RGB Variations
Color information
#93DD7A (or 0x93DD7A) is known color: Gossip. HEX triplet: 93, DD and 7A. RGB value is (147,221,122). Sum of RGB (Red+Green+Blue) = 147+221+122=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD7A is #6C2285. Grayscale: #BBBBBB. Windows color (decimal): -7086726 or 8052115. OLE color: 8052115.
HSL color Cylindrical-coordinate representation of color #93DD7A: hue angle of 104.85º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93DD7A is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 122 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.13 |
| HSL | 104.85º | 0.59% | 0.67% | - |
| HSV(B) | 104.85º | 0.45% | 0.87% | - |
| XYZ | 41.4 | 59.32 | 27.68 | - |
| YUV | 187.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 122 | 0.33 | 0 | 0.45 | 0.13 | 104.85 | 0.59 | 0.67 |
| Hex | 93 | DD | 7A | 21 | 0 | 2D | D | 69 | 3B | 43 |
| Octal | 223 | 335 | 172 | 41 | 0 | 55 | 15 | 151 | 73 | 103 |
| Binary | 10010011 | 11011101 | 1111010 | 100001 | 0 | 101101 | 1101 | 1101001 | 111011 | 1000011 |
Color Harmonies of #93DD7A
Complementary color
Monochromatic Colors of #93DD7A
Black with #93DD7A
Text Example
Text Example
White with #93DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD7A; }
p { color: rgb(147,221,122); }
H1.HeaderClassName
{
color: #93DD7A;
}
.AnyTagClassName
{
color: #93DD7A;
}
</style>
background-color css
<style>
a { background-color: #93DD7A; }
a { background-color: rgb(147,221,122); }
div.DivClassName
{
background-color: #93DD7A;
}
.BgClassName
{
background-color: #93DD7A;
}
</style>
border-color css
<style>
span { border-color: #93DD7A; }
span { border-color: rgb(147,221,122); }
td.TdClassName
{
border-color: #93DD7A;
}
.TagClassName
{
border-color: #93DD7A;
}
</style>