Shades of Shamrock #21E188
Tints of Shamrock #21E188
RGB
CMYK
RGB Variations
Color information
#21E188 (or 0x21E188) is known color: Shamrock. HEX triplet: 21, E1 and 88. RGB value is (33,225,136). Sum of RGB (Red+Green+Blue) = 33+225+136=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #21E188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E188 is #DE1E77. Grayscale: #9D9D9D. Windows color (decimal): -14556792 or 8970529. OLE color: 8970529.
HSL color Cylindrical-coordinate representation of color #21E188: hue angle of 152.19º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E188 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 136 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.12 |
| HSL | 152.19º | 0.76% | 0.51% | - |
| HSV(B) | 152.19º | 0.85% | 0.88% | - |
| XYZ | 32 | 55.95 | 32.41 | - |
| YUV | 157.45 | 115.89 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 136 | 0.85 | 0 | 0.40 | 0.12 | 152.19 | 0.76 | 0.51 |
| Hex | 21 | E1 | 88 | 55 | 0 | 28 | C | 98 | 4C | 33 |
| Octal | 41 | 341 | 210 | 125 | 0 | 50 | 14 | 230 | 114 | 63 |
| Binary | 100001 | 11100001 | 10001000 | 1010101 | 0 | 101000 | 1100 | 10011000 | 1001100 | 110011 |
Color Harmonies of #21E188
Complementary color
Monochromatic Colors of #21E188
Black with #21E188
Text Example
Text Example
White with #21E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E188; }
p { color: rgb(33,225,136); }
H1.HeaderClassName
{
color: #21E188;
}
.AnyTagClassName
{
color: #21E188;
}
</style>
background-color css
<style>
a { background-color: #21E188; }
a { background-color: rgb(33,225,136); }
div.DivClassName
{
background-color: #21E188;
}
.BgClassName
{
background-color: #21E188;
}
</style>
border-color css
<style>
span { border-color: #21E188; }
span { border-color: rgb(33,225,136); }
td.TdClassName
{
border-color: #21E188;
}
.TagClassName
{
border-color: #21E188;
}
</style>