Shades of Malachite #21D466
Tints of Malachite #21D466
RGB
CMYK
RGB Variations
Color information
#21D466 (or 0x21D466) is known color: Malachite. HEX triplet: 21, D4 and 66. RGB value is (33,212,102). Sum of RGB (Red+Green+Blue) = 33+212+102=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 212 (83.20% from 255 or 61.10% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 212 - color contains mainly: green. Hex color #21D466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D466 is #DE2B99. Grayscale: #929292. Windows color (decimal): -14560154 or 6738977. OLE color: 6738977.
HSL color Cylindrical-coordinate representation of color #21D466: hue angle of 143.13º 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 #21D466 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 102 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.17 |
| HSL | 143.13º | 0.73% | 0.48% | - |
| HSV(B) | 143.13º | 0.84% | 0.83% | - |
| XYZ | 26.57 | 48.37 | 20.51 | - |
| YUV | 145.94 | 103.2 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 102 | 0.84 | 0 | 0.52 | 0.17 | 143.13 | 0.73 | 0.48 |
| Hex | 21 | D4 | 66 | 54 | 0 | 34 | 11 | 8F | 49 | 30 |
| Octal | 41 | 324 | 146 | 124 | 0 | 64 | 21 | 217 | 111 | 60 |
| Binary | 100001 | 11010100 | 1100110 | 1010100 | 0 | 110100 | 10001 | 10001111 | 1001001 | 110000 |
Color Harmonies of #21D466
Complementary color
Monochromatic Colors of #21D466
Black with #21D466
Text Example
Text Example
White with #21D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D466; }
p { color: rgb(33,212,102); }
H1.HeaderClassName
{
color: #21D466;
}
.AnyTagClassName
{
color: #21D466;
}
</style>
background-color css
<style>
a { background-color: #21D466; }
a { background-color: rgb(33,212,102); }
div.DivClassName
{
background-color: #21D466;
}
.BgClassName
{
background-color: #21D466;
}
</style>
border-color css
<style>
span { border-color: #21D466; }
span { border-color: rgb(33,212,102); }
td.TdClassName
{
border-color: #21D466;
}
.TagClassName
{
border-color: #21D466;
}
</style>