Shades of Malachite #21DE5B
Tints of Malachite #21DE5B
RGB
CMYK
RGB Variations
Color information
#21DE5B (or 0x21DE5B) is known color: Malachite. HEX triplet: 21, DE and 5B. RGB value is (33,222,91). Sum of RGB (Red+Green+Blue) = 33+222+91=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 222 (87.11% from 255 or 64.16% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DE5B is #DE21A4. Grayscale: #969696. Windows color (decimal): -14557605 or 6020641. OLE color: 6020641.
HSL color Cylindrical-coordinate representation of color #21DE5B: hue angle of 138.41º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DE5B is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 91 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.13 |
| HSL | 138.41º | 0.74% | 0.5% | - |
| HSV(B) | 138.41º | 0.85% | 0.87% | - |
| XYZ | 28.64 | 53.32 | 18.68 | - |
| YUV | 150.56 | 94.38 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 91 | 0.85 | 0 | 0.59 | 0.13 | 138.41 | 0.74 | 0.5 |
| Hex | 21 | DE | 5B | 55 | 0 | 3B | D | 8A | 4A | 32 |
| Octal | 41 | 336 | 133 | 125 | 0 | 73 | 15 | 212 | 112 | 62 |
| Binary | 100001 | 11011110 | 1011011 | 1010101 | 0 | 111011 | 1101 | 10001010 | 1001010 | 110010 |
Color Harmonies of #21DE5B
Complementary color
Monochromatic Colors of #21DE5B
Black with #21DE5B
Text Example
Text Example
White with #21DE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE5B; }
p { color: rgb(33,222,91); }
H1.HeaderClassName
{
color: #21DE5B;
}
.AnyTagClassName
{
color: #21DE5B;
}
</style>
background-color css
<style>
a { background-color: #21DE5B; }
a { background-color: rgb(33,222,91); }
div.DivClassName
{
background-color: #21DE5B;
}
.BgClassName
{
background-color: #21DE5B;
}
</style>
border-color css
<style>
span { border-color: #21DE5B; }
span { border-color: rgb(33,222,91); }
td.TdClassName
{
border-color: #21DE5B;
}
.TagClassName
{
border-color: #21DE5B;
}
</style>