Shades of Shamrock #20DD8C
Tints of Shamrock #20DD8C
RGB
CMYK
RGB Variations
Color information
#20DD8C (or 0x20DD8C) is known color: Shamrock. HEX triplet: 20, DD and 8C. RGB value is (32,221,140). Sum of RGB (Red+Green+Blue) = 32+221+140=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DD8C is #DF2273. Grayscale: #9B9B9B. Windows color (decimal): -14623348 or 9231648. OLE color: 9231648.
HSL color Cylindrical-coordinate representation of color #20DD8C: hue angle of 154.29º 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 #20DD8C is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 140 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.13 |
| HSL | 154.29º | 0.75% | 0.5% | - |
| HSV(B) | 154.29º | 0.86% | 0.87% | - |
| XYZ | 31.19 | 53.91 | 33.57 | - |
| YUV | 155.26 | 119.38 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 140 | 0.86 | 0 | 0.37 | 0.13 | 154.29 | 0.75 | 0.5 |
| Hex | 20 | DD | 8C | 56 | 0 | 25 | D | 9A | 4B | 32 |
| Octal | 40 | 335 | 214 | 126 | 0 | 45 | 15 | 232 | 113 | 62 |
| Binary | 100000 | 11011101 | 10001100 | 1010110 | 0 | 100101 | 1101 | 10011010 | 1001011 | 110010 |
Color Harmonies of #20DD8C
Complementary color
Monochromatic Colors of #20DD8C
Black with #20DD8C
Text Example
Text Example
White with #20DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD8C; }
p { color: rgb(32,221,140); }
H1.HeaderClassName
{
color: #20DD8C;
}
.AnyTagClassName
{
color: #20DD8C;
}
</style>
background-color css
<style>
a { background-color: #20DD8C; }
a { background-color: rgb(32,221,140); }
div.DivClassName
{
background-color: #20DD8C;
}
.BgClassName
{
background-color: #20DD8C;
}
</style>
border-color css
<style>
span { border-color: #20DD8C; }
span { border-color: rgb(32,221,140); }
td.TdClassName
{
border-color: #20DD8C;
}
.TagClassName
{
border-color: #20DD8C;
}
</style>