Shades of Shamrock #21DD87
Tints of Shamrock #21DD87
RGB
CMYK
RGB Variations
Color information
#21DD87 (or 0x21DD87) is known color: Shamrock. HEX triplet: 21, DD and 87. RGB value is (33,221,135). Sum of RGB (Red+Green+Blue) = 33+221+135=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DD87 is #DE2278. Grayscale: #9B9B9B. Windows color (decimal): -14557817 or 8903969. OLE color: 8903969.
HSL color Cylindrical-coordinate representation of color #21DD87: hue angle of 152.55º 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 #21DD87 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 135 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.13 |
| HSL | 152.55º | 0.74% | 0.5% | - |
| HSV(B) | 152.55º | 0.85% | 0.87% | - |
| XYZ | 30.86 | 53.79 | 31.68 | - |
| YUV | 154.98 | 116.72 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 135 | 0.85 | 0 | 0.39 | 0.13 | 152.55 | 0.74 | 0.5 |
| Hex | 21 | DD | 87 | 55 | 0 | 27 | D | 99 | 4A | 32 |
| Octal | 41 | 335 | 207 | 125 | 0 | 47 | 15 | 231 | 112 | 62 |
| Binary | 100001 | 11011101 | 10000111 | 1010101 | 0 | 100111 | 1101 | 10011001 | 1001010 | 110010 |
Color Harmonies of #21DD87
Complementary color
Monochromatic Colors of #21DD87
Black with #21DD87
Text Example
Text Example
White with #21DD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD87; }
p { color: rgb(33,221,135); }
H1.HeaderClassName
{
color: #21DD87;
}
.AnyTagClassName
{
color: #21DD87;
}
</style>
background-color css
<style>
a { background-color: #21DD87; }
a { background-color: rgb(33,221,135); }
div.DivClassName
{
background-color: #21DD87;
}
.BgClassName
{
background-color: #21DD87;
}
</style>
border-color css
<style>
span { border-color: #21DD87; }
span { border-color: rgb(33,221,135); }
td.TdClassName
{
border-color: #21DD87;
}
.TagClassName
{
border-color: #21DD87;
}
</style>