Shades of Malachite #21F445
Tints of Malachite #21F445
RGB
CMYK
RGB Variations
Color information
#21F445 (or 0x21F445) is known color: Malachite. HEX triplet: 21, F4 and 45. RGB value is (33,244,69). Sum of RGB (Red+Green+Blue) = 33+244+69=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 244 (95.70% from 255 or 70.52% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 244 - color contains mainly: green. Hex color #21F445 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F445 is #DE0BBA. Grayscale: #A1A1A1. Windows color (decimal): -14551995 or 4584481. OLE color: 4584481.
HSL color Cylindrical-coordinate representation of color #21F445: hue angle of 130.24º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F445 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 244 | 69 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.04 |
| HSL | 130.24º | 0.91% | 0.54% | - |
| HSV(B) | 130.24º | 0.86% | 0.96% | - |
| XYZ | 34.05 | 65.45 | 16.47 | - |
| YUV | 160.96 | 76.1 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 244 | 69 | 0.86 | 0 | 0.72 | 0.04 | 130.24 | 0.91 | 0.54 |
| Hex | 21 | F4 | 45 | 56 | 0 | 48 | 4 | 82 | 5B | 36 |
| Octal | 41 | 364 | 105 | 126 | 0 | 110 | 4 | 202 | 133 | 66 |
| Binary | 100001 | 11110100 | 1000101 | 1010110 | 0 | 1001000 | 100 | 10000010 | 1011011 | 110110 |
Color Harmonies of #21F445
Complementary color
Monochromatic Colors of #21F445
Black with #21F445
Text Example
Text Example
White with #21F445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F445; }
p { color: rgb(33,244,69); }
H1.HeaderClassName
{
color: #21F445;
}
.AnyTagClassName
{
color: #21F445;
}
</style>
background-color css
<style>
a { background-color: #21F445; }
a { background-color: rgb(33,244,69); }
div.DivClassName
{
background-color: #21F445;
}
.BgClassName
{
background-color: #21F445;
}
</style>
border-color css
<style>
span { border-color: #21F445; }
span { border-color: rgb(33,244,69); }
td.TdClassName
{
border-color: #21F445;
}
.TagClassName
{
border-color: #21F445;
}
</style>