Shades of Malachite #21F047
Tints of Malachite #21F047
RGB
CMYK
RGB Variations
Color information
#21F047 (or 0x21F047) is known color: Malachite. HEX triplet: 21, F0 and 47. RGB value is (33,240,71). Sum of RGB (Red+Green+Blue) = 33+240+71=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #21F047 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F047 is #DE0FB8. Grayscale: #9F9F9F. Windows color (decimal): -14553017 or 4714529. OLE color: 4714529.
HSL color Cylindrical-coordinate representation of color #21F047: hue angle of 131.01º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F047 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 71 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.06 |
| HSL | 131.01º | 0.87% | 0.54% | - |
| HSV(B) | 131.01º | 0.86% | 0.94% | - |
| XYZ | 32.92 | 63.1 | 16.41 | - |
| YUV | 158.84 | 78.42 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 71 | 0.86 | 0 | 0.70 | 0.06 | 131.01 | 0.87 | 0.54 |
| Hex | 21 | F0 | 47 | 56 | 0 | 46 | 6 | 83 | 57 | 36 |
| Octal | 41 | 360 | 107 | 126 | 0 | 106 | 6 | 203 | 127 | 66 |
| Binary | 100001 | 11110000 | 1000111 | 1010110 | 0 | 1000110 | 110 | 10000011 | 1010111 | 110110 |
Color Harmonies of #21F047
Complementary color
Monochromatic Colors of #21F047
Black with #21F047
Text Example
Text Example
White with #21F047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F047; }
p { color: rgb(33,240,71); }
H1.HeaderClassName
{
color: #21F047;
}
.AnyTagClassName
{
color: #21F047;
}
</style>
background-color css
<style>
a { background-color: #21F047; }
a { background-color: rgb(33,240,71); }
div.DivClassName
{
background-color: #21F047;
}
.BgClassName
{
background-color: #21F047;
}
</style>
border-color css
<style>
span { border-color: #21F047; }
span { border-color: rgb(33,240,71); }
td.TdClassName
{
border-color: #21F047;
}
.TagClassName
{
border-color: #21F047;
}
</style>