Shades of Malachite #21FF4A
Tints of Malachite #21FF4A
RGB
CMYK
RGB Variations
Color information
#21FF4A (or 0x21FF4A) is known color: Malachite. HEX triplet: 21, FF and 4A. RGB value is (33,255,74). Sum of RGB (Red+Green+Blue) = 33+255+74=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21FF4A is #DE00B5. Grayscale: #A8A8A8. Windows color (decimal): -14549174 or 4914977. OLE color: 4914977.
HSL color Cylindrical-coordinate representation of color #21FF4A: hue angle of 131.08º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF4A is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 74 | - |
| CMYK | 0.87 | 0 | 0.71 | 0 |
| HSL | 131.08º | 1% | 0.56% | - |
| HSV(B) | 131.08º | 0.87% | 1% | - |
| XYZ | 37.62 | 72.34 | 18.46 | - |
| YUV | 167.99 | 74.95 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 74 | 0.87 | 0 | 0.71 | 0 | 131.08 | 1 | 0.56 |
| Hex | 21 | FF | 4A | 57 | 0 | 47 | 0 | 83 | 64 | 38 |
| Octal | 41 | 377 | 112 | 127 | 0 | 107 | 0 | 203 | 144 | 70 |
| Binary | 100001 | 11111111 | 1001010 | 1010111 | 0 | 1000111 | 0 | 10000011 | 1100100 | 111000 |
Color Harmonies of #21FF4A
Complementary color
Monochromatic Colors of #21FF4A
Black with #21FF4A
Text Example
Text Example
White with #21FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF4A; }
p { color: rgb(33,255,74); }
H1.HeaderClassName
{
color: #21FF4A;
}
.AnyTagClassName
{
color: #21FF4A;
}
</style>
background-color css
<style>
a { background-color: #21FF4A; }
a { background-color: rgb(33,255,74); }
div.DivClassName
{
background-color: #21FF4A;
}
.BgClassName
{
background-color: #21FF4A;
}
</style>
border-color css
<style>
span { border-color: #21FF4A; }
span { border-color: rgb(33,255,74); }
td.TdClassName
{
border-color: #21FF4A;
}
.TagClassName
{
border-color: #21FF4A;
}
</style>