Shades of Shamrock #21DD86
Tints of Shamrock #21DD86
RGB
CMYK
RGB Variations
Color information
#21DD86 (or 0x21DD86) is known color: Shamrock. HEX triplet: 21, DD and 86. RGB value is (33,221,134). Sum of RGB (Red+Green+Blue) = 33+221+134=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DD86 is #DE2279. Grayscale: #9B9B9B. Windows color (decimal): -14557818 or 8838433. OLE color: 8838433.
HSL color Cylindrical-coordinate representation of color #21DD86: hue angle of 152.23º 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 #21DD86 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 134 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.13 |
| HSL | 152.23º | 0.74% | 0.5% | - |
| HSV(B) | 152.23º | 0.85% | 0.87% | - |
| XYZ | 30.79 | 53.76 | 31.31 | - |
| YUV | 154.87 | 116.22 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 134 | 0.85 | 0 | 0.39 | 0.13 | 152.23 | 0.74 | 0.5 |
| Hex | 21 | DD | 86 | 55 | 0 | 27 | D | 98 | 4A | 32 |
| Octal | 41 | 335 | 206 | 125 | 0 | 47 | 15 | 230 | 112 | 62 |
| Binary | 100001 | 11011101 | 10000110 | 1010101 | 0 | 100111 | 1101 | 10011000 | 1001010 | 110010 |
Color Harmonies of #21DD86
Complementary color
Monochromatic Colors of #21DD86
Black with #21DD86
Text Example
Text Example
White with #21DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD86; }
p { color: rgb(33,221,134); }
H1.HeaderClassName
{
color: #21DD86;
}
.AnyTagClassName
{
color: #21DD86;
}
</style>
background-color css
<style>
a { background-color: #21DD86; }
a { background-color: rgb(33,221,134); }
div.DivClassName
{
background-color: #21DD86;
}
.BgClassName
{
background-color: #21DD86;
}
</style>
border-color css
<style>
span { border-color: #21DD86; }
span { border-color: rgb(33,221,134); }
td.TdClassName
{
border-color: #21DD86;
}
.TagClassName
{
border-color: #21DD86;
}
</style>