Shades of Malachite #21D460
Tints of Malachite #21D460
RGB
CMYK
RGB Variations
Color information
#21D460 (or 0x21D460) is known color: Malachite. HEX triplet: 21, D4 and 60. RGB value is (33,212,96). Sum of RGB (Red+Green+Blue) = 33+212+96=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 212 (83.20% from 255 or 62.17% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 212 - color contains mainly: green. Hex color #21D460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D460 is #DE2B9F. Grayscale: #919191. Windows color (decimal): -14560160 or 6345761. OLE color: 6345761.
HSL color Cylindrical-coordinate representation of color #21D460: hue angle of 141.12º 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 #21D460 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 96 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.17 |
| HSL | 141.12º | 0.73% | 0.48% | - |
| HSV(B) | 141.12º | 0.84% | 0.83% | - |
| XYZ | 26.28 | 48.25 | 19 | - |
| YUV | 145.26 | 100.2 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 96 | 0.84 | 0 | 0.55 | 0.17 | 141.12 | 0.73 | 0.48 |
| Hex | 21 | D4 | 60 | 54 | 0 | 37 | 11 | 8D | 49 | 30 |
| Octal | 41 | 324 | 140 | 124 | 0 | 67 | 21 | 215 | 111 | 60 |
| Binary | 100001 | 11010100 | 1100000 | 1010100 | 0 | 110111 | 10001 | 10001101 | 1001001 | 110000 |
Color Harmonies of #21D460
Complementary color
Monochromatic Colors of #21D460
Black with #21D460
Text Example
Text Example
White with #21D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D460; }
p { color: rgb(33,212,96); }
H1.HeaderClassName
{
color: #21D460;
}
.AnyTagClassName
{
color: #21D460;
}
</style>
background-color css
<style>
a { background-color: #21D460; }
a { background-color: rgb(33,212,96); }
div.DivClassName
{
background-color: #21D460;
}
.BgClassName
{
background-color: #21D460;
}
</style>
border-color css
<style>
span { border-color: #21D460; }
span { border-color: rgb(33,212,96); }
td.TdClassName
{
border-color: #21D460;
}
.TagClassName
{
border-color: #21D460;
}
</style>