Shades of Malachite #21F562
Tints of Malachite #21F562
RGB
CMYK
RGB Variations
Color information
#21F562 (or 0x21F562) is known color: Malachite. HEX triplet: 21, F5 and 62. RGB value is (33,245,98). Sum of RGB (Red+Green+Blue) = 33+245+98=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #21F562 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F562 is #DE0A9D. Grayscale: #A5A5A5. Windows color (decimal): -14551710 or 6485281. OLE color: 6485281.
HSL color Cylindrical-coordinate representation of color #21F562: hue angle of 138.4º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F562 is Cyan = 0.87, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 245 | 98 | - |
| CMYK | 0.87 | 0 | 0.6 | 0.04 |
| HSL | 138.4º | 0.91% | 0.55% | - |
| HSV(B) | 138.4º | 0.87% | 0.96% | - |
| XYZ | 35.48 | 66.51 | 22.52 | - |
| YUV | 164.85 | 90.26 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 245 | 98 | 0.87 | 0 | 0.6 | 0.04 | 138.4 | 0.91 | 0.55 |
| Hex | 21 | F5 | 62 | 57 | 0 | 3C | 4 | 8A | 5B | 37 |
| Octal | 41 | 365 | 142 | 127 | 0 | 74 | 4 | 212 | 133 | 67 |
| Binary | 100001 | 11110101 | 1100010 | 1010111 | 0 | 111100 | 100 | 10001010 | 1011011 | 110111 |
Color Harmonies of #21F562
Complementary color
Monochromatic Colors of #21F562
Black with #21F562
Text Example
Text Example
White with #21F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F562; }
p { color: rgb(33,245,98); }
H1.HeaderClassName
{
color: #21F562;
}
.AnyTagClassName
{
color: #21F562;
}
</style>
background-color css
<style>
a { background-color: #21F562; }
a { background-color: rgb(33,245,98); }
div.DivClassName
{
background-color: #21F562;
}
.BgClassName
{
background-color: #21F562;
}
</style>
border-color css
<style>
span { border-color: #21F562; }
span { border-color: rgb(33,245,98); }
td.TdClassName
{
border-color: #21F562;
}
.TagClassName
{
border-color: #21F562;
}
</style>