Shades of Shamrock #20D982
Tints of Shamrock #20D982
RGB
CMYK
RGB Variations
Color information
#20D982 (or 0x20D982) is known color: Shamrock. HEX triplet: 20, D9 and 82. RGB value is (32,217,130). Sum of RGB (Red+Green+Blue) = 32+217+130=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #20D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D982 is #DF267D. Grayscale: #979797. Windows color (decimal): -14624382 or 8575264. OLE color: 8575264.
HSL color Cylindrical-coordinate representation of color #20D982: hue angle of 151.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D982 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 130 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.15 |
| HSL | 151.78º | 0.74% | 0.49% | - |
| HSV(B) | 151.78º | 0.85% | 0.85% | - |
| XYZ | 29.44 | 51.54 | 29.52 | - |
| YUV | 151.77 | 115.71 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 130 | 0.85 | 0 | 0.40 | 0.15 | 151.78 | 0.74 | 0.49 |
| Hex | 20 | D9 | 82 | 55 | 0 | 28 | F | 98 | 4A | 31 |
| Octal | 40 | 331 | 202 | 125 | 0 | 50 | 17 | 230 | 112 | 61 |
| Binary | 100000 | 11011001 | 10000010 | 1010101 | 0 | 101000 | 1111 | 10011000 | 1001010 | 110001 |
Color Harmonies of #20D982
Complementary color
Monochromatic Colors of #20D982
Black with #20D982
Text Example
Text Example
White with #20D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D982; }
p { color: rgb(32,217,130); }
H1.HeaderClassName
{
color: #20D982;
}
.AnyTagClassName
{
color: #20D982;
}
</style>
background-color css
<style>
a { background-color: #20D982; }
a { background-color: rgb(32,217,130); }
div.DivClassName
{
background-color: #20D982;
}
.BgClassName
{
background-color: #20D982;
}
</style>
border-color css
<style>
span { border-color: #20D982; }
span { border-color: rgb(32,217,130); }
td.TdClassName
{
border-color: #20D982;
}
.TagClassName
{
border-color: #20D982;
}
</style>