Shades of Shamrock #20DC88
Tints of Shamrock #20DC88
RGB
CMYK
RGB Variations
Color information
#20DC88 (or 0x20DC88) is known color: Shamrock. HEX triplet: 20, DC and 88. RGB value is (32,220,136). Sum of RGB (Red+Green+Blue) = 32+220+136=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DC88 is #DF2377. Grayscale: #9A9A9A. Windows color (decimal): -14623608 or 8969248. OLE color: 8969248.
HSL color Cylindrical-coordinate representation of color #20DC88: hue angle of 153.19º 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 #20DC88 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 136 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.14 |
| HSL | 153.19º | 0.75% | 0.49% | - |
| HSV(B) | 153.19º | 0.85% | 0.86% | - |
| XYZ | 30.63 | 53.27 | 31.96 | - |
| YUV | 154.21 | 117.72 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 136 | 0.85 | 0 | 0.38 | 0.14 | 153.19 | 0.75 | 0.49 |
| Hex | 20 | DC | 88 | 55 | 0 | 26 | E | 99 | 4B | 31 |
| Octal | 40 | 334 | 210 | 125 | 0 | 46 | 16 | 231 | 113 | 61 |
| Binary | 100000 | 11011100 | 10001000 | 1010101 | 0 | 100110 | 1110 | 10011001 | 1001011 | 110001 |
Color Harmonies of #20DC88
Complementary color
Monochromatic Colors of #20DC88
Black with #20DC88
Text Example
Text Example
White with #20DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC88; }
p { color: rgb(32,220,136); }
H1.HeaderClassName
{
color: #20DC88;
}
.AnyTagClassName
{
color: #20DC88;
}
</style>
background-color css
<style>
a { background-color: #20DC88; }
a { background-color: rgb(32,220,136); }
div.DivClassName
{
background-color: #20DC88;
}
.BgClassName
{
background-color: #20DC88;
}
</style>
border-color css
<style>
span { border-color: #20DC88; }
span { border-color: rgb(32,220,136); }
td.TdClassName
{
border-color: #20DC88;
}
.TagClassName
{
border-color: #20DC88;
}
</style>