Shades of Malachite #21C054
Tints of Malachite #21C054
RGB
CMYK
RGB Variations
Color information
#21C054 (or 0x21C054) is known color: Malachite. HEX triplet: 21, C0 and 54. RGB value is (33,192,84). Sum of RGB (Red+Green+Blue) = 33+192+84=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #21C054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C054 is #DE3FAB. Grayscale: #848484. Windows color (decimal): -14565292 or 5554209. OLE color: 5554209.
HSL color Cylindrical-coordinate representation of color #21C054: hue angle of 139.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C054 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 84 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.25 |
| HSL | 139.25º | 0.71% | 0.44% | - |
| HSV(B) | 139.25º | 0.83% | 0.75% | - |
| XYZ | 21.08 | 38.66 | 14.74 | - |
| YUV | 132.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 84 | 0.83 | 0 | 0.56 | 0.25 | 139.25 | 0.71 | 0.44 |
| Hex | 21 | C0 | 54 | 53 | 0 | 38 | 19 | 8B | 47 | 2C |
| Octal | 41 | 300 | 124 | 123 | 0 | 70 | 31 | 213 | 107 | 54 |
| Binary | 100001 | 11000000 | 1010100 | 1010011 | 0 | 111000 | 11001 | 10001011 | 1000111 | 101100 |
Color Harmonies of #21C054
Complementary color
Monochromatic Colors of #21C054
Black with #21C054
Text Example
Text Example
White with #21C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C054; }
p { color: rgb(33,192,84); }
H1.HeaderClassName
{
color: #21C054;
}
.AnyTagClassName
{
color: #21C054;
}
</style>
background-color css
<style>
a { background-color: #21C054; }
a { background-color: rgb(33,192,84); }
div.DivClassName
{
background-color: #21C054;
}
.BgClassName
{
background-color: #21C054;
}
</style>
border-color css
<style>
span { border-color: #21C054; }
span { border-color: rgb(33,192,84); }
td.TdClassName
{
border-color: #21C054;
}
.TagClassName
{
border-color: #21C054;
}
</style>