Shades of Shamrock #21D490
Tints of Shamrock #21D490
RGB
CMYK
RGB Variations
Color information
#21D490 (or 0x21D490) is known color: Shamrock. HEX triplet: 21, D4 and 90. RGB value is (33,212,144). Sum of RGB (Red+Green+Blue) = 33+212+144=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #21D490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D490 is #DE2B6F. Grayscale: #969696. Windows color (decimal): -14560112 or 9491489. OLE color: 9491489.
HSL color Cylindrical-coordinate representation of color #21D490: hue angle of 157.21º 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 #21D490 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 144 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.17 |
| HSL | 157.21º | 0.73% | 0.48% | - |
| HSV(B) | 157.21º | 0.84% | 0.83% | - |
| XYZ | 29.2 | 49.42 | 34.39 | - |
| YUV | 150.73 | 124.2 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 144 | 0.84 | 0 | 0.32 | 0.17 | 157.21 | 0.73 | 0.48 |
| Hex | 21 | D4 | 90 | 54 | 0 | 20 | 11 | 9D | 49 | 30 |
| Octal | 41 | 324 | 220 | 124 | 0 | 40 | 21 | 235 | 111 | 60 |
| Binary | 100001 | 11010100 | 10010000 | 1010100 | 0 | 100000 | 10001 | 10011101 | 1001001 | 110000 |
Color Harmonies of #21D490
Complementary color
Monochromatic Colors of #21D490
Black with #21D490
Text Example
Text Example
White with #21D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D490; }
p { color: rgb(33,212,144); }
H1.HeaderClassName
{
color: #21D490;
}
.AnyTagClassName
{
color: #21D490;
}
</style>
background-color css
<style>
a { background-color: #21D490; }
a { background-color: rgb(33,212,144); }
div.DivClassName
{
background-color: #21D490;
}
.BgClassName
{
background-color: #21D490;
}
</style>
border-color css
<style>
span { border-color: #21D490; }
span { border-color: rgb(33,212,144); }
td.TdClassName
{
border-color: #21D490;
}
.TagClassName
{
border-color: #21D490;
}
</style>