Shades of Malachite #21E05C
Tints of Malachite #21E05C
RGB
CMYK
RGB Variations
Color information
#21E05C (or 0x21E05C) is known color: Malachite. HEX triplet: 21, E0 and 5C. RGB value is (33,224,92). Sum of RGB (Red+Green+Blue) = 33+224+92=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #21E05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E05C is #DE1FA3. Grayscale: #989898. Windows color (decimal): -14557092 or 6086689. OLE color: 6086689.
HSL color Cylindrical-coordinate representation of color #21E05C: hue angle of 138.53º 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 #21E05C is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 92 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.12 |
| HSL | 138.53º | 0.75% | 0.5% | - |
| HSV(B) | 138.53º | 0.85% | 0.88% | - |
| XYZ | 29.21 | 54.41 | 19.09 | - |
| YUV | 151.84 | 94.22 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 92 | 0.85 | 0 | 0.59 | 0.12 | 138.53 | 0.75 | 0.5 |
| Hex | 21 | E0 | 5C | 55 | 0 | 3B | C | 8B | 4B | 32 |
| Octal | 41 | 340 | 134 | 125 | 0 | 73 | 14 | 213 | 113 | 62 |
| Binary | 100001 | 11100000 | 1011100 | 1010101 | 0 | 111011 | 1100 | 10001011 | 1001011 | 110010 |
Color Harmonies of #21E05C
Complementary color
Monochromatic Colors of #21E05C
Black with #21E05C
Text Example
Text Example
White with #21E05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E05C; }
p { color: rgb(33,224,92); }
H1.HeaderClassName
{
color: #21E05C;
}
.AnyTagClassName
{
color: #21E05C;
}
</style>
background-color css
<style>
a { background-color: #21E05C; }
a { background-color: rgb(33,224,92); }
div.DivClassName
{
background-color: #21E05C;
}
.BgClassName
{
background-color: #21E05C;
}
</style>
border-color css
<style>
span { border-color: #21E05C; }
span { border-color: rgb(33,224,92); }
td.TdClassName
{
border-color: #21E05C;
}
.TagClassName
{
border-color: #21E05C;
}
</style>