Shades of Shamrock #20DD87
Tints of Shamrock #20DD87
RGB
CMYK
RGB Variations
Color information
#20DD87 (or 0x20DD87) is known color: Shamrock. HEX triplet: 20, DD and 87. RGB value is (32,221,135). Sum of RGB (Red+Green+Blue) = 32+221+135=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DD87 is #DF2278. Grayscale: #9A9A9A. Windows color (decimal): -14623353 or 8903968. OLE color: 8903968.
HSL color Cylindrical-coordinate representation of color #20DD87: hue angle of 152.7º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD87 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 135 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.13 |
| HSL | 152.7º | 0.75% | 0.5% | - |
| HSV(B) | 152.7º | 0.86% | 0.87% | - |
| XYZ | 30.83 | 53.77 | 31.68 | - |
| YUV | 154.69 | 116.88 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 135 | 0.86 | 0 | 0.39 | 0.13 | 152.7 | 0.75 | 0.5 |
| Hex | 20 | DD | 87 | 56 | 0 | 27 | D | 99 | 4B | 32 |
| Octal | 40 | 335 | 207 | 126 | 0 | 47 | 15 | 231 | 113 | 62 |
| Binary | 100000 | 11011101 | 10000111 | 1010110 | 0 | 100111 | 1101 | 10011001 | 1001011 | 110010 |
Color Harmonies of #20DD87
Complementary color
Monochromatic Colors of #20DD87
Black with #20DD87
Text Example
Text Example
White with #20DD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD87; }
p { color: rgb(32,221,135); }
H1.HeaderClassName
{
color: #20DD87;
}
.AnyTagClassName
{
color: #20DD87;
}
</style>
background-color css
<style>
a { background-color: #20DD87; }
a { background-color: rgb(32,221,135); }
div.DivClassName
{
background-color: #20DD87;
}
.BgClassName
{
background-color: #20DD87;
}
</style>
border-color css
<style>
span { border-color: #20DD87; }
span { border-color: rgb(32,221,135); }
td.TdClassName
{
border-color: #20DD87;
}
.TagClassName
{
border-color: #20DD87;
}
</style>