Shades of Malachite #21C15D
Tints of Malachite #21C15D
RGB
CMYK
RGB Variations
Color information
#21C15D (or 0x21C15D) is known color: Malachite. HEX triplet: 21, C1 and 5D. RGB value is (33,193,93). Sum of RGB (Red+Green+Blue) = 33+193+93=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #21C15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C15D is #DE3EA2. Grayscale: #868686. Windows color (decimal): -14565027 or 6144289. OLE color: 6144289.
HSL color Cylindrical-coordinate representation of color #21C15D: hue angle of 142.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C15D is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 93 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.24 |
| HSL | 142.5º | 0.71% | 0.44% | - |
| HSV(B) | 142.5º | 0.83% | 0.76% | - |
| XYZ | 21.67 | 39.25 | 16.79 | - |
| YUV | 133.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 93 | 0.83 | 0 | 0.52 | 0.24 | 142.5 | 0.71 | 0.44 |
| Hex | 21 | C1 | 5D | 53 | 0 | 34 | 18 | 8E | 47 | 2C |
| Octal | 41 | 301 | 135 | 123 | 0 | 64 | 30 | 216 | 107 | 54 |
| Binary | 100001 | 11000001 | 1011101 | 1010011 | 0 | 110100 | 11000 | 10001110 | 1000111 | 101100 |
Color Harmonies of #21C15D
Complementary color
Monochromatic Colors of #21C15D
Black with #21C15D
Text Example
Text Example
White with #21C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C15D; }
p { color: rgb(33,193,93); }
H1.HeaderClassName
{
color: #21C15D;
}
.AnyTagClassName
{
color: #21C15D;
}
</style>
background-color css
<style>
a { background-color: #21C15D; }
a { background-color: rgb(33,193,93); }
div.DivClassName
{
background-color: #21C15D;
}
.BgClassName
{
background-color: #21C15D;
}
</style>
border-color css
<style>
span { border-color: #21C15D; }
span { border-color: rgb(33,193,93); }
td.TdClassName
{
border-color: #21C15D;
}
.TagClassName
{
border-color: #21C15D;
}
</style>