Shades of Malachite #21E640
Tints of Malachite #21E640
RGB
CMYK
RGB Variations
Color information
#21E640 (or 0x21E640) is known color: Malachite. HEX triplet: 21, E6 and 40. RGB value is (33,230,64). Sum of RGB (Red+Green+Blue) = 33+230+64=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 230 (90.23% from 255 or 70.34% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 230 - color contains mainly: green. Hex color #21E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E640 is #DE19BF. Grayscale: #989898. Windows color (decimal): -14555584 or 4253217. OLE color: 4253217.
HSL color Cylindrical-coordinate representation of color #21E640: hue angle of 129.44º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E640 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 64 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.10 |
| HSL | 129.44º | 0.8% | 0.52% | - |
| HSV(B) | 129.44º | 0.86% | 0.9% | - |
| XYZ | 29.85 | 57.29 | 14.33 | - |
| YUV | 152.17 | 78.23 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 64 | 0.86 | 0 | 0.72 | 0.10 | 129.44 | 0.8 | 0.52 |
| Hex | 21 | E6 | 40 | 56 | 0 | 48 | A | 81 | 50 | 34 |
| Octal | 41 | 346 | 100 | 126 | 0 | 110 | 12 | 201 | 120 | 64 |
| Binary | 100001 | 11100110 | 1000000 | 1010110 | 0 | 1001000 | 1010 | 10000001 | 1010000 | 110100 |
Color Harmonies of #21E640
Complementary color
Monochromatic Colors of #21E640
Black with #21E640
Text Example
Text Example
White with #21E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E640; }
p { color: rgb(33,230,64); }
H1.HeaderClassName
{
color: #21E640;
}
.AnyTagClassName
{
color: #21E640;
}
</style>
background-color css
<style>
a { background-color: #21E640; }
a { background-color: rgb(33,230,64); }
div.DivClassName
{
background-color: #21E640;
}
.BgClassName
{
background-color: #21E640;
}
</style>
border-color css
<style>
span { border-color: #21E640; }
span { border-color: rgb(33,230,64); }
td.TdClassName
{
border-color: #21E640;
}
.TagClassName
{
border-color: #21E640;
}
</style>