Shades of Malachite #21F246
Tints of Malachite #21F246
RGB
CMYK
RGB Variations
Color information
#21F246 (or 0x21F246) is known color: Malachite. HEX triplet: 21, F2 and 46. RGB value is (33,242,70). Sum of RGB (Red+Green+Blue) = 33+242+70=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #21F246 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F246 is #DE0DB9. Grayscale: #A0A0A0. Windows color (decimal): -14552506 or 4649505. OLE color: 4649505.
HSL color Cylindrical-coordinate representation of color #21F246: hue angle of 130.62º 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 #21F246 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 70 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.05 |
| HSL | 130.62º | 0.89% | 0.54% | - |
| HSV(B) | 130.62º | 0.86% | 0.95% | - |
| XYZ | 33.48 | 64.27 | 16.43 | - |
| YUV | 159.9 | 77.26 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 70 | 0.86 | 0 | 0.71 | 0.05 | 130.62 | 0.89 | 0.54 |
| Hex | 21 | F2 | 46 | 56 | 0 | 47 | 5 | 83 | 59 | 36 |
| Octal | 41 | 362 | 106 | 126 | 0 | 107 | 5 | 203 | 131 | 66 |
| Binary | 100001 | 11110010 | 1000110 | 1010110 | 0 | 1000111 | 101 | 10000011 | 1011001 | 110110 |
Color Harmonies of #21F246
Complementary color
Monochromatic Colors of #21F246
Black with #21F246
Text Example
Text Example
White with #21F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F246; }
p { color: rgb(33,242,70); }
H1.HeaderClassName
{
color: #21F246;
}
.AnyTagClassName
{
color: #21F246;
}
</style>
background-color css
<style>
a { background-color: #21F246; }
a { background-color: rgb(33,242,70); }
div.DivClassName
{
background-color: #21F246;
}
.BgClassName
{
background-color: #21F246;
}
</style>
border-color css
<style>
span { border-color: #21F246; }
span { border-color: rgb(33,242,70); }
td.TdClassName
{
border-color: #21F246;
}
.TagClassName
{
border-color: #21F246;
}
</style>