Shades of Malachite #21CF5E
Tints of Malachite #21CF5E
RGB
CMYK
RGB Variations
Color information
#21CF5E (or 0x21CF5E) is known color: Malachite. HEX triplet: 21, CF and 5E. RGB value is (33,207,94). Sum of RGB (Red+Green+Blue) = 33+207+94=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF5E is #DE30A1. Grayscale: #8E8E8E. Windows color (decimal): -14561442 or 6213409. OLE color: 6213409.
HSL color Cylindrical-coordinate representation of color #21CF5E: hue angle of 141.03º degrees, saturation: 0.73, 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 #21CF5E is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 94 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.19 |
| HSL | 141.03º | 0.73% | 0.47% | - |
| HSV(B) | 141.03º | 0.84% | 0.81% | - |
| XYZ | 24.96 | 45.76 | 18.11 | - |
| YUV | 142.09 | 100.85 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 94 | 0.84 | 0 | 0.55 | 0.19 | 141.03 | 0.73 | 0.47 |
| Hex | 21 | CF | 5E | 54 | 0 | 37 | 13 | 8D | 48 | 2F |
| Octal | 41 | 317 | 136 | 124 | 0 | 67 | 23 | 215 | 110 | 57 |
| Binary | 100001 | 11001111 | 1011110 | 1010100 | 0 | 110111 | 10011 | 10001101 | 1001000 | 101111 |
Color Harmonies of #21CF5E
Complementary color
Monochromatic Colors of #21CF5E
Black with #21CF5E
Text Example
Text Example
White with #21CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF5E; }
p { color: rgb(33,207,94); }
H1.HeaderClassName
{
color: #21CF5E;
}
.AnyTagClassName
{
color: #21CF5E;
}
</style>
background-color css
<style>
a { background-color: #21CF5E; }
a { background-color: rgb(33,207,94); }
div.DivClassName
{
background-color: #21CF5E;
}
.BgClassName
{
background-color: #21CF5E;
}
</style>
border-color css
<style>
span { border-color: #21CF5E; }
span { border-color: rgb(33,207,94); }
td.TdClassName
{
border-color: #21CF5E;
}
.TagClassName
{
border-color: #21CF5E;
}
</style>