Shades of Malachite #21E16B
Tints of Malachite #21E16B
RGB
CMYK
RGB Variations
Color information
#21E16B (or 0x21E16B) is known color: Malachite. HEX triplet: 21, E1 and 6B. RGB value is (33,225,107). Sum of RGB (Red+Green+Blue) = 33+225+107=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #21E16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E16B is #DE1E94. Grayscale: #9A9A9A. Windows color (decimal): -14556821 or 7069985. OLE color: 7069985.
HSL color Cylindrical-coordinate representation of color #21E16B: hue angle of 143.12º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E16B is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 107 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.12 |
| HSL | 143.13º | 0.76% | 0.51% | - |
| HSV(B) | 143.13º | 0.85% | 0.88% | - |
| XYZ | 30.21 | 55.24 | 22.98 | - |
| YUV | 154.14 | 101.39 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 107 | 0.85 | 0 | 0.52 | 0.12 | 143.13 | 0.76 | 0.51 |
| Hex | 21 | E1 | 6B | 55 | 0 | 34 | C | 8F | 4C | 33 |
| Octal | 41 | 341 | 153 | 125 | 0 | 64 | 14 | 217 | 114 | 63 |
| Binary | 100001 | 11100001 | 1101011 | 1010101 | 0 | 110100 | 1100 | 10001111 | 1001100 | 110011 |
Color Harmonies of #21E16B
Complementary color
Monochromatic Colors of #21E16B
Black with #21E16B
Text Example
Text Example
White with #21E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E16B; }
p { color: rgb(33,225,107); }
H1.HeaderClassName
{
color: #21E16B;
}
.AnyTagClassName
{
color: #21E16B;
}
</style>
background-color css
<style>
a { background-color: #21E16B; }
a { background-color: rgb(33,225,107); }
div.DivClassName
{
background-color: #21E16B;
}
.BgClassName
{
background-color: #21E16B;
}
</style>
border-color css
<style>
span { border-color: #21E16B; }
span { border-color: rgb(33,225,107); }
td.TdClassName
{
border-color: #21E16B;
}
.TagClassName
{
border-color: #21E16B;
}
</style>