Shades of Shamrock #21E491
Tints of Shamrock #21E491
RGB
CMYK
RGB Variations
Color information
#21E491 (or 0x21E491) is known color: Shamrock. HEX triplet: 21, E4 and 91. RGB value is (33,228,145). Sum of RGB (Red+Green+Blue) = 33+228+145=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #21E491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E491 is #DE1B6E. Grayscale: #A0A0A0. Windows color (decimal): -14556015 or 9561121. OLE color: 9561121.
HSL color Cylindrical-coordinate representation of color #21E491: hue angle of 154.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E491 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 145 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.11 |
| HSL | 154.46º | 0.78% | 0.51% | - |
| HSV(B) | 154.46º | 0.86% | 0.89% | - |
| XYZ | 33.48 | 57.85 | 36.19 | - |
| YUV | 160.23 | 119.4 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 145 | 0.86 | 0 | 0.36 | 0.11 | 154.46 | 0.78 | 0.51 |
| Hex | 21 | E4 | 91 | 56 | 0 | 24 | B | 9A | 4E | 33 |
| Octal | 41 | 344 | 221 | 126 | 0 | 44 | 13 | 232 | 116 | 63 |
| Binary | 100001 | 11100100 | 10010001 | 1010110 | 0 | 100100 | 1011 | 10011010 | 1001110 | 110011 |
Color Harmonies of #21E491
Complementary color
Monochromatic Colors of #21E491
Black with #21E491
Text Example
Text Example
White with #21E491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E491; }
p { color: rgb(33,228,145); }
H1.HeaderClassName
{
color: #21E491;
}
.AnyTagClassName
{
color: #21E491;
}
</style>
background-color css
<style>
a { background-color: #21E491; }
a { background-color: rgb(33,228,145); }
div.DivClassName
{
background-color: #21E491;
}
.BgClassName
{
background-color: #21E491;
}
</style>
border-color css
<style>
span { border-color: #21E491; }
span { border-color: rgb(33,228,145); }
td.TdClassName
{
border-color: #21E491;
}
.TagClassName
{
border-color: #21E491;
}
</style>