Shades of Malachite #21E154
Tints of Malachite #21E154
RGB
CMYK
RGB Variations
Color information
#21E154 (or 0x21E154) is known color: Malachite. HEX triplet: 21, E1 and 54. RGB value is (33,225,84). Sum of RGB (Red+Green+Blue) = 33+225+84=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #21E154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E154 is #DE1EAB. Grayscale: #979797. Windows color (decimal): -14556844 or 5562657. OLE color: 5562657.
HSL color Cylindrical-coordinate representation of color #21E154: hue angle of 135.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E154 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 84 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.12 |
| HSL | 135.94º | 0.76% | 0.51% | - |
| HSV(B) | 135.94º | 0.85% | 0.88% | - |
| XYZ | 29.15 | 54.81 | 17.43 | - |
| YUV | 151.52 | 89.89 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 84 | 0.85 | 0 | 0.63 | 0.12 | 135.94 | 0.76 | 0.51 |
| Hex | 21 | E1 | 54 | 55 | 0 | 3F | C | 88 | 4C | 33 |
| Octal | 41 | 341 | 124 | 125 | 0 | 77 | 14 | 210 | 114 | 63 |
| Binary | 100001 | 11100001 | 1010100 | 1010101 | 0 | 111111 | 1100 | 10001000 | 1001100 | 110011 |
Color Harmonies of #21E154
Complementary color
Monochromatic Colors of #21E154
Black with #21E154
Text Example
Text Example
White with #21E154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E154; }
p { color: rgb(33,225,84); }
H1.HeaderClassName
{
color: #21E154;
}
.AnyTagClassName
{
color: #21E154;
}
</style>
background-color css
<style>
a { background-color: #21E154; }
a { background-color: rgb(33,225,84); }
div.DivClassName
{
background-color: #21E154;
}
.BgClassName
{
background-color: #21E154;
}
</style>
border-color css
<style>
span { border-color: #21E154; }
span { border-color: rgb(33,225,84); }
td.TdClassName
{
border-color: #21E154;
}
.TagClassName
{
border-color: #21E154;
}
</style>