Shades of Shamrock #21D49F
Tints of Shamrock #21D49F
RGB
CMYK
RGB Variations
Color information
#21D49F (or 0x21D49F) is known color: Shamrock. HEX triplet: 21, D4 and 9F. RGB value is (33,212,159). Sum of RGB (Red+Green+Blue) = 33+212+159=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #21D49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D49F is #DE2B60. Grayscale: #989898. Windows color (decimal): -14560097 or 10474529. OLE color: 10474529.
HSL color Cylindrical-coordinate representation of color #21D49F: hue angle of 162.23º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D49F is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 159 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.17 |
| HSL | 162.23º | 0.73% | 0.48% | - |
| HSV(B) | 162.23º | 0.84% | 0.83% | - |
| XYZ | 30.43 | 49.91 | 40.83 | - |
| YUV | 152.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 159 | 0.84 | 0 | 0.25 | 0.17 | 162.23 | 0.73 | 0.48 |
| Hex | 21 | D4 | 9F | 54 | 0 | 19 | 11 | A2 | 49 | 30 |
| Octal | 41 | 324 | 237 | 124 | 0 | 31 | 21 | 242 | 111 | 60 |
| Binary | 100001 | 11010100 | 10011111 | 1010100 | 0 | 11001 | 10001 | 10100010 | 1001001 | 110000 |
Color Harmonies of #21D49F
Complementary color
Monochromatic Colors of #21D49F
Black with #21D49F
Text Example
Text Example
White with #21D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D49F; }
p { color: rgb(33,212,159); }
H1.HeaderClassName
{
color: #21D49F;
}
.AnyTagClassName
{
color: #21D49F;
}
</style>
background-color css
<style>
a { background-color: #21D49F; }
a { background-color: rgb(33,212,159); }
div.DivClassName
{
background-color: #21D49F;
}
.BgClassName
{
background-color: #21D49F;
}
</style>
border-color css
<style>
span { border-color: #21D49F; }
span { border-color: rgb(33,212,159); }
td.TdClassName
{
border-color: #21D49F;
}
.TagClassName
{
border-color: #21D49F;
}
</style>