Shades of Malachite #21E26F
Tints of Malachite #21E26F
RGB
CMYK
RGB Variations
Color information
#21E26F (or 0x21E26F) is known color: Malachite. HEX triplet: 21, E2 and 6F. RGB value is (33,226,111). Sum of RGB (Red+Green+Blue) = 33+226+111=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 226 (88.67% from 255 or 61.08% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 226 - color contains mainly: green. Hex color #21E26F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E26F is #DE1D90. Grayscale: #9B9B9B. Windows color (decimal): -14556561 or 7332385. OLE color: 7332385.
HSL color Cylindrical-coordinate representation of color #21E26F: hue angle of 144.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E26F is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 226 | 111 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.11 |
| HSL | 144.25º | 0.77% | 0.51% | - |
| HSV(B) | 144.25º | 0.85% | 0.89% | - |
| XYZ | 30.69 | 55.86 | 24.2 | - |
| YUV | 155.18 | 103.06 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 111 | 0.85 | 0 | 0.51 | 0.11 | 144.25 | 0.77 | 0.51 |
| Hex | 21 | E2 | 6F | 55 | 0 | 33 | B | 90 | 4D | 33 |
| Octal | 41 | 342 | 157 | 125 | 0 | 63 | 13 | 220 | 115 | 63 |
| Binary | 100001 | 11100010 | 1101111 | 1010101 | 0 | 110011 | 1011 | 10010000 | 1001101 | 110011 |
Color Harmonies of #21E26F
Complementary color
Monochromatic Colors of #21E26F
Black with #21E26F
Text Example
Text Example
White with #21E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E26F; }
p { color: rgb(33,226,111); }
H1.HeaderClassName
{
color: #21E26F;
}
.AnyTagClassName
{
color: #21E26F;
}
</style>
background-color css
<style>
a { background-color: #21E26F; }
a { background-color: rgb(33,226,111); }
div.DivClassName
{
background-color: #21E26F;
}
.BgClassName
{
background-color: #21E26F;
}
</style>
border-color css
<style>
span { border-color: #21E26F; }
span { border-color: rgb(33,226,111); }
td.TdClassName
{
border-color: #21E26F;
}
.TagClassName
{
border-color: #21E26F;
}
</style>