Shades of Malachite #21C158
Tints of Malachite #21C158
RGB
CMYK
RGB Variations
Color information
#21C158 (or 0x21C158) is known color: Malachite. HEX triplet: 21, C1 and 58. RGB value is (33,193,88). Sum of RGB (Red+Green+Blue) = 33+193+88=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #21C158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C158 is #DE3EA7. Grayscale: #858585. Windows color (decimal): -14565032 or 5816609. OLE color: 5816609.
HSL color Cylindrical-coordinate representation of color #21C158: hue angle of 140.62º 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 #21C158 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 88 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.24 |
| HSL | 140.63º | 0.71% | 0.44% | - |
| HSV(B) | 140.63º | 0.83% | 0.76% | - |
| XYZ | 21.46 | 39.17 | 15.66 | - |
| YUV | 133.19 | 102.49 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 88 | 0.83 | 0 | 0.54 | 0.24 | 140.63 | 0.71 | 0.44 |
| Hex | 21 | C1 | 58 | 53 | 0 | 36 | 18 | 8D | 47 | 2C |
| Octal | 41 | 301 | 130 | 123 | 0 | 66 | 30 | 215 | 107 | 54 |
| Binary | 100001 | 11000001 | 1011000 | 1010011 | 0 | 110110 | 11000 | 10001101 | 1000111 | 101100 |
Color Harmonies of #21C158
Complementary color
Monochromatic Colors of #21C158
Black with #21C158
Text Example
Text Example
White with #21C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C158; }
p { color: rgb(33,193,88); }
H1.HeaderClassName
{
color: #21C158;
}
.AnyTagClassName
{
color: #21C158;
}
</style>
background-color css
<style>
a { background-color: #21C158; }
a { background-color: rgb(33,193,88); }
div.DivClassName
{
background-color: #21C158;
}
.BgClassName
{
background-color: #21C158;
}
</style>
border-color css
<style>
span { border-color: #21C158; }
span { border-color: rgb(33,193,88); }
td.TdClassName
{
border-color: #21C158;
}
.TagClassName
{
border-color: #21C158;
}
</style>