Shades of Malachite #21E058
Tints of Malachite #21E058
RGB
CMYK
RGB Variations
Color information
#21E058 (or 0x21E058) is known color: Malachite. HEX triplet: 21, E0 and 58. RGB value is (33,224,88). Sum of RGB (Red+Green+Blue) = 33+224+88=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #21E058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E058 is #DE1FA7. Grayscale: #979797. Windows color (decimal): -14557096 or 5824545. OLE color: 5824545.
HSL color Cylindrical-coordinate representation of color #21E058: hue angle of 137.28º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E058 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 88 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.12 |
| HSL | 137.28º | 0.75% | 0.5% | - |
| HSV(B) | 137.28º | 0.85% | 0.88% | - |
| XYZ | 29.04 | 54.34 | 18.19 | - |
| YUV | 151.39 | 92.22 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 88 | 0.85 | 0 | 0.61 | 0.12 | 137.28 | 0.75 | 0.5 |
| Hex | 21 | E0 | 58 | 55 | 0 | 3D | C | 89 | 4B | 32 |
| Octal | 41 | 340 | 130 | 125 | 0 | 75 | 14 | 211 | 113 | 62 |
| Binary | 100001 | 11100000 | 1011000 | 1010101 | 0 | 111101 | 1100 | 10001001 | 1001011 | 110010 |
Color Harmonies of #21E058
Complementary color
Monochromatic Colors of #21E058
Black with #21E058
Text Example
Text Example
White with #21E058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E058; }
p { color: rgb(33,224,88); }
H1.HeaderClassName
{
color: #21E058;
}
.AnyTagClassName
{
color: #21E058;
}
</style>
background-color css
<style>
a { background-color: #21E058; }
a { background-color: rgb(33,224,88); }
div.DivClassName
{
background-color: #21E058;
}
.BgClassName
{
background-color: #21E058;
}
</style>
border-color css
<style>
span { border-color: #21E058; }
span { border-color: rgb(33,224,88); }
td.TdClassName
{
border-color: #21E058;
}
.TagClassName
{
border-color: #21E058;
}
</style>