Shades of Shamrock #21D48E
Tints of Shamrock #21D48E
RGB
CMYK
RGB Variations
Color information
#21D48E (or 0x21D48E) is known color: Shamrock. HEX triplet: 21, D4 and 8E. RGB value is (33,212,142). Sum of RGB (Red+Green+Blue) = 33+212+142=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #21D48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D48E is #DE2B71. Grayscale: #969696. Windows color (decimal): -14560114 or 9360417. OLE color: 9360417.
HSL color Cylindrical-coordinate representation of color #21D48E: hue angle of 156.54º 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 #21D48E is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 142 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.17 |
| HSL | 156.54º | 0.73% | 0.48% | - |
| HSV(B) | 156.54º | 0.84% | 0.83% | - |
| XYZ | 29.05 | 49.36 | 33.59 | - |
| YUV | 150.5 | 123.2 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 142 | 0.84 | 0 | 0.33 | 0.17 | 156.54 | 0.73 | 0.48 |
| Hex | 21 | D4 | 8E | 54 | 0 | 21 | 11 | 9D | 49 | 30 |
| Octal | 41 | 324 | 216 | 124 | 0 | 41 | 21 | 235 | 111 | 60 |
| Binary | 100001 | 11010100 | 10001110 | 1010100 | 0 | 100001 | 10001 | 10011101 | 1001001 | 110000 |
Color Harmonies of #21D48E
Complementary color
Monochromatic Colors of #21D48E
Black with #21D48E
Text Example
Text Example
White with #21D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D48E; }
p { color: rgb(33,212,142); }
H1.HeaderClassName
{
color: #21D48E;
}
.AnyTagClassName
{
color: #21D48E;
}
</style>
background-color css
<style>
a { background-color: #21D48E; }
a { background-color: rgb(33,212,142); }
div.DivClassName
{
background-color: #21D48E;
}
.BgClassName
{
background-color: #21D48E;
}
</style>
border-color css
<style>
span { border-color: #21D48E; }
span { border-color: rgb(33,212,142); }
td.TdClassName
{
border-color: #21D48E;
}
.TagClassName
{
border-color: #21D48E;
}
</style>