Shades of Shamrock #21DC7A
Tints of Shamrock #21DC7A
RGB
CMYK
RGB Variations
Color information
#21DC7A (or 0x21DC7A) is known color: Shamrock. HEX triplet: 21, DC and 7A. RGB value is (33,220,122). Sum of RGB (Red+Green+Blue) = 33+220+122=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DC7A is #DE2385. Grayscale: #999999. Windows color (decimal): -14558086 or 8051745. OLE color: 8051745.
HSL color Cylindrical-coordinate representation of color #21DC7A: hue angle of 148.56º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC7A is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 122 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.14 |
| HSL | 148.56º | 0.74% | 0.5% | - |
| HSV(B) | 148.56º | 0.85% | 0.86% | - |
| XYZ | 29.73 | 52.91 | 27.06 | - |
| YUV | 152.92 | 110.55 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 122 | 0.85 | 0 | 0.45 | 0.14 | 148.56 | 0.74 | 0.5 |
| Hex | 21 | DC | 7A | 55 | 0 | 2D | E | 95 | 4A | 32 |
| Octal | 41 | 334 | 172 | 125 | 0 | 55 | 16 | 225 | 112 | 62 |
| Binary | 100001 | 11011100 | 1111010 | 1010101 | 0 | 101101 | 1110 | 10010101 | 1001010 | 110010 |
Color Harmonies of #21DC7A
Complementary color
Monochromatic Colors of #21DC7A
Black with #21DC7A
Text Example
Text Example
White with #21DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC7A; }
p { color: rgb(33,220,122); }
H1.HeaderClassName
{
color: #21DC7A;
}
.AnyTagClassName
{
color: #21DC7A;
}
</style>
background-color css
<style>
a { background-color: #21DC7A; }
a { background-color: rgb(33,220,122); }
div.DivClassName
{
background-color: #21DC7A;
}
.BgClassName
{
background-color: #21DC7A;
}
</style>
border-color css
<style>
span { border-color: #21DC7A; }
span { border-color: rgb(33,220,122); }
td.TdClassName
{
border-color: #21DC7A;
}
.TagClassName
{
border-color: #21DC7A;
}
</style>