Shades of Malachite #21DE45
Tints of Malachite #21DE45
RGB
CMYK
RGB Variations
Color information
#21DE45 (or 0x21DE45) is known color: Malachite. HEX triplet: 21, DE and 45. RGB value is (33,222,69). Sum of RGB (Red+Green+Blue) = 33+222+69=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DE45 is #DE21BA. Grayscale: #949494. Windows color (decimal): -14557627 or 4578849. OLE color: 4578849.
HSL color Cylindrical-coordinate representation of color #21DE45: hue angle of 131.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DE45 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 69 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.13 |
| HSL | 131.43º | 0.74% | 0.5% | - |
| HSV(B) | 131.43º | 0.85% | 0.87% | - |
| XYZ | 27.82 | 53 | 14.39 | - |
| YUV | 148.05 | 83.38 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 69 | 0.85 | 0 | 0.69 | 0.13 | 131.43 | 0.74 | 0.5 |
| Hex | 21 | DE | 45 | 55 | 0 | 45 | D | 83 | 4A | 32 |
| Octal | 41 | 336 | 105 | 125 | 0 | 105 | 15 | 203 | 112 | 62 |
| Binary | 100001 | 11011110 | 1000101 | 1010101 | 0 | 1000101 | 1101 | 10000011 | 1001010 | 110010 |
Color Harmonies of #21DE45
Complementary color
Monochromatic Colors of #21DE45
Black with #21DE45
Text Example
Text Example
White with #21DE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE45; }
p { color: rgb(33,222,69); }
H1.HeaderClassName
{
color: #21DE45;
}
.AnyTagClassName
{
color: #21DE45;
}
</style>
background-color css
<style>
a { background-color: #21DE45; }
a { background-color: rgb(33,222,69); }
div.DivClassName
{
background-color: #21DE45;
}
.BgClassName
{
background-color: #21DE45;
}
</style>
border-color css
<style>
span { border-color: #21DE45; }
span { border-color: rgb(33,222,69); }
td.TdClassName
{
border-color: #21DE45;
}
.TagClassName
{
border-color: #21DE45;
}
</style>