Shades of Shamrock #21D593
Tints of Shamrock #21D593
RGB
CMYK
RGB Variations
Color information
#21D593 (or 0x21D593) is known color: Shamrock. HEX triplet: 21, D5 and 93. RGB value is (33,213,147). Sum of RGB (Red+Green+Blue) = 33+213+147=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #21D593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D593 is #DE2A6C. Grayscale: #979797. Windows color (decimal): -14559853 or 9688353. OLE color: 9688353.
HSL color Cylindrical-coordinate representation of color #21D593: hue angle of 158º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D593 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 147 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.16 |
| HSL | 158º | 0.73% | 0.48% | - |
| HSV(B) | 158º | 0.85% | 0.84% | - |
| XYZ | 29.69 | 50.02 | 35.69 | - |
| YUV | 151.66 | 125.37 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 147 | 0.85 | 0 | 0.31 | 0.16 | 158 | 0.73 | 0.48 |
| Hex | 21 | D5 | 93 | 55 | 0 | 1F | 10 | 9E | 49 | 30 |
| Octal | 41 | 325 | 223 | 125 | 0 | 37 | 20 | 236 | 111 | 60 |
| Binary | 100001 | 11010101 | 10010011 | 1010101 | 0 | 11111 | 10000 | 10011110 | 1001001 | 110000 |
Color Harmonies of #21D593
Complementary color
Monochromatic Colors of #21D593
Black with #21D593
Text Example
Text Example
White with #21D593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D593; }
p { color: rgb(33,213,147); }
H1.HeaderClassName
{
color: #21D593;
}
.AnyTagClassName
{
color: #21D593;
}
</style>
background-color css
<style>
a { background-color: #21D593; }
a { background-color: rgb(33,213,147); }
div.DivClassName
{
background-color: #21D593;
}
.BgClassName
{
background-color: #21D593;
}
</style>
border-color css
<style>
span { border-color: #21D593; }
span { border-color: rgb(33,213,147); }
td.TdClassName
{
border-color: #21D593;
}
.TagClassName
{
border-color: #21D593;
}
</style>