Shades of Malachite #21F440
Tints of Malachite #21F440
RGB
CMYK
RGB Variations
Color information
#21F440 (or 0x21F440) is known color: Malachite. HEX triplet: 21, F4 and 40. RGB value is (33,244,64). Sum of RGB (Red+Green+Blue) = 33+244+64=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 244 (95.70% from 255 or 71.55% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 244 - color contains mainly: green. Hex color #21F440 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F440 is #DE0BBF. Grayscale: #A0A0A0. Windows color (decimal): -14552000 or 4256801. OLE color: 4256801.
HSL color Cylindrical-coordinate representation of color #21F440: hue angle of 128.82º 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 #21F440 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 244 | 64 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.04 |
| HSL | 128.82º | 0.91% | 0.54% | - |
| HSV(B) | 128.82º | 0.86% | 0.96% | - |
| XYZ | 33.9 | 65.39 | 15.69 | - |
| YUV | 160.39 | 73.6 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 244 | 64 | 0.86 | 0 | 0.74 | 0.04 | 128.82 | 0.91 | 0.54 |
| Hex | 21 | F4 | 40 | 56 | 0 | 4A | 4 | 81 | 5B | 36 |
| Octal | 41 | 364 | 100 | 126 | 0 | 112 | 4 | 201 | 133 | 66 |
| Binary | 100001 | 11110100 | 1000000 | 1010110 | 0 | 1001010 | 100 | 10000001 | 1011011 | 110110 |
Color Harmonies of #21F440
Complementary color
Monochromatic Colors of #21F440
Black with #21F440
Text Example
Text Example
White with #21F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F440; }
p { color: rgb(33,244,64); }
H1.HeaderClassName
{
color: #21F440;
}
.AnyTagClassName
{
color: #21F440;
}
</style>
background-color css
<style>
a { background-color: #21F440; }
a { background-color: rgb(33,244,64); }
div.DivClassName
{
background-color: #21F440;
}
.BgClassName
{
background-color: #21F440;
}
</style>
border-color css
<style>
span { border-color: #21F440; }
span { border-color: rgb(33,244,64); }
td.TdClassName
{
border-color: #21F440;
}
.TagClassName
{
border-color: #21F440;
}
</style>