Shades of Shamrock #20DB8D
Tints of Shamrock #20DB8D
RGB
CMYK
RGB Variations
Color information
#20DB8D (or 0x20DB8D) is known color: Shamrock. HEX triplet: 20, DB and 8D. RGB value is (32,219,141). Sum of RGB (Red+Green+Blue) = 32+219+141=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DB8D is #DF2472. Grayscale: #9A9A9A. Windows color (decimal): -14623859 or 9296672. OLE color: 9296672.
HSL color Cylindrical-coordinate representation of color #20DB8D: hue angle of 154.97º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB8D is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 141 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.14 |
| HSL | 154.97º | 0.75% | 0.49% | - |
| HSV(B) | 154.97º | 0.85% | 0.86% | - |
| XYZ | 30.73 | 52.89 | 33.79 | - |
| YUV | 154.2 | 120.55 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 141 | 0.85 | 0 | 0.36 | 0.14 | 154.97 | 0.75 | 0.49 |
| Hex | 20 | DB | 8D | 55 | 0 | 24 | E | 9B | 4B | 31 |
| Octal | 40 | 333 | 215 | 125 | 0 | 44 | 16 | 233 | 113 | 61 |
| Binary | 100000 | 11011011 | 10001101 | 1010101 | 0 | 100100 | 1110 | 10011011 | 1001011 | 110001 |
Color Harmonies of #20DB8D
Complementary color
Monochromatic Colors of #20DB8D
Black with #20DB8D
Text Example
Text Example
White with #20DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB8D; }
p { color: rgb(32,219,141); }
H1.HeaderClassName
{
color: #20DB8D;
}
.AnyTagClassName
{
color: #20DB8D;
}
</style>
background-color css
<style>
a { background-color: #20DB8D; }
a { background-color: rgb(32,219,141); }
div.DivClassName
{
background-color: #20DB8D;
}
.BgClassName
{
background-color: #20DB8D;
}
</style>
border-color css
<style>
span { border-color: #20DB8D; }
span { border-color: rgb(32,219,141); }
td.TdClassName
{
border-color: #20DB8D;
}
.TagClassName
{
border-color: #20DB8D;
}
</style>