Shades of Malachite #21F55D
Tints of Malachite #21F55D
RGB
CMYK
RGB Variations
Color information
#21F55D (or 0x21F55D) is known color: Malachite. HEX triplet: 21, F5 and 5D. RGB value is (33,245,93). Sum of RGB (Red+Green+Blue) = 33+245+93=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 245 (96.09% from 255 or 66.04% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 245 - color contains mainly: green. Hex color #21F55D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F55D is #DE0AA2. Grayscale: #A4A4A4. Windows color (decimal): -14551715 or 6157601. OLE color: 6157601.
HSL color Cylindrical-coordinate representation of color #21F55D: hue angle of 136.98º degrees, saturation: 0.91, 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 #21F55D is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 245 | 93 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.04 |
| HSL | 136.98º | 0.91% | 0.55% | - |
| HSV(B) | 136.98º | 0.87% | 0.96% | - |
| XYZ | 35.26 | 66.42 | 21.32 | - |
| YUV | 164.28 | 87.76 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 245 | 93 | 0.87 | 0 | 0.62 | 0.04 | 136.98 | 0.91 | 0.55 |
| Hex | 21 | F5 | 5D | 57 | 0 | 3E | 4 | 89 | 5B | 37 |
| Octal | 41 | 365 | 135 | 127 | 0 | 76 | 4 | 211 | 133 | 67 |
| Binary | 100001 | 11110101 | 1011101 | 1010111 | 0 | 111110 | 100 | 10001001 | 1011011 | 110111 |
Color Harmonies of #21F55D
Complementary color
Monochromatic Colors of #21F55D
Black with #21F55D
Text Example
Text Example
White with #21F55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F55D; }
p { color: rgb(33,245,93); }
H1.HeaderClassName
{
color: #21F55D;
}
.AnyTagClassName
{
color: #21F55D;
}
</style>
background-color css
<style>
a { background-color: #21F55D; }
a { background-color: rgb(33,245,93); }
div.DivClassName
{
background-color: #21F55D;
}
.BgClassName
{
background-color: #21F55D;
}
</style>
border-color css
<style>
span { border-color: #21F55D; }
span { border-color: rgb(33,245,93); }
td.TdClassName
{
border-color: #21F55D;
}
.TagClassName
{
border-color: #21F55D;
}
</style>