Shades of Shamrock #21D987
Tints of Shamrock #21D987
RGB
CMYK
RGB Variations
Color information
#21D987 (or 0x21D987) is known color: Shamrock. HEX triplet: 21, D9 and 87. RGB value is (33,217,135). Sum of RGB (Red+Green+Blue) = 33+217+135=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #21D987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D987 is #DE2678. Grayscale: #989898. Windows color (decimal): -14558841 or 8902945. OLE color: 8902945.
HSL color Cylindrical-coordinate representation of color #21D987: hue angle of 153.26º 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 #21D987 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 135 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.15 |
| HSL | 153.26º | 0.74% | 0.49% | - |
| HSV(B) | 153.26º | 0.85% | 0.85% | - |
| XYZ | 29.81 | 51.7 | 31.33 | - |
| YUV | 152.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 135 | 0.85 | 0 | 0.38 | 0.15 | 153.26 | 0.74 | 0.49 |
| Hex | 21 | D9 | 87 | 55 | 0 | 26 | F | 99 | 4A | 31 |
| Octal | 41 | 331 | 207 | 125 | 0 | 46 | 17 | 231 | 112 | 61 |
| Binary | 100001 | 11011001 | 10000111 | 1010101 | 0 | 100110 | 1111 | 10011001 | 1001010 | 110001 |
Color Harmonies of #21D987
Complementary color
Monochromatic Colors of #21D987
Black with #21D987
Text Example
Text Example
White with #21D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D987; }
p { color: rgb(33,217,135); }
H1.HeaderClassName
{
color: #21D987;
}
.AnyTagClassName
{
color: #21D987;
}
</style>
background-color css
<style>
a { background-color: #21D987; }
a { background-color: rgb(33,217,135); }
div.DivClassName
{
background-color: #21D987;
}
.BgClassName
{
background-color: #21D987;
}
</style>
border-color css
<style>
span { border-color: #21D987; }
span { border-color: rgb(33,217,135); }
td.TdClassName
{
border-color: #21D987;
}
.TagClassName
{
border-color: #21D987;
}
</style>