Shades of Malachite #21E265
Tints of Malachite #21E265
RGB
CMYK
RGB Variations
Color information
#21E265 (or 0x21E265) is known color: Malachite. HEX triplet: 21, E2 and 65. RGB value is (33,226,101). Sum of RGB (Red+Green+Blue) = 33+226+101=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #21E265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E265 is #DE1D9A. Grayscale: #9A9A9A. Windows color (decimal): -14556571 or 6677025. OLE color: 6677025.
HSL color Cylindrical-coordinate representation of color #21E265: hue angle of 141.14º 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 #21E265 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 226 | 101 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.11 |
| HSL | 141.14º | 0.77% | 0.51% | - |
| HSV(B) | 141.14º | 0.85% | 0.89% | - |
| XYZ | 30.17 | 55.66 | 21.46 | - |
| YUV | 154.04 | 98.06 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 101 | 0.85 | 0 | 0.55 | 0.11 | 141.14 | 0.77 | 0.51 |
| Hex | 21 | E2 | 65 | 55 | 0 | 37 | B | 8D | 4D | 33 |
| Octal | 41 | 342 | 145 | 125 | 0 | 67 | 13 | 215 | 115 | 63 |
| Binary | 100001 | 11100010 | 1100101 | 1010101 | 0 | 110111 | 1011 | 10001101 | 1001101 | 110011 |
Color Harmonies of #21E265
Complementary color
Monochromatic Colors of #21E265
Black with #21E265
Text Example
Text Example
White with #21E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E265; }
p { color: rgb(33,226,101); }
H1.HeaderClassName
{
color: #21E265;
}
.AnyTagClassName
{
color: #21E265;
}
</style>
background-color css
<style>
a { background-color: #21E265; }
a { background-color: rgb(33,226,101); }
div.DivClassName
{
background-color: #21E265;
}
.BgClassName
{
background-color: #21E265;
}
</style>
border-color css
<style>
span { border-color: #21E265; }
span { border-color: rgb(33,226,101); }
td.TdClassName
{
border-color: #21E265;
}
.TagClassName
{
border-color: #21E265;
}
</style>