Shades of Shamrock #21E197
Tints of Shamrock #21E197
RGB
CMYK
RGB Variations
Color information
#21E197 (or 0x21E197) is known color: Shamrock. HEX triplet: 21, E1 and 97. RGB value is (33,225,151). Sum of RGB (Red+Green+Blue) = 33+225+151=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #21E197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E197 is #DE1E68. Grayscale: #9F9F9F. Windows color (decimal): -14556777 or 9953569. OLE color: 9953569.
HSL color Cylindrical-coordinate representation of color #21E197: hue angle of 156.88º 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 #21E197 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 151 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.12 |
| HSL | 156.88º | 0.76% | 0.51% | - |
| HSV(B) | 156.88º | 0.85% | 0.88% | - |
| XYZ | 33.14 | 56.41 | 38.42 | - |
| YUV | 159.16 | 123.39 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 151 | 0.85 | 0 | 0.33 | 0.12 | 156.88 | 0.76 | 0.51 |
| Hex | 21 | E1 | 97 | 55 | 0 | 21 | C | 9D | 4C | 33 |
| Octal | 41 | 341 | 227 | 125 | 0 | 41 | 14 | 235 | 114 | 63 |
| Binary | 100001 | 11100001 | 10010111 | 1010101 | 0 | 100001 | 1100 | 10011101 | 1001100 | 110011 |
Color Harmonies of #21E197
Complementary color
Monochromatic Colors of #21E197
Black with #21E197
Text Example
Text Example
White with #21E197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E197; }
p { color: rgb(33,225,151); }
H1.HeaderClassName
{
color: #21E197;
}
.AnyTagClassName
{
color: #21E197;
}
</style>
background-color css
<style>
a { background-color: #21E197; }
a { background-color: rgb(33,225,151); }
div.DivClassName
{
background-color: #21E197;
}
.BgClassName
{
background-color: #21E197;
}
</style>
border-color css
<style>
span { border-color: #21E197; }
span { border-color: rgb(33,225,151); }
td.TdClassName
{
border-color: #21E197;
}
.TagClassName
{
border-color: #21E197;
}
</style>