Shades of Malachite #21F26A
Tints of Malachite #21F26A
RGB
CMYK
RGB Variations
Color information
#21F26A (or 0x21F26A) is known color: Malachite. HEX triplet: 21, F2 and 6A. RGB value is (33,242,106). Sum of RGB (Red+Green+Blue) = 33+242+106=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #21F26A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F26A is #DE0D95. Grayscale: #A4A4A4. Windows color (decimal): -14552470 or 7008801. OLE color: 7008801.
HSL color Cylindrical-coordinate representation of color #21F26A: hue angle of 140.96º 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 #21F26A is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 106 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.05 |
| HSL | 140.96º | 0.89% | 0.54% | - |
| HSV(B) | 140.96º | 0.86% | 0.95% | - |
| XYZ | 34.98 | 64.87 | 24.31 | - |
| YUV | 164.01 | 95.26 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 106 | 0.86 | 0 | 0.56 | 0.05 | 140.96 | 0.89 | 0.54 |
| Hex | 21 | F2 | 6A | 56 | 0 | 38 | 5 | 8D | 59 | 36 |
| Octal | 41 | 362 | 152 | 126 | 0 | 70 | 5 | 215 | 131 | 66 |
| Binary | 100001 | 11110010 | 1101010 | 1010110 | 0 | 111000 | 101 | 10001101 | 1011001 | 110110 |
Color Harmonies of #21F26A
Complementary color
Monochromatic Colors of #21F26A
Black with #21F26A
Text Example
Text Example
White with #21F26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F26A; }
p { color: rgb(33,242,106); }
H1.HeaderClassName
{
color: #21F26A;
}
.AnyTagClassName
{
color: #21F26A;
}
</style>
background-color css
<style>
a { background-color: #21F26A; }
a { background-color: rgb(33,242,106); }
div.DivClassName
{
background-color: #21F26A;
}
.BgClassName
{
background-color: #21F26A;
}
</style>
border-color css
<style>
span { border-color: #21F26A; }
span { border-color: rgb(33,242,106); }
td.TdClassName
{
border-color: #21F26A;
}
.TagClassName
{
border-color: #21F26A;
}
</style>