Shades of Malachite #21EA54
Tints of Malachite #21EA54
RGB
CMYK
RGB Variations
Color information
#21EA54 (or 0x21EA54) is known color: Malachite. HEX triplet: 21, EA and 54. RGB value is (33,234,84). Sum of RGB (Red+Green+Blue) = 33+234+84=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #21EA54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EA54 is #DE15AB. Grayscale: #9D9D9D. Windows color (decimal): -14554540 or 5564961. OLE color: 5564961.
HSL color Cylindrical-coordinate representation of color #21EA54: hue angle of 135.22º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EA54 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 234 | 84 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.08 |
| HSL | 135.22º | 0.83% | 0.52% | - |
| HSV(B) | 135.22º | 0.86% | 0.92% | - |
| XYZ | 31.65 | 59.81 | 18.26 | - |
| YUV | 156.8 | 86.91 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 234 | 84 | 0.86 | 0 | 0.64 | 0.08 | 135.22 | 0.83 | 0.52 |
| Hex | 21 | EA | 54 | 56 | 0 | 40 | 8 | 87 | 53 | 34 |
| Octal | 41 | 352 | 124 | 126 | 0 | 100 | 10 | 207 | 123 | 64 |
| Binary | 100001 | 11101010 | 1010100 | 1010110 | 0 | 1000000 | 1000 | 10000111 | 1010011 | 110100 |
Color Harmonies of #21EA54
Complementary color
Monochromatic Colors of #21EA54
Black with #21EA54
Text Example
Text Example
White with #21EA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EA54; }
p { color: rgb(33,234,84); }
H1.HeaderClassName
{
color: #21EA54;
}
.AnyTagClassName
{
color: #21EA54;
}
</style>
background-color css
<style>
a { background-color: #21EA54; }
a { background-color: rgb(33,234,84); }
div.DivClassName
{
background-color: #21EA54;
}
.BgClassName
{
background-color: #21EA54;
}
</style>
border-color css
<style>
span { border-color: #21EA54; }
span { border-color: rgb(33,234,84); }
td.TdClassName
{
border-color: #21EA54;
}
.TagClassName
{
border-color: #21EA54;
}
</style>