Shades of Malachite #21F33F
Tints of Malachite #21F33F
RGB
CMYK
RGB Variations
Color information
#21F33F (or 0x21F33F) is known color: Malachite. HEX triplet: 21, F3 and 3F. RGB value is (33,243,63). Sum of RGB (Red+Green+Blue) = 33+243+63=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #21F33F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F33F is #DE0CC0. Grayscale: #A0A0A0. Windows color (decimal): -14552257 or 4191009. OLE color: 4191009.
HSL color Cylindrical-coordinate representation of color #21F33F: hue angle of 128.57º degrees, saturation: 0.9, 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 #21F33F is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 63 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.05 |
| HSL | 128.57º | 0.9% | 0.54% | - |
| HSV(B) | 128.57º | 0.86% | 0.95% | - |
| XYZ | 33.58 | 64.78 | 15.44 | - |
| YUV | 159.69 | 73.43 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 63 | 0.86 | 0 | 0.74 | 0.05 | 128.57 | 0.9 | 0.54 |
| Hex | 21 | F3 | 3F | 56 | 0 | 4A | 5 | 81 | 5A | 36 |
| Octal | 41 | 363 | 77 | 126 | 0 | 112 | 5 | 201 | 132 | 66 |
| Binary | 100001 | 11110011 | 111111 | 1010110 | 0 | 1001010 | 101 | 10000001 | 1011010 | 110110 |
Color Harmonies of #21F33F
Complementary color
Monochromatic Colors of #21F33F
Black with #21F33F
Text Example
Text Example
White with #21F33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F33F; }
p { color: rgb(33,243,63); }
H1.HeaderClassName
{
color: #21F33F;
}
.AnyTagClassName
{
color: #21F33F;
}
</style>
background-color css
<style>
a { background-color: #21F33F; }
a { background-color: rgb(33,243,63); }
div.DivClassName
{
background-color: #21F33F;
}
.BgClassName
{
background-color: #21F33F;
}
</style>
border-color css
<style>
span { border-color: #21F33F; }
span { border-color: rgb(33,243,63); }
td.TdClassName
{
border-color: #21F33F;
}
.TagClassName
{
border-color: #21F33F;
}
</style>