Shades of Shamrock #21DD9C
Tints of Shamrock #21DD9C
RGB
CMYK
RGB Variations
Color information
#21DD9C (or 0x21DD9C) is known color: Shamrock. HEX triplet: 21, DD and 9C. RGB value is (33,221,156). Sum of RGB (Red+Green+Blue) = 33+221+156=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DD9C is #DE2263. Grayscale: #9D9D9D. Windows color (decimal): -14557796 or 10280225. OLE color: 10280225.
HSL color Cylindrical-coordinate representation of color #21DD9C: hue angle of 159.26º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD9C is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 156 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.13 |
| HSL | 159.26º | 0.74% | 0.5% | - |
| HSV(B) | 159.26º | 0.85% | 0.87% | - |
| XYZ | 32.48 | 54.44 | 40.25 | - |
| YUV | 157.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 156 | 0.85 | 0 | 0.29 | 0.13 | 159.26 | 0.74 | 0.5 |
| Hex | 21 | DD | 9C | 55 | 0 | 1D | D | 9F | 4A | 32 |
| Octal | 41 | 335 | 234 | 125 | 0 | 35 | 15 | 237 | 112 | 62 |
| Binary | 100001 | 11011101 | 10011100 | 1010101 | 0 | 11101 | 1101 | 10011111 | 1001010 | 110010 |
Color Harmonies of #21DD9C
Complementary color
Monochromatic Colors of #21DD9C
Black with #21DD9C
Text Example
Text Example
White with #21DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD9C; }
p { color: rgb(33,221,156); }
H1.HeaderClassName
{
color: #21DD9C;
}
.AnyTagClassName
{
color: #21DD9C;
}
</style>
background-color css
<style>
a { background-color: #21DD9C; }
a { background-color: rgb(33,221,156); }
div.DivClassName
{
background-color: #21DD9C;
}
.BgClassName
{
background-color: #21DD9C;
}
</style>
border-color css
<style>
span { border-color: #21DD9C; }
span { border-color: rgb(33,221,156); }
td.TdClassName
{
border-color: #21DD9C;
}
.TagClassName
{
border-color: #21DD9C;
}
</style>