Shades of Malachite #21C155
Tints of Malachite #21C155
RGB
CMYK
RGB Variations
Color information
#21C155 (or 0x21C155) is known color: Malachite. HEX triplet: 21, C1 and 55. RGB value is (33,193,85). Sum of RGB (Red+Green+Blue) = 33+193+85=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #21C155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C155 is #DE3EAA. Grayscale: #858585. Windows color (decimal): -14565035 or 5620001. OLE color: 5620001.
HSL color Cylindrical-coordinate representation of color #21C155: hue angle of 139.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 #21C155 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 85 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.24 |
| HSL | 139.5º | 0.71% | 0.44% | - |
| HSV(B) | 139.5º | 0.83% | 0.76% | - |
| XYZ | 21.34 | 39.12 | 15.02 | - |
| YUV | 132.85 | 100.99 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 85 | 0.83 | 0 | 0.56 | 0.24 | 139.5 | 0.71 | 0.44 |
| Hex | 21 | C1 | 55 | 53 | 0 | 38 | 18 | 8C | 47 | 2C |
| Octal | 41 | 301 | 125 | 123 | 0 | 70 | 30 | 214 | 107 | 54 |
| Binary | 100001 | 11000001 | 1010101 | 1010011 | 0 | 111000 | 11000 | 10001100 | 1000111 | 101100 |
Color Harmonies of #21C155
Complementary color
Monochromatic Colors of #21C155
Black with #21C155
Text Example
Text Example
White with #21C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C155; }
p { color: rgb(33,193,85); }
H1.HeaderClassName
{
color: #21C155;
}
.AnyTagClassName
{
color: #21C155;
}
</style>
background-color css
<style>
a { background-color: #21C155; }
a { background-color: rgb(33,193,85); }
div.DivClassName
{
background-color: #21C155;
}
.BgClassName
{
background-color: #21C155;
}
</style>
border-color css
<style>
span { border-color: #21C155; }
span { border-color: rgb(33,193,85); }
td.TdClassName
{
border-color: #21C155;
}
.TagClassName
{
border-color: #21C155;
}
</style>