Shades of Shamrock #21D492
Tints of Shamrock #21D492
RGB
CMYK
RGB Variations
Color information
#21D492 (or 0x21D492) is known color: Shamrock. HEX triplet: 21, D4 and 92. RGB value is (33,212,146). Sum of RGB (Red+Green+Blue) = 33+212+146=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #21D492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D492 is #DE2B6D. Grayscale: #979797. Windows color (decimal): -14560110 or 9622561. OLE color: 9622561.
HSL color Cylindrical-coordinate representation of color #21D492: hue angle of 157.88º 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 #21D492 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 146 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.17 |
| HSL | 157.88º | 0.73% | 0.48% | - |
| HSV(B) | 157.88º | 0.84% | 0.83% | - |
| XYZ | 29.36 | 49.49 | 35.2 | - |
| YUV | 150.96 | 125.2 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 146 | 0.84 | 0 | 0.31 | 0.17 | 157.88 | 0.73 | 0.48 |
| Hex | 21 | D4 | 92 | 54 | 0 | 1F | 11 | 9E | 49 | 30 |
| Octal | 41 | 324 | 222 | 124 | 0 | 37 | 21 | 236 | 111 | 60 |
| Binary | 100001 | 11010100 | 10010010 | 1010100 | 0 | 11111 | 10001 | 10011110 | 1001001 | 110000 |
Color Harmonies of #21D492
Complementary color
Monochromatic Colors of #21D492
Black with #21D492
Text Example
Text Example
White with #21D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D492; }
p { color: rgb(33,212,146); }
H1.HeaderClassName
{
color: #21D492;
}
.AnyTagClassName
{
color: #21D492;
}
</style>
background-color css
<style>
a { background-color: #21D492; }
a { background-color: rgb(33,212,146); }
div.DivClassName
{
background-color: #21D492;
}
.BgClassName
{
background-color: #21D492;
}
</style>
border-color css
<style>
span { border-color: #21D492; }
span { border-color: rgb(33,212,146); }
td.TdClassName
{
border-color: #21D492;
}
.TagClassName
{
border-color: #21D492;
}
</style>