Shades of Malachite #21D044
Tints of Malachite #21D044
RGB
CMYK
RGB Variations
Color information
#21D044 (or 0x21D044) is known color: Malachite. HEX triplet: 21, D0 and 44. RGB value is (33,208,68). Sum of RGB (Red+Green+Blue) = 33+208+68=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #21D044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D044 is #DE2FBB. Grayscale: #8C8C8C. Windows color (decimal): -14561212 or 4509729. OLE color: 4509729.
HSL color Cylindrical-coordinate representation of color #21D044: hue angle of 132º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D044 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 68 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.18 |
| HSL | 132º | 0.73% | 0.47% | - |
| HSV(B) | 132º | 0.84% | 0.82% | - |
| XYZ | 24.23 | 45.85 | 13.04 | - |
| YUV | 139.72 | 87.52 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 68 | 0.84 | 0 | 0.67 | 0.18 | 132 | 0.73 | 0.47 |
| Hex | 21 | D0 | 44 | 54 | 0 | 43 | 12 | 84 | 49 | 2F |
| Octal | 41 | 320 | 104 | 124 | 0 | 103 | 22 | 204 | 111 | 57 |
| Binary | 100001 | 11010000 | 1000100 | 1010100 | 0 | 1000011 | 10010 | 10000100 | 1001001 | 101111 |
Color Harmonies of #21D044
Complementary color
Monochromatic Colors of #21D044
Black with #21D044
Text Example
Text Example
White with #21D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D044; }
p { color: rgb(33,208,68); }
H1.HeaderClassName
{
color: #21D044;
}
.AnyTagClassName
{
color: #21D044;
}
</style>
background-color css
<style>
a { background-color: #21D044; }
a { background-color: rgb(33,208,68); }
div.DivClassName
{
background-color: #21D044;
}
.BgClassName
{
background-color: #21D044;
}
</style>
border-color css
<style>
span { border-color: #21D044; }
span { border-color: rgb(33,208,68); }
td.TdClassName
{
border-color: #21D044;
}
.TagClassName
{
border-color: #21D044;
}
</style>