Shades of Malachite #21FA5E
Tints of Malachite #21FA5E
RGB
CMYK
RGB Variations
Color information
#21FA5E (or 0x21FA5E) is known color: Malachite. HEX triplet: 21, FA and 5E. RGB value is (33,250,94). Sum of RGB (Red+Green+Blue) = 33+250+94=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FA5E is #DE05A1. Grayscale: #A7A7A7. Windows color (decimal): -14550434 or 6224417. OLE color: 6224417.
HSL color Cylindrical-coordinate representation of color #21FA5E: hue angle of 136.87º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FA5E is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 94 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.02 |
| HSL | 136.87º | 0.96% | 0.55% | - |
| HSV(B) | 136.87º | 0.87% | 0.98% | - |
| XYZ | 36.83 | 69.5 | 22.06 | - |
| YUV | 167.33 | 86.61 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 94 | 0.87 | 0 | 0.62 | 0.02 | 136.87 | 0.96 | 0.55 |
| Hex | 21 | FA | 5E | 57 | 0 | 3E | 2 | 89 | 60 | 37 |
| Octal | 41 | 372 | 136 | 127 | 0 | 76 | 2 | 211 | 140 | 67 |
| Binary | 100001 | 11111010 | 1011110 | 1010111 | 0 | 111110 | 10 | 10001001 | 1100000 | 110111 |
Color Harmonies of #21FA5E
Complementary color
Monochromatic Colors of #21FA5E
Black with #21FA5E
Text Example
Text Example
White with #21FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA5E; }
p { color: rgb(33,250,94); }
H1.HeaderClassName
{
color: #21FA5E;
}
.AnyTagClassName
{
color: #21FA5E;
}
</style>
background-color css
<style>
a { background-color: #21FA5E; }
a { background-color: rgb(33,250,94); }
div.DivClassName
{
background-color: #21FA5E;
}
.BgClassName
{
background-color: #21FA5E;
}
</style>
border-color css
<style>
span { border-color: #21FA5E; }
span { border-color: rgb(33,250,94); }
td.TdClassName
{
border-color: #21FA5E;
}
.TagClassName
{
border-color: #21FA5E;
}
</style>