Shades of Malachite #21F14D
Tints of Malachite #21F14D
RGB
CMYK
RGB Variations
Color information
#21F14D (or 0x21F14D) is known color: Malachite. HEX triplet: 21, F1 and 4D. RGB value is (33,241,77). Sum of RGB (Red+Green+Blue) = 33+241+77=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #21F14D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F14D is #DE0EB2. Grayscale: #A0A0A0. Windows color (decimal): -14552755 or 5108001. OLE color: 5108001.
HSL color Cylindrical-coordinate representation of color #21F14D: hue angle of 132.69º 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 #21F14D is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 77 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.05 |
| HSL | 132.69º | 0.88% | 0.54% | - |
| HSV(B) | 132.69º | 0.86% | 0.95% | - |
| XYZ | 33.42 | 63.77 | 17.57 | - |
| YUV | 160.11 | 81.09 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 77 | 0.86 | 0 | 0.68 | 0.05 | 132.69 | 0.88 | 0.54 |
| Hex | 21 | F1 | 4D | 56 | 0 | 44 | 5 | 85 | 58 | 36 |
| Octal | 41 | 361 | 115 | 126 | 0 | 104 | 5 | 205 | 130 | 66 |
| Binary | 100001 | 11110001 | 1001101 | 1010110 | 0 | 1000100 | 101 | 10000101 | 1011000 | 110110 |
Color Harmonies of #21F14D
Complementary color
Monochromatic Colors of #21F14D
Black with #21F14D
Text Example
Text Example
White with #21F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F14D; }
p { color: rgb(33,241,77); }
H1.HeaderClassName
{
color: #21F14D;
}
.AnyTagClassName
{
color: #21F14D;
}
</style>
background-color css
<style>
a { background-color: #21F14D; }
a { background-color: rgb(33,241,77); }
div.DivClassName
{
background-color: #21F14D;
}
.BgClassName
{
background-color: #21F14D;
}
</style>
border-color css
<style>
span { border-color: #21F14D; }
span { border-color: rgb(33,241,77); }
td.TdClassName
{
border-color: #21F14D;
}
.TagClassName
{
border-color: #21F14D;
}
</style>