Shades of Shamrock #20DB8B
Tints of Shamrock #20DB8B
RGB
CMYK
RGB Variations
Color information
#20DB8B (or 0x20DB8B) is known color: Shamrock. HEX triplet: 20, DB and 8B. RGB value is (32,219,139). Sum of RGB (Red+Green+Blue) = 32+219+139=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DB8B is #DF2474. Grayscale: #9A9A9A. Windows color (decimal): -14623861 or 9165600. OLE color: 9165600.
HSL color Cylindrical-coordinate representation of color #20DB8B: hue angle of 154.33º 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 #20DB8B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 139 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.14 |
| HSL | 154.33º | 0.75% | 0.49% | - |
| HSV(B) | 154.33º | 0.85% | 0.86% | - |
| XYZ | 30.59 | 52.83 | 33.01 | - |
| YUV | 153.97 | 119.55 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 139 | 0.85 | 0 | 0.37 | 0.14 | 154.33 | 0.75 | 0.49 |
| Hex | 20 | DB | 8B | 55 | 0 | 25 | E | 9A | 4B | 31 |
| Octal | 40 | 333 | 213 | 125 | 0 | 45 | 16 | 232 | 113 | 61 |
| Binary | 100000 | 11011011 | 10001011 | 1010101 | 0 | 100101 | 1110 | 10011010 | 1001011 | 110001 |
Color Harmonies of #20DB8B
Complementary color
Monochromatic Colors of #20DB8B
Black with #20DB8B
Text Example
Text Example
White with #20DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB8B; }
p { color: rgb(32,219,139); }
H1.HeaderClassName
{
color: #20DB8B;
}
.AnyTagClassName
{
color: #20DB8B;
}
</style>
background-color css
<style>
a { background-color: #20DB8B; }
a { background-color: rgb(32,219,139); }
div.DivClassName
{
background-color: #20DB8B;
}
.BgClassName
{
background-color: #20DB8B;
}
</style>
border-color css
<style>
span { border-color: #20DB8B; }
span { border-color: rgb(32,219,139); }
td.TdClassName
{
border-color: #20DB8B;
}
.TagClassName
{
border-color: #20DB8B;
}
</style>