Shades of Malachite #21F054
Tints of Malachite #21F054
RGB
CMYK
RGB Variations
Color information
#21F054 (or 0x21F054) is known color: Malachite. HEX triplet: 21, F0 and 54. RGB value is (33,240,84). Sum of RGB (Red+Green+Blue) = 33+240+84=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #21F054 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F054 is #DE0FAB. Grayscale: #A0A0A0. Windows color (decimal): -14553004 or 5566497. OLE color: 5566497.
HSL color Cylindrical-coordinate representation of color #21F054: hue angle of 134.78º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F054 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 84 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.06 |
| HSL | 134.78º | 0.87% | 0.54% | - |
| HSV(B) | 134.78º | 0.86% | 0.94% | - |
| XYZ | 33.39 | 63.28 | 18.84 | - |
| YUV | 160.32 | 84.92 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 84 | 0.86 | 0 | 0.65 | 0.06 | 134.78 | 0.87 | 0.54 |
| Hex | 21 | F0 | 54 | 56 | 0 | 41 | 6 | 87 | 57 | 36 |
| Octal | 41 | 360 | 124 | 126 | 0 | 101 | 6 | 207 | 127 | 66 |
| Binary | 100001 | 11110000 | 1010100 | 1010110 | 0 | 1000001 | 110 | 10000111 | 1010111 | 110110 |
Color Harmonies of #21F054
Complementary color
Monochromatic Colors of #21F054
Black with #21F054
Text Example
Text Example
White with #21F054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F054; }
p { color: rgb(33,240,84); }
H1.HeaderClassName
{
color: #21F054;
}
.AnyTagClassName
{
color: #21F054;
}
</style>
background-color css
<style>
a { background-color: #21F054; }
a { background-color: rgb(33,240,84); }
div.DivClassName
{
background-color: #21F054;
}
.BgClassName
{
background-color: #21F054;
}
</style>
border-color css
<style>
span { border-color: #21F054; }
span { border-color: rgb(33,240,84); }
td.TdClassName
{
border-color: #21F054;
}
.TagClassName
{
border-color: #21F054;
}
</style>