Shades of Malachite #21F153
Tints of Malachite #21F153
RGB
CMYK
RGB Variations
Color information
#21F153 (or 0x21F153) is known color: Malachite. HEX triplet: 21, F1 and 53. RGB value is (33,241,83). Sum of RGB (Red+Green+Blue) = 33+241+83=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #21F153 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F153 is #DE0EAC. Grayscale: #A1A1A1. Windows color (decimal): -14552749 or 5501217. OLE color: 5501217.
HSL color Cylindrical-coordinate representation of color #21F153: hue angle of 134.42º 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 #21F153 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 83 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.05 |
| HSL | 134.42º | 0.88% | 0.54% | - |
| HSV(B) | 134.42º | 0.86% | 0.95% | - |
| XYZ | 33.64 | 63.86 | 18.74 | - |
| YUV | 160.8 | 84.09 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 83 | 0.86 | 0 | 0.66 | 0.05 | 134.42 | 0.88 | 0.54 |
| Hex | 21 | F1 | 53 | 56 | 0 | 42 | 5 | 86 | 58 | 36 |
| Octal | 41 | 361 | 123 | 126 | 0 | 102 | 5 | 206 | 130 | 66 |
| Binary | 100001 | 11110001 | 1010011 | 1010110 | 0 | 1000010 | 101 | 10000110 | 1011000 | 110110 |
Color Harmonies of #21F153
Complementary color
Monochromatic Colors of #21F153
Black with #21F153
Text Example
Text Example
White with #21F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F153; }
p { color: rgb(33,241,83); }
H1.HeaderClassName
{
color: #21F153;
}
.AnyTagClassName
{
color: #21F153;
}
</style>
background-color css
<style>
a { background-color: #21F153; }
a { background-color: rgb(33,241,83); }
div.DivClassName
{
background-color: #21F153;
}
.BgClassName
{
background-color: #21F153;
}
</style>
border-color css
<style>
span { border-color: #21F153; }
span { border-color: rgb(33,241,83); }
td.TdClassName
{
border-color: #21F153;
}
.TagClassName
{
border-color: #21F153;
}
</style>