Shades of Shamrock #20DD7D
Tints of Shamrock #20DD7D
RGB
CMYK
RGB Variations
Color information
#20DD7D (or 0x20DD7D) is known color: Shamrock. HEX triplet: 20, DD and 7D. RGB value is (32,221,125). Sum of RGB (Red+Green+Blue) = 32+221+125=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD7D is #DF2282. Grayscale: #999999. Windows color (decimal): -14623363 or 8248608. OLE color: 8248608.
HSL color Cylindrical-coordinate representation of color #20DD7D: hue angle of 149.52º 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 #20DD7D is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 125 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.13 |
| HSL | 149.52º | 0.75% | 0.5% | - |
| HSV(B) | 149.52º | 0.86% | 0.87% | - |
| XYZ | 30.15 | 53.5 | 28.14 | - |
| YUV | 153.55 | 111.88 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 125 | 0.86 | 0 | 0.43 | 0.13 | 149.52 | 0.75 | 0.5 |
| Hex | 20 | DD | 7D | 56 | 0 | 2B | D | 96 | 4B | 32 |
| Octal | 40 | 335 | 175 | 126 | 0 | 53 | 15 | 226 | 113 | 62 |
| Binary | 100000 | 11011101 | 1111101 | 1010110 | 0 | 101011 | 1101 | 10010110 | 1001011 | 110010 |
Color Harmonies of #20DD7D
Complementary color
Monochromatic Colors of #20DD7D
Black with #20DD7D
Text Example
Text Example
White with #20DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD7D; }
p { color: rgb(32,221,125); }
H1.HeaderClassName
{
color: #20DD7D;
}
.AnyTagClassName
{
color: #20DD7D;
}
</style>
background-color css
<style>
a { background-color: #20DD7D; }
a { background-color: rgb(32,221,125); }
div.DivClassName
{
background-color: #20DD7D;
}
.BgClassName
{
background-color: #20DD7D;
}
</style>
border-color css
<style>
span { border-color: #20DD7D; }
span { border-color: rgb(32,221,125); }
td.TdClassName
{
border-color: #20DD7D;
}
.TagClassName
{
border-color: #20DD7D;
}
</style>