Shades of Malachite #21CC54
Tints of Malachite #21CC54
RGB
CMYK
RGB Variations
Color information
#21CC54 (or 0x21CC54) is known color: Malachite. HEX triplet: 21, CC and 54. RGB value is (33,204,84). Sum of RGB (Red+Green+Blue) = 33+204+84=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC54 is #DE33AB. Grayscale: #8B8B8B. Windows color (decimal): -14562220 or 5557281. OLE color: 5557281.
HSL color Cylindrical-coordinate representation of color #21CC54: hue angle of 137.89º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC54 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 84 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.2 |
| HSL | 137.89º | 0.72% | 0.46% | - |
| HSV(B) | 137.89º | 0.84% | 0.8% | - |
| XYZ | 23.82 | 44.15 | 15.65 | - |
| YUV | 139.19 | 96.85 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 84 | 0.84 | 0 | 0.59 | 0.2 | 137.89 | 0.72 | 0.46 |
| Hex | 21 | CC | 54 | 54 | 0 | 3B | 14 | 8A | 48 | 2E |
| Octal | 41 | 314 | 124 | 124 | 0 | 73 | 24 | 212 | 110 | 56 |
| Binary | 100001 | 11001100 | 1010100 | 1010100 | 0 | 111011 | 10100 | 10001010 | 1001000 | 101110 |
Color Harmonies of #21CC54
Complementary color
Monochromatic Colors of #21CC54
Black with #21CC54
Text Example
Text Example
White with #21CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC54; }
p { color: rgb(33,204,84); }
H1.HeaderClassName
{
color: #21CC54;
}
.AnyTagClassName
{
color: #21CC54;
}
</style>
background-color css
<style>
a { background-color: #21CC54; }
a { background-color: rgb(33,204,84); }
div.DivClassName
{
background-color: #21CC54;
}
.BgClassName
{
background-color: #21CC54;
}
</style>
border-color css
<style>
span { border-color: #21CC54; }
span { border-color: rgb(33,204,84); }
td.TdClassName
{
border-color: #21CC54;
}
.TagClassName
{
border-color: #21CC54;
}
</style>