Shades of Malachite #21DE5A
Tints of Malachite #21DE5A
RGB
CMYK
RGB Variations
Color information
#21DE5A (or 0x21DE5A) is known color: Malachite. HEX triplet: 21, DE and 5A. RGB value is (33,222,90). Sum of RGB (Red+Green+Blue) = 33+222+90=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DE5A is #DE21A5. Grayscale: #969696. Windows color (decimal): -14557606 or 5955105. OLE color: 5955105.
HSL color Cylindrical-coordinate representation of color #21DE5A: hue angle of 138.1º 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 #21DE5A is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 90 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.13 |
| HSL | 138.1º | 0.74% | 0.5% | - |
| HSV(B) | 138.1º | 0.85% | 0.87% | - |
| XYZ | 28.59 | 53.3 | 18.45 | - |
| YUV | 150.44 | 93.88 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 90 | 0.85 | 0 | 0.59 | 0.13 | 138.1 | 0.74 | 0.5 |
| Hex | 21 | DE | 5A | 55 | 0 | 3B | D | 8A | 4A | 32 |
| Octal | 41 | 336 | 132 | 125 | 0 | 73 | 15 | 212 | 112 | 62 |
| Binary | 100001 | 11011110 | 1011010 | 1010101 | 0 | 111011 | 1101 | 10001010 | 1001010 | 110010 |
Color Harmonies of #21DE5A
Complementary color
Monochromatic Colors of #21DE5A
Black with #21DE5A
Text Example
Text Example
White with #21DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE5A; }
p { color: rgb(33,222,90); }
H1.HeaderClassName
{
color: #21DE5A;
}
.AnyTagClassName
{
color: #21DE5A;
}
</style>
background-color css
<style>
a { background-color: #21DE5A; }
a { background-color: rgb(33,222,90); }
div.DivClassName
{
background-color: #21DE5A;
}
.BgClassName
{
background-color: #21DE5A;
}
</style>
border-color css
<style>
span { border-color: #21DE5A; }
span { border-color: rgb(33,222,90); }
td.TdClassName
{
border-color: #21DE5A;
}
.TagClassName
{
border-color: #21DE5A;
}
</style>