Shades of Malachite #21F640
Tints of Malachite #21F640
RGB
CMYK
RGB Variations
Color information
#21F640 (or 0x21F640) is known color: Malachite. HEX triplet: 21, F6 and 40. RGB value is (33,246,64). Sum of RGB (Red+Green+Blue) = 33+246+64=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 246 (96.48% from 255 or 71.72% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 246 - color contains mainly: green. Hex color #21F640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F640 is #DE09BF. Grayscale: #A2A2A2. Windows color (decimal): -14551488 or 4257313. OLE color: 4257313.
HSL color Cylindrical-coordinate representation of color #21F640: hue angle of 128.73º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F640 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 64 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.04 |
| HSL | 128.73º | 0.92% | 0.55% | - |
| HSV(B) | 128.73º | 0.87% | 0.96% | - |
| XYZ | 34.51 | 66.61 | 15.89 | - |
| YUV | 161.57 | 72.93 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 64 | 0.87 | 0 | 0.74 | 0.04 | 128.73 | 0.92 | 0.55 |
| Hex | 21 | F6 | 40 | 57 | 0 | 4A | 4 | 81 | 5C | 37 |
| Octal | 41 | 366 | 100 | 127 | 0 | 112 | 4 | 201 | 134 | 67 |
| Binary | 100001 | 11110110 | 1000000 | 1010111 | 0 | 1001010 | 100 | 10000001 | 1011100 | 110111 |
Color Harmonies of #21F640
Complementary color
Monochromatic Colors of #21F640
Black with #21F640
Text Example
Text Example
White with #21F640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F640; }
p { color: rgb(33,246,64); }
H1.HeaderClassName
{
color: #21F640;
}
.AnyTagClassName
{
color: #21F640;
}
</style>
background-color css
<style>
a { background-color: #21F640; }
a { background-color: rgb(33,246,64); }
div.DivClassName
{
background-color: #21F640;
}
.BgClassName
{
background-color: #21F640;
}
</style>
border-color css
<style>
span { border-color: #21F640; }
span { border-color: rgb(33,246,64); }
td.TdClassName
{
border-color: #21F640;
}
.TagClassName
{
border-color: #21F640;
}
</style>