Shades of Malachite #21D464
Tints of Malachite #21D464
RGB
CMYK
RGB Variations
Color information
#21D464 (or 0x21D464) is known color: Malachite. HEX triplet: 21, D4 and 64. RGB value is (33,212,100). Sum of RGB (Red+Green+Blue) = 33+212+100=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #21D464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D464 is #DE2B9B. Grayscale: #919191. Windows color (decimal): -14560156 or 6607905. OLE color: 6607905.
HSL color Cylindrical-coordinate representation of color #21D464: hue angle of 142.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D464 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 100 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.17 |
| HSL | 142.46º | 0.73% | 0.48% | - |
| HSV(B) | 142.46º | 0.84% | 0.83% | - |
| XYZ | 26.47 | 48.33 | 19.99 | - |
| YUV | 145.71 | 102.2 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 100 | 0.84 | 0 | 0.53 | 0.17 | 142.46 | 0.73 | 0.48 |
| Hex | 21 | D4 | 64 | 54 | 0 | 35 | 11 | 8E | 49 | 30 |
| Octal | 41 | 324 | 144 | 124 | 0 | 65 | 21 | 216 | 111 | 60 |
| Binary | 100001 | 11010100 | 1100100 | 1010100 | 0 | 110101 | 10001 | 10001110 | 1001001 | 110000 |
Color Harmonies of #21D464
Complementary color
Monochromatic Colors of #21D464
Black with #21D464
Text Example
Text Example
White with #21D464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D464; }
p { color: rgb(33,212,100); }
H1.HeaderClassName
{
color: #21D464;
}
.AnyTagClassName
{
color: #21D464;
}
</style>
background-color css
<style>
a { background-color: #21D464; }
a { background-color: rgb(33,212,100); }
div.DivClassName
{
background-color: #21D464;
}
.BgClassName
{
background-color: #21D464;
}
</style>
border-color css
<style>
span { border-color: #21D464; }
span { border-color: rgb(33,212,100); }
td.TdClassName
{
border-color: #21D464;
}
.TagClassName
{
border-color: #21D464;
}
</style>