Shades of Malachite #21CE5E
Tints of Malachite #21CE5E
RGB
CMYK
RGB Variations
Color information
#21CE5E (or 0x21CE5E) is known color: Malachite. HEX triplet: 21, CE and 5E. RGB value is (33,206,94). Sum of RGB (Red+Green+Blue) = 33+206+94=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CE5E is #DE31A1. Grayscale: #8D8D8D. Windows color (decimal): -14561698 or 6213153. OLE color: 6213153.
HSL color Cylindrical-coordinate representation of color #21CE5E: hue angle of 141.16º 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 #21CE5E is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 94 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.19 |
| HSL | 141.16º | 0.72% | 0.47% | - |
| HSV(B) | 141.16º | 0.84% | 0.81% | - |
| XYZ | 24.72 | 45.27 | 18.03 | - |
| YUV | 141.51 | 101.19 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 94 | 0.84 | 0 | 0.54 | 0.19 | 141.16 | 0.72 | 0.47 |
| Hex | 21 | CE | 5E | 54 | 0 | 36 | 13 | 8D | 48 | 2F |
| Octal | 41 | 316 | 136 | 124 | 0 | 66 | 23 | 215 | 110 | 57 |
| Binary | 100001 | 11001110 | 1011110 | 1010100 | 0 | 110110 | 10011 | 10001101 | 1001000 | 101111 |
Color Harmonies of #21CE5E
Complementary color
Monochromatic Colors of #21CE5E
Black with #21CE5E
Text Example
Text Example
White with #21CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE5E; }
p { color: rgb(33,206,94); }
H1.HeaderClassName
{
color: #21CE5E;
}
.AnyTagClassName
{
color: #21CE5E;
}
</style>
background-color css
<style>
a { background-color: #21CE5E; }
a { background-color: rgb(33,206,94); }
div.DivClassName
{
background-color: #21CE5E;
}
.BgClassName
{
background-color: #21CE5E;
}
</style>
border-color css
<style>
span { border-color: #21CE5E; }
span { border-color: rgb(33,206,94); }
td.TdClassName
{
border-color: #21CE5E;
}
.TagClassName
{
border-color: #21CE5E;
}
</style>