Shades of Malachite #21CA64
Tints of Malachite #21CA64
RGB
CMYK
RGB Variations
Color information
#21CA64 (or 0x21CA64) is known color: Malachite. HEX triplet: 21, CA and 64. RGB value is (33,202,100). Sum of RGB (Red+Green+Blue) = 33+202+100=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA64 is #DE359B. Grayscale: #8C8C8C. Windows color (decimal): -14562716 or 6605345. OLE color: 6605345.
HSL color Cylindrical-coordinate representation of color #21CA64: hue angle of 143.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA64 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 100 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.21 |
| HSL | 143.79º | 0.72% | 0.46% | - |
| HSV(B) | 143.79º | 0.84% | 0.79% | - |
| XYZ | 24.05 | 43.48 | 19.18 | - |
| YUV | 139.84 | 105.51 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 100 | 0.84 | 0 | 0.50 | 0.21 | 143.79 | 0.72 | 0.46 |
| Hex | 21 | CA | 64 | 54 | 0 | 32 | 15 | 90 | 48 | 2E |
| Octal | 41 | 312 | 144 | 124 | 0 | 62 | 25 | 220 | 110 | 56 |
| Binary | 100001 | 11001010 | 1100100 | 1010100 | 0 | 110010 | 10101 | 10010000 | 1001000 | 101110 |
Color Harmonies of #21CA64
Complementary color
Monochromatic Colors of #21CA64
Black with #21CA64
Text Example
Text Example
White with #21CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA64; }
p { color: rgb(33,202,100); }
H1.HeaderClassName
{
color: #21CA64;
}
.AnyTagClassName
{
color: #21CA64;
}
</style>
background-color css
<style>
a { background-color: #21CA64; }
a { background-color: rgb(33,202,100); }
div.DivClassName
{
background-color: #21CA64;
}
.BgClassName
{
background-color: #21CA64;
}
</style>
border-color css
<style>
span { border-color: #21CA64; }
span { border-color: rgb(33,202,100); }
td.TdClassName
{
border-color: #21CA64;
}
.TagClassName
{
border-color: #21CA64;
}
</style>