Shades of Malachite #21FA50
Tints of Malachite #21FA50
RGB
CMYK
RGB Variations
Color information
#21FA50 (or 0x21FA50) is known color: Malachite. HEX triplet: 21, FA and 50. RGB value is (33,250,80). Sum of RGB (Red+Green+Blue) = 33+250+80=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FA50 is #DE05AF. Grayscale: #A6A6A6. Windows color (decimal): -14550448 or 5306913. OLE color: 5306913.
HSL color Cylindrical-coordinate representation of color #21FA50: hue angle of 133º 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 #21FA50 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 80 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.02 |
| HSL | 133º | 0.96% | 0.55% | - |
| HSV(B) | 133º | 0.87% | 0.98% | - |
| XYZ | 36.26 | 69.27 | 19.05 | - |
| YUV | 165.74 | 79.61 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 80 | 0.87 | 0 | 0.68 | 0.02 | 133 | 0.96 | 0.55 |
| Hex | 21 | FA | 50 | 57 | 0 | 44 | 2 | 85 | 60 | 37 |
| Octal | 41 | 372 | 120 | 127 | 0 | 104 | 2 | 205 | 140 | 67 |
| Binary | 100001 | 11111010 | 1010000 | 1010111 | 0 | 1000100 | 10 | 10000101 | 1100000 | 110111 |
Color Harmonies of #21FA50
Complementary color
Monochromatic Colors of #21FA50
Black with #21FA50
Text Example
Text Example
White with #21FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA50; }
p { color: rgb(33,250,80); }
H1.HeaderClassName
{
color: #21FA50;
}
.AnyTagClassName
{
color: #21FA50;
}
</style>
background-color css
<style>
a { background-color: #21FA50; }
a { background-color: rgb(33,250,80); }
div.DivClassName
{
background-color: #21FA50;
}
.BgClassName
{
background-color: #21FA50;
}
</style>
border-color css
<style>
span { border-color: #21FA50; }
span { border-color: rgb(33,250,80); }
td.TdClassName
{
border-color: #21FA50;
}
.TagClassName
{
border-color: #21FA50;
}
</style>