Shades of Malachite #21D354
Tints of Malachite #21D354
RGB
CMYK
RGB Variations
Color information
#21D354 (or 0x21D354) is known color: Malachite. HEX triplet: 21, D3 and 54. RGB value is (33,211,84). Sum of RGB (Red+Green+Blue) = 33+211+84=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 211 (82.81% from 255 or 64.33% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 211 - color contains mainly: green. Hex color #21D354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D354 is #DE2CAB. Grayscale: #8F8F8F. Windows color (decimal): -14560428 or 5559073. OLE color: 5559073.
HSL color Cylindrical-coordinate representation of color #21D354: hue angle of 137.19º 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 #21D354 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 84 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.17 |
| HSL | 137.19º | 0.73% | 0.48% | - |
| HSV(B) | 137.19º | 0.84% | 0.83% | - |
| XYZ | 25.52 | 47.55 | 16.22 | - |
| YUV | 143.3 | 94.53 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 84 | 0.84 | 0 | 0.60 | 0.17 | 137.19 | 0.73 | 0.48 |
| Hex | 21 | D3 | 54 | 54 | 0 | 3C | 11 | 89 | 49 | 30 |
| Octal | 41 | 323 | 124 | 124 | 0 | 74 | 21 | 211 | 111 | 60 |
| Binary | 100001 | 11010011 | 1010100 | 1010100 | 0 | 111100 | 10001 | 10001001 | 1001001 | 110000 |
Color Harmonies of #21D354
Complementary color
Monochromatic Colors of #21D354
Black with #21D354
Text Example
Text Example
White with #21D354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D354; }
p { color: rgb(33,211,84); }
H1.HeaderClassName
{
color: #21D354;
}
.AnyTagClassName
{
color: #21D354;
}
</style>
background-color css
<style>
a { background-color: #21D354; }
a { background-color: rgb(33,211,84); }
div.DivClassName
{
background-color: #21D354;
}
.BgClassName
{
background-color: #21D354;
}
</style>
border-color css
<style>
span { border-color: #21D354; }
span { border-color: rgb(33,211,84); }
td.TdClassName
{
border-color: #21D354;
}
.TagClassName
{
border-color: #21D354;
}
</style>