Shades of Shamrock #21E199
Tints of Shamrock #21E199
RGB
CMYK
RGB Variations
Color information
#21E199 (or 0x21E199) is known color: Shamrock. HEX triplet: 21, E1 and 99. RGB value is (33,225,153). Sum of RGB (Red+Green+Blue) = 33+225+153=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #21E199 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E199 is #DE1E66. Grayscale: #9F9F9F. Windows color (decimal): -14556775 or 10084641. OLE color: 10084641.
HSL color Cylindrical-coordinate representation of color #21E199: hue angle of 157.5º 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 #21E199 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 153 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.12 |
| HSL | 157.5º | 0.76% | 0.51% | - |
| HSV(B) | 157.5º | 0.85% | 0.88% | - |
| XYZ | 33.3 | 56.47 | 39.28 | - |
| YUV | 159.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 153 | 0.85 | 0 | 0.32 | 0.12 | 157.5 | 0.76 | 0.51 |
| Hex | 21 | E1 | 99 | 55 | 0 | 20 | C | 9E | 4C | 33 |
| Octal | 41 | 341 | 231 | 125 | 0 | 40 | 14 | 236 | 114 | 63 |
| Binary | 100001 | 11100001 | 10011001 | 1010101 | 0 | 100000 | 1100 | 10011110 | 1001100 | 110011 |
Color Harmonies of #21E199
Complementary color
Monochromatic Colors of #21E199
Black with #21E199
Text Example
Text Example
White with #21E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E199; }
p { color: rgb(33,225,153); }
H1.HeaderClassName
{
color: #21E199;
}
.AnyTagClassName
{
color: #21E199;
}
</style>
background-color css
<style>
a { background-color: #21E199; }
a { background-color: rgb(33,225,153); }
div.DivClassName
{
background-color: #21E199;
}
.BgClassName
{
background-color: #21E199;
}
</style>
border-color css
<style>
span { border-color: #21E199; }
span { border-color: rgb(33,225,153); }
td.TdClassName
{
border-color: #21E199;
}
.TagClassName
{
border-color: #21E199;
}
</style>