Shades of Malachite #21CE53
Tints of Malachite #21CE53
RGB
CMYK
RGB Variations
Color information
#21CE53 (or 0x21CE53) is known color: Malachite. HEX triplet: 21, CE and 53. RGB value is (33,206,83). Sum of RGB (Red+Green+Blue) = 33+206+83=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CE53 is #DE31AC. Grayscale: #8C8C8C. Windows color (decimal): -14561709 or 5492257. OLE color: 5492257.
HSL color Cylindrical-coordinate representation of color #21CE53: hue angle of 137.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE53 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 83 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.19 |
| HSL | 137.34º | 0.72% | 0.47% | - |
| HSV(B) | 137.34º | 0.84% | 0.81% | - |
| XYZ | 24.26 | 45.09 | 15.61 | - |
| YUV | 140.25 | 95.69 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 83 | 0.84 | 0 | 0.60 | 0.19 | 137.34 | 0.72 | 0.47 |
| Hex | 21 | CE | 53 | 54 | 0 | 3C | 13 | 89 | 48 | 2F |
| Octal | 41 | 316 | 123 | 124 | 0 | 74 | 23 | 211 | 110 | 57 |
| Binary | 100001 | 11001110 | 1010011 | 1010100 | 0 | 111100 | 10011 | 10001001 | 1001000 | 101111 |
Color Harmonies of #21CE53
Complementary color
Monochromatic Colors of #21CE53
Black with #21CE53
Text Example
Text Example
White with #21CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE53; }
p { color: rgb(33,206,83); }
H1.HeaderClassName
{
color: #21CE53;
}
.AnyTagClassName
{
color: #21CE53;
}
</style>
background-color css
<style>
a { background-color: #21CE53; }
a { background-color: rgb(33,206,83); }
div.DivClassName
{
background-color: #21CE53;
}
.BgClassName
{
background-color: #21CE53;
}
</style>
border-color css
<style>
span { border-color: #21CE53; }
span { border-color: rgb(33,206,83); }
td.TdClassName
{
border-color: #21CE53;
}
.TagClassName
{
border-color: #21CE53;
}
</style>