Shades of Shamrock #21DD7B
Tints of Shamrock #21DD7B
RGB
CMYK
RGB Variations
Color information
#21DD7B (or 0x21DD7B) is known color: Shamrock. HEX triplet: 21, DD and 7B. RGB value is (33,221,123). Sum of RGB (Red+Green+Blue) = 33+221+123=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DD7B is #DE2284. Grayscale: #999999. Windows color (decimal): -14557829 or 8117537. OLE color: 8117537.
HSL color Cylindrical-coordinate representation of color #21DD7B: hue angle of 148.72º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD7B is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 123 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.13 |
| HSL | 148.72º | 0.74% | 0.5% | - |
| HSV(B) | 148.72º | 0.85% | 0.87% | - |
| XYZ | 30.06 | 53.47 | 27.47 | - |
| YUV | 153.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 123 | 0.85 | 0 | 0.44 | 0.13 | 148.72 | 0.74 | 0.5 |
| Hex | 21 | DD | 7B | 55 | 0 | 2C | D | 95 | 4A | 32 |
| Octal | 41 | 335 | 173 | 125 | 0 | 54 | 15 | 225 | 112 | 62 |
| Binary | 100001 | 11011101 | 1111011 | 1010101 | 0 | 101100 | 1101 | 10010101 | 1001010 | 110010 |
Color Harmonies of #21DD7B
Complementary color
Monochromatic Colors of #21DD7B
Black with #21DD7B
Text Example
Text Example
White with #21DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD7B; }
p { color: rgb(33,221,123); }
H1.HeaderClassName
{
color: #21DD7B;
}
.AnyTagClassName
{
color: #21DD7B;
}
</style>
background-color css
<style>
a { background-color: #21DD7B; }
a { background-color: rgb(33,221,123); }
div.DivClassName
{
background-color: #21DD7B;
}
.BgClassName
{
background-color: #21DD7B;
}
</style>
border-color css
<style>
span { border-color: #21DD7B; }
span { border-color: rgb(33,221,123); }
td.TdClassName
{
border-color: #21DD7B;
}
.TagClassName
{
border-color: #21DD7B;
}
</style>