Shades of Malachite #21FA64
Tints of Malachite #21FA64
RGB
CMYK
RGB Variations
Color information
#21FA64 (or 0x21FA64) is known color: Malachite. HEX triplet: 21, FA and 64. RGB value is (33,250,100). Sum of RGB (Red+Green+Blue) = 33+250+100=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 250 (98.05% from 255 or 65.27% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FA64 is #DE059B. Grayscale: #A8A8A8. Windows color (decimal): -14550428 or 6617633. OLE color: 6617633.
HSL color Cylindrical-coordinate representation of color #21FA64: hue angle of 138.53º 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 #21FA64 is Cyan = 0.87, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 100 | - |
| CMYK | 0.87 | 0 | 0.6 | 0.02 |
| HSL | 138.53º | 0.96% | 0.55% | - |
| HSV(B) | 138.53º | 0.87% | 0.98% | - |
| XYZ | 37.11 | 69.61 | 23.54 | - |
| YUV | 168.02 | 89.61 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 100 | 0.87 | 0 | 0.6 | 0.02 | 138.53 | 0.96 | 0.55 |
| Hex | 21 | FA | 64 | 57 | 0 | 3C | 2 | 8B | 60 | 37 |
| Octal | 41 | 372 | 144 | 127 | 0 | 74 | 2 | 213 | 140 | 67 |
| Binary | 100001 | 11111010 | 1100100 | 1010111 | 0 | 111100 | 10 | 10001011 | 1100000 | 110111 |
Color Harmonies of #21FA64
Complementary color
Monochromatic Colors of #21FA64
Black with #21FA64
Text Example
Text Example
White with #21FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA64; }
p { color: rgb(33,250,100); }
H1.HeaderClassName
{
color: #21FA64;
}
.AnyTagClassName
{
color: #21FA64;
}
</style>
background-color css
<style>
a { background-color: #21FA64; }
a { background-color: rgb(33,250,100); }
div.DivClassName
{
background-color: #21FA64;
}
.BgClassName
{
background-color: #21FA64;
}
</style>
border-color css
<style>
span { border-color: #21FA64; }
span { border-color: rgb(33,250,100); }
td.TdClassName
{
border-color: #21FA64;
}
.TagClassName
{
border-color: #21FA64;
}
</style>