Shades of Malachite #21D845
Tints of Malachite #21D845
RGB
CMYK
RGB Variations
Color information
#21D845 (or 0x21D845) is known color: Malachite. HEX triplet: 21, D8 and 45. RGB value is (33,216,69). Sum of RGB (Red+Green+Blue) = 33+216+69=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 216 (84.77% from 255 or 67.92% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 216 - color contains mainly: green. Hex color #21D845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D845 is #DE27BA. Grayscale: #909090. Windows color (decimal): -14559163 or 4577313. OLE color: 4577313.
HSL color Cylindrical-coordinate representation of color #21D845: hue angle of 131.8º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D845 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 69 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.15 |
| HSL | 131.8º | 0.73% | 0.49% | - |
| HSV(B) | 131.8º | 0.85% | 0.85% | - |
| XYZ | 26.26 | 49.86 | 13.87 | - |
| YUV | 144.53 | 85.37 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 69 | 0.85 | 0 | 0.68 | 0.15 | 131.8 | 0.73 | 0.49 |
| Hex | 21 | D8 | 45 | 55 | 0 | 44 | F | 84 | 49 | 31 |
| Octal | 41 | 330 | 105 | 125 | 0 | 104 | 17 | 204 | 111 | 61 |
| Binary | 100001 | 11011000 | 1000101 | 1010101 | 0 | 1000100 | 1111 | 10000100 | 1001001 | 110001 |
Color Harmonies of #21D845
Complementary color
Monochromatic Colors of #21D845
Black with #21D845
Text Example
Text Example
White with #21D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D845; }
p { color: rgb(33,216,69); }
H1.HeaderClassName
{
color: #21D845;
}
.AnyTagClassName
{
color: #21D845;
}
</style>
background-color css
<style>
a { background-color: #21D845; }
a { background-color: rgb(33,216,69); }
div.DivClassName
{
background-color: #21D845;
}
.BgClassName
{
background-color: #21D845;
}
</style>
border-color css
<style>
span { border-color: #21D845; }
span { border-color: rgb(33,216,69); }
td.TdClassName
{
border-color: #21D845;
}
.TagClassName
{
border-color: #21D845;
}
</style>