Shades of Malachite #21ED5D
Tints of Malachite #21ED5D
RGB
CMYK
RGB Variations
Color information
#21ED5D (or 0x21ED5D) is known color: Malachite. HEX triplet: 21, ED and 5D. RGB value is (33,237,93). Sum of RGB (Red+Green+Blue) = 33+237+93=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21ED5D is #DE12A2. Grayscale: #9F9F9F. Windows color (decimal): -14553763 or 6155553. OLE color: 6155553.
HSL color Cylindrical-coordinate representation of color #21ED5D: hue angle of 137.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ED5D is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 93 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.07 |
| HSL | 137.65º | 0.85% | 0.53% | - |
| HSV(B) | 137.65º | 0.86% | 0.93% | - |
| XYZ | 32.89 | 61.68 | 20.53 | - |
| YUV | 159.59 | 90.41 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 93 | 0.86 | 0 | 0.61 | 0.07 | 137.65 | 0.85 | 0.53 |
| Hex | 21 | ED | 5D | 56 | 0 | 3D | 7 | 8A | 55 | 35 |
| Octal | 41 | 355 | 135 | 126 | 0 | 75 | 7 | 212 | 125 | 65 |
| Binary | 100001 | 11101101 | 1011101 | 1010110 | 0 | 111101 | 111 | 10001010 | 1010101 | 110101 |
Color Harmonies of #21ED5D
Complementary color
Monochromatic Colors of #21ED5D
Black with #21ED5D
Text Example
Text Example
White with #21ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ED5D; }
p { color: rgb(33,237,93); }
H1.HeaderClassName
{
color: #21ED5D;
}
.AnyTagClassName
{
color: #21ED5D;
}
</style>
background-color css
<style>
a { background-color: #21ED5D; }
a { background-color: rgb(33,237,93); }
div.DivClassName
{
background-color: #21ED5D;
}
.BgClassName
{
background-color: #21ED5D;
}
</style>
border-color css
<style>
span { border-color: #21ED5D; }
span { border-color: rgb(33,237,93); }
td.TdClassName
{
border-color: #21ED5D;
}
.TagClassName
{
border-color: #21ED5D;
}
</style>