Shades of Malachite #21F04A
Tints of Malachite #21F04A
RGB
CMYK
RGB Variations
Color information
#21F04A (or 0x21F04A) is known color: Malachite. HEX triplet: 21, F0 and 4A. RGB value is (33,240,74). Sum of RGB (Red+Green+Blue) = 33+240+74=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #21F04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F04A is #DE0FB5. Grayscale: #9F9F9F. Windows color (decimal): -14553014 or 4911137. OLE color: 4911137.
HSL color Cylindrical-coordinate representation of color #21F04A: hue angle of 131.88º 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 #21F04A is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 74 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.06 |
| HSL | 131.88º | 0.87% | 0.54% | - |
| HSV(B) | 131.88º | 0.86% | 0.94% | - |
| XYZ | 33.02 | 63.14 | 16.92 | - |
| YUV | 159.18 | 79.92 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 74 | 0.86 | 0 | 0.69 | 0.06 | 131.88 | 0.87 | 0.54 |
| Hex | 21 | F0 | 4A | 56 | 0 | 45 | 6 | 84 | 57 | 36 |
| Octal | 41 | 360 | 112 | 126 | 0 | 105 | 6 | 204 | 127 | 66 |
| Binary | 100001 | 11110000 | 1001010 | 1010110 | 0 | 1000101 | 110 | 10000100 | 1010111 | 110110 |
Color Harmonies of #21F04A
Complementary color
Monochromatic Colors of #21F04A
Black with #21F04A
Text Example
Text Example
White with #21F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F04A; }
p { color: rgb(33,240,74); }
H1.HeaderClassName
{
color: #21F04A;
}
.AnyTagClassName
{
color: #21F04A;
}
</style>
background-color css
<style>
a { background-color: #21F04A; }
a { background-color: rgb(33,240,74); }
div.DivClassName
{
background-color: #21F04A;
}
.BgClassName
{
background-color: #21F04A;
}
</style>
border-color css
<style>
span { border-color: #21F04A; }
span { border-color: rgb(33,240,74); }
td.TdClassName
{
border-color: #21F04A;
}
.TagClassName
{
border-color: #21F04A;
}
</style>