Shades of Malachite #21E672
Tints of Malachite #21E672
RGB
CMYK
RGB Variations
Color information
#21E672 (or 0x21E672) is known color: Malachite. HEX triplet: 21, E6 and 72. RGB value is (33,230,114). Sum of RGB (Red+Green+Blue) = 33+230+114=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 230 (90.23% from 255 or 61.01% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 230 - color contains mainly: green. Hex color #21E672 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E672 is #DE198D. Grayscale: #9E9E9E. Windows color (decimal): -14555534 or 7530017. OLE color: 7530017.
HSL color Cylindrical-coordinate representation of color #21E672: hue angle of 144.67º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E672 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 114 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.10 |
| HSL | 144.67º | 0.8% | 0.52% | - |
| HSV(B) | 144.67º | 0.86% | 0.9% | - |
| XYZ | 31.96 | 58.13 | 25.46 | - |
| YUV | 157.87 | 103.23 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 114 | 0.86 | 0 | 0.50 | 0.10 | 144.67 | 0.8 | 0.52 |
| Hex | 21 | E6 | 72 | 56 | 0 | 32 | A | 91 | 50 | 34 |
| Octal | 41 | 346 | 162 | 126 | 0 | 62 | 12 | 221 | 120 | 64 |
| Binary | 100001 | 11100110 | 1110010 | 1010110 | 0 | 110010 | 1010 | 10010001 | 1010000 | 110100 |
Color Harmonies of #21E672
Complementary color
Monochromatic Colors of #21E672
Black with #21E672
Text Example
Text Example
White with #21E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E672; }
p { color: rgb(33,230,114); }
H1.HeaderClassName
{
color: #21E672;
}
.AnyTagClassName
{
color: #21E672;
}
</style>
background-color css
<style>
a { background-color: #21E672; }
a { background-color: rgb(33,230,114); }
div.DivClassName
{
background-color: #21E672;
}
.BgClassName
{
background-color: #21E672;
}
</style>
border-color css
<style>
span { border-color: #21E672; }
span { border-color: rgb(33,230,114); }
td.TdClassName
{
border-color: #21E672;
}
.TagClassName
{
border-color: #21E672;
}
</style>