Shades of Malachite #21F63D
Tints of Malachite #21F63D
RGB
CMYK
RGB Variations
Color information
#21F63D (or 0x21F63D) is known color: Malachite. HEX triplet: 21, F6 and 3D. RGB value is (33,246,61). Sum of RGB (Red+Green+Blue) = 33+246+61=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 246 (96.48% from 255 or 72.35% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 246 - color contains mainly: green. Hex color #21F63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F63D is #DE09C2. Grayscale: #A1A1A1. Windows color (decimal): -14551491 or 4060705. OLE color: 4060705.
HSL color Cylindrical-coordinate representation of color #21F63D: hue angle of 127.89º 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 #21F63D is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 61 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.04 |
| HSL | 127.89º | 0.92% | 0.55% | - |
| HSV(B) | 127.89º | 0.87% | 0.96% | - |
| XYZ | 34.43 | 66.57 | 15.45 | - |
| YUV | 161.22 | 71.43 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 61 | 0.87 | 0 | 0.75 | 0.04 | 127.89 | 0.92 | 0.55 |
| Hex | 21 | F6 | 3D | 57 | 0 | 4B | 4 | 80 | 5C | 37 |
| Octal | 41 | 366 | 75 | 127 | 0 | 113 | 4 | 200 | 134 | 67 |
| Binary | 100001 | 11110110 | 111101 | 1010111 | 0 | 1001011 | 100 | 10000000 | 1011100 | 110111 |
Color Harmonies of #21F63D
Complementary color
Monochromatic Colors of #21F63D
Black with #21F63D
Text Example
Text Example
White with #21F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F63D; }
p { color: rgb(33,246,61); }
H1.HeaderClassName
{
color: #21F63D;
}
.AnyTagClassName
{
color: #21F63D;
}
</style>
background-color css
<style>
a { background-color: #21F63D; }
a { background-color: rgb(33,246,61); }
div.DivClassName
{
background-color: #21F63D;
}
.BgClassName
{
background-color: #21F63D;
}
</style>
border-color css
<style>
span { border-color: #21F63D; }
span { border-color: rgb(33,246,61); }
td.TdClassName
{
border-color: #21F63D;
}
.TagClassName
{
border-color: #21F63D;
}
</style>