Shades of Shamrock #21D2A5
Tints of Shamrock #21D2A5
RGB
CMYK
RGB Variations
Color information
#21D2A5 (or 0x21D2A5) is known color: Shamrock. HEX triplet: 21, D2 and A5. RGB value is (33,210,165). Sum of RGB (Red+Green+Blue) = 33+210+165=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #21D2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D2A5 is #DE2D5A. Grayscale: #979797. Windows color (decimal): -14560603 or 10867233. OLE color: 10867233.
HSL color Cylindrical-coordinate representation of color #21D2A5: hue angle of 164.75º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D2A5 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 165 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.18 |
| HSL | 164.75º | 0.73% | 0.48% | - |
| HSV(B) | 164.75º | 0.84% | 0.82% | - |
| XYZ | 30.47 | 49.13 | 43.48 | - |
| YUV | 151.95 | 135.36 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 165 | 0.84 | 0 | 0.21 | 0.18 | 164.75 | 0.73 | 0.48 |
| Hex | 21 | D2 | A5 | 54 | 0 | 15 | 12 | A5 | 49 | 30 |
| Octal | 41 | 322 | 245 | 124 | 0 | 25 | 22 | 245 | 111 | 60 |
| Binary | 100001 | 11010010 | 10100101 | 1010100 | 0 | 10101 | 10010 | 10100101 | 1001001 | 110000 |
Color Harmonies of #21D2A5
Complementary color
Monochromatic Colors of #21D2A5
Black with #21D2A5
Text Example
Text Example
White with #21D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D2A5; }
p { color: rgb(33,210,165); }
H1.HeaderClassName
{
color: #21D2A5;
}
.AnyTagClassName
{
color: #21D2A5;
}
</style>
background-color css
<style>
a { background-color: #21D2A5; }
a { background-color: rgb(33,210,165); }
div.DivClassName
{
background-color: #21D2A5;
}
.BgClassName
{
background-color: #21D2A5;
}
</style>
border-color css
<style>
span { border-color: #21D2A5; }
span { border-color: rgb(33,210,165); }
td.TdClassName
{
border-color: #21D2A5;
}
.TagClassName
{
border-color: #21D2A5;
}
</style>