Shades of Malachite #21F548
Tints of Malachite #21F548
RGB
CMYK
RGB Variations
Color information
#21F548 (or 0x21F548) is known color: Malachite. HEX triplet: 21, F5 and 48. RGB value is (33,245,72). Sum of RGB (Red+Green+Blue) = 33+245+72=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 245 (96.09% from 255 or 70% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 245 - color contains mainly: green. Hex color #21F548 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F548 is #DE0AB7. Grayscale: #A2A2A2. Windows color (decimal): -14551736 or 4781345. OLE color: 4781345.
HSL color Cylindrical-coordinate representation of color #21F548: hue angle of 131.04º 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 #21F548 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 245 | 72 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.04 |
| HSL | 131.04º | 0.91% | 0.55% | - |
| HSV(B) | 131.04º | 0.87% | 0.96% | - |
| XYZ | 34.45 | 66.1 | 17.07 | - |
| YUV | 161.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 245 | 72 | 0.87 | 0 | 0.71 | 0.04 | 131.04 | 0.91 | 0.55 |
| Hex | 21 | F5 | 48 | 57 | 0 | 47 | 4 | 83 | 5B | 37 |
| Octal | 41 | 365 | 110 | 127 | 0 | 107 | 4 | 203 | 133 | 67 |
| Binary | 100001 | 11110101 | 1001000 | 1010111 | 0 | 1000111 | 100 | 10000011 | 1011011 | 110111 |
Color Harmonies of #21F548
Complementary color
Monochromatic Colors of #21F548
Black with #21F548
Text Example
Text Example
White with #21F548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F548; }
p { color: rgb(33,245,72); }
H1.HeaderClassName
{
color: #21F548;
}
.AnyTagClassName
{
color: #21F548;
}
</style>
background-color css
<style>
a { background-color: #21F548; }
a { background-color: rgb(33,245,72); }
div.DivClassName
{
background-color: #21F548;
}
.BgClassName
{
background-color: #21F548;
}
</style>
border-color css
<style>
span { border-color: #21F548; }
span { border-color: rgb(33,245,72); }
td.TdClassName
{
border-color: #21F548;
}
.TagClassName
{
border-color: #21F548;
}
</style>