Shades of Shamrock #21D390
Tints of Shamrock #21D390
RGB
CMYK
RGB Variations
Color information
#21D390 (or 0x21D390) is known color: Shamrock. HEX triplet: 21, D3 and 90. RGB value is (33,211,144). Sum of RGB (Red+Green+Blue) = 33+211+144=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #21D390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D390 is #DE2C6F. Grayscale: #969696. Windows color (decimal): -14560368 or 9491233. OLE color: 9491233.
HSL color Cylindrical-coordinate representation of color #21D390: hue angle of 157.42º 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 #21D390 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 144 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.17 |
| HSL | 157.42º | 0.73% | 0.48% | - |
| HSV(B) | 157.42º | 0.84% | 0.83% | - |
| XYZ | 28.96 | 48.93 | 34.3 | - |
| YUV | 150.14 | 124.53 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 144 | 0.84 | 0 | 0.32 | 0.17 | 157.42 | 0.73 | 0.48 |
| Hex | 21 | D3 | 90 | 54 | 0 | 20 | 11 | 9D | 49 | 30 |
| Octal | 41 | 323 | 220 | 124 | 0 | 40 | 21 | 235 | 111 | 60 |
| Binary | 100001 | 11010011 | 10010000 | 1010100 | 0 | 100000 | 10001 | 10011101 | 1001001 | 110000 |
Color Harmonies of #21D390
Complementary color
Monochromatic Colors of #21D390
Black with #21D390
Text Example
Text Example
White with #21D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D390; }
p { color: rgb(33,211,144); }
H1.HeaderClassName
{
color: #21D390;
}
.AnyTagClassName
{
color: #21D390;
}
</style>
background-color css
<style>
a { background-color: #21D390; }
a { background-color: rgb(33,211,144); }
div.DivClassName
{
background-color: #21D390;
}
.BgClassName
{
background-color: #21D390;
}
</style>
border-color css
<style>
span { border-color: #21D390; }
span { border-color: rgb(33,211,144); }
td.TdClassName
{
border-color: #21D390;
}
.TagClassName
{
border-color: #21D390;
}
</style>