Shades of Shamrock #21D995
Tints of Shamrock #21D995
RGB
CMYK
RGB Variations
Color information
#21D995 (or 0x21D995) is known color: Shamrock. HEX triplet: 21, D9 and 95. RGB value is (33,217,149). Sum of RGB (Red+Green+Blue) = 33+217+149=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #21D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D995 is #DE266A. Grayscale: #9A9A9A. Windows color (decimal): -14558827 or 9820449. OLE color: 9820449.
HSL color Cylindrical-coordinate representation of color #21D995: hue angle of 157.83º 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 #21D995 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 149 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.15 |
| HSL | 157.83º | 0.74% | 0.49% | - |
| HSV(B) | 157.83º | 0.85% | 0.85% | - |
| XYZ | 30.86 | 52.12 | 36.87 | - |
| YUV | 154.23 | 125.04 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 149 | 0.85 | 0 | 0.31 | 0.15 | 157.83 | 0.74 | 0.49 |
| Hex | 21 | D9 | 95 | 55 | 0 | 1F | F | 9E | 4A | 31 |
| Octal | 41 | 331 | 225 | 125 | 0 | 37 | 17 | 236 | 112 | 61 |
| Binary | 100001 | 11011001 | 10010101 | 1010101 | 0 | 11111 | 1111 | 10011110 | 1001010 | 110001 |
Color Harmonies of #21D995
Complementary color
Monochromatic Colors of #21D995
Black with #21D995
Text Example
Text Example
White with #21D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D995; }
p { color: rgb(33,217,149); }
H1.HeaderClassName
{
color: #21D995;
}
.AnyTagClassName
{
color: #21D995;
}
</style>
background-color css
<style>
a { background-color: #21D995; }
a { background-color: rgb(33,217,149); }
div.DivClassName
{
background-color: #21D995;
}
.BgClassName
{
background-color: #21D995;
}
</style>
border-color css
<style>
span { border-color: #21D995; }
span { border-color: rgb(33,217,149); }
td.TdClassName
{
border-color: #21D995;
}
.TagClassName
{
border-color: #21D995;
}
</style>