Shades of Malachite #21F148
Tints of Malachite #21F148
RGB
CMYK
RGB Variations
Color information
#21F148 (or 0x21F148) is known color: Malachite. HEX triplet: 21, F1 and 48. RGB value is (33,241,72). Sum of RGB (Red+Green+Blue) = 33+241+72=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #21F148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F148 is #DE0EB7. Grayscale: #A0A0A0. Windows color (decimal): -14552760 or 4780321. OLE color: 4780321.
HSL color Cylindrical-coordinate representation of color #21F148: hue angle of 131.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F148 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 72 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.05 |
| HSL | 131.25º | 0.88% | 0.54% | - |
| HSV(B) | 131.25º | 0.86% | 0.95% | - |
| XYZ | 33.25 | 63.7 | 16.67 | - |
| YUV | 159.54 | 78.59 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 72 | 0.86 | 0 | 0.70 | 0.05 | 131.25 | 0.88 | 0.54 |
| Hex | 21 | F1 | 48 | 56 | 0 | 46 | 5 | 83 | 58 | 36 |
| Octal | 41 | 361 | 110 | 126 | 0 | 106 | 5 | 203 | 130 | 66 |
| Binary | 100001 | 11110001 | 1001000 | 1010110 | 0 | 1000110 | 101 | 10000011 | 1011000 | 110110 |
Color Harmonies of #21F148
Complementary color
Monochromatic Colors of #21F148
Black with #21F148
Text Example
Text Example
White with #21F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F148; }
p { color: rgb(33,241,72); }
H1.HeaderClassName
{
color: #21F148;
}
.AnyTagClassName
{
color: #21F148;
}
</style>
background-color css
<style>
a { background-color: #21F148; }
a { background-color: rgb(33,241,72); }
div.DivClassName
{
background-color: #21F148;
}
.BgClassName
{
background-color: #21F148;
}
</style>
border-color css
<style>
span { border-color: #21F148; }
span { border-color: rgb(33,241,72); }
td.TdClassName
{
border-color: #21F148;
}
.TagClassName
{
border-color: #21F148;
}
</style>