Shades of Malachite #21F240
Tints of Malachite #21F240
RGB
CMYK
RGB Variations
Color information
#21F240 (or 0x21F240) is known color: Malachite. HEX triplet: 21, F2 and 40. RGB value is (33,242,64). Sum of RGB (Red+Green+Blue) = 33+242+64=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #21F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F240 is #DE0DBF. Grayscale: #9F9F9F. Windows color (decimal): -14552512 or 4256289. OLE color: 4256289.
HSL color Cylindrical-coordinate representation of color #21F240: hue angle of 128.9º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F240 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 64 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.05 |
| HSL | 128.9º | 0.89% | 0.54% | - |
| HSV(B) | 128.9º | 0.86% | 0.95% | - |
| XYZ | 33.3 | 64.2 | 15.49 | - |
| YUV | 159.22 | 74.26 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 64 | 0.86 | 0 | 0.74 | 0.05 | 128.9 | 0.89 | 0.54 |
| Hex | 21 | F2 | 40 | 56 | 0 | 4A | 5 | 81 | 59 | 36 |
| Octal | 41 | 362 | 100 | 126 | 0 | 112 | 5 | 201 | 131 | 66 |
| Binary | 100001 | 11110010 | 1000000 | 1010110 | 0 | 1001010 | 101 | 10000001 | 1011001 | 110110 |
Color Harmonies of #21F240
Complementary color
Monochromatic Colors of #21F240
Black with #21F240
Text Example
Text Example
White with #21F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F240; }
p { color: rgb(33,242,64); }
H1.HeaderClassName
{
color: #21F240;
}
.AnyTagClassName
{
color: #21F240;
}
</style>
background-color css
<style>
a { background-color: #21F240; }
a { background-color: rgb(33,242,64); }
div.DivClassName
{
background-color: #21F240;
}
.BgClassName
{
background-color: #21F240;
}
</style>
border-color css
<style>
span { border-color: #21F240; }
span { border-color: rgb(33,242,64); }
td.TdClassName
{
border-color: #21F240;
}
.TagClassName
{
border-color: #21F240;
}
</style>