Shades of Shamrock #21DF7D
Tints of Shamrock #21DF7D
RGB
CMYK
RGB Variations
Color information
#21DF7D (or 0x21DF7D) is known color: Shamrock. HEX triplet: 21, DF and 7D. RGB value is (33,223,125). Sum of RGB (Red+Green+Blue) = 33+223+125=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF7D is #DE2082. Grayscale: #9B9B9B. Windows color (decimal): -14557315 or 8249121. OLE color: 8249121.
HSL color Cylindrical-coordinate representation of color #21DF7D: hue angle of 149.05º degrees, saturation: 0.75, 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 #21DF7D is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 125 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.13 |
| HSL | 149.05º | 0.75% | 0.5% | - |
| HSV(B) | 149.05º | 0.85% | 0.87% | - |
| XYZ | 30.72 | 54.58 | 28.32 | - |
| YUV | 155.02 | 111.05 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 125 | 0.85 | 0 | 0.44 | 0.13 | 149.05 | 0.75 | 0.5 |
| Hex | 21 | DF | 7D | 55 | 0 | 2C | D | 95 | 4B | 32 |
| Octal | 41 | 337 | 175 | 125 | 0 | 54 | 15 | 225 | 113 | 62 |
| Binary | 100001 | 11011111 | 1111101 | 1010101 | 0 | 101100 | 1101 | 10010101 | 1001011 | 110010 |
Color Harmonies of #21DF7D
Complementary color
Monochromatic Colors of #21DF7D
Black with #21DF7D
Text Example
Text Example
White with #21DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF7D; }
p { color: rgb(33,223,125); }
H1.HeaderClassName
{
color: #21DF7D;
}
.AnyTagClassName
{
color: #21DF7D;
}
</style>
background-color css
<style>
a { background-color: #21DF7D; }
a { background-color: rgb(33,223,125); }
div.DivClassName
{
background-color: #21DF7D;
}
.BgClassName
{
background-color: #21DF7D;
}
</style>
border-color css
<style>
span { border-color: #21DF7D; }
span { border-color: rgb(33,223,125); }
td.TdClassName
{
border-color: #21DF7D;
}
.TagClassName
{
border-color: #21DF7D;
}
</style>