Shades of Malachite #21D574
Tints of Malachite #21D574
RGB
CMYK
RGB Variations
Color information
#21D574 (or 0x21D574) is known color: Malachite. HEX triplet: 21, D5 and 74. RGB value is (33,213,116). Sum of RGB (Red+Green+Blue) = 33+213+116=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #21D574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D574 is #DE2A8B. Grayscale: #949494. Windows color (decimal): -14559884 or 7656737. OLE color: 7656737.
HSL color Cylindrical-coordinate representation of color #21D574: hue angle of 147.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D574 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 116 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.16 |
| HSL | 147.67º | 0.73% | 0.48% | - |
| HSV(B) | 147.67º | 0.85% | 0.84% | - |
| XYZ | 27.57 | 49.17 | 24.56 | - |
| YUV | 148.12 | 109.87 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 116 | 0.85 | 0 | 0.46 | 0.16 | 147.67 | 0.73 | 0.48 |
| Hex | 21 | D5 | 74 | 55 | 0 | 2E | 10 | 94 | 49 | 30 |
| Octal | 41 | 325 | 164 | 125 | 0 | 56 | 20 | 224 | 111 | 60 |
| Binary | 100001 | 11010101 | 1110100 | 1010101 | 0 | 101110 | 10000 | 10010100 | 1001001 | 110000 |
Color Harmonies of #21D574
Complementary color
Monochromatic Colors of #21D574
Black with #21D574
Text Example
Text Example
White with #21D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D574; }
p { color: rgb(33,213,116); }
H1.HeaderClassName
{
color: #21D574;
}
.AnyTagClassName
{
color: #21D574;
}
</style>
background-color css
<style>
a { background-color: #21D574; }
a { background-color: rgb(33,213,116); }
div.DivClassName
{
background-color: #21D574;
}
.BgClassName
{
background-color: #21D574;
}
</style>
border-color css
<style>
span { border-color: #21D574; }
span { border-color: rgb(33,213,116); }
td.TdClassName
{
border-color: #21D574;
}
.TagClassName
{
border-color: #21D574;
}
</style>