Shades of Malachite #21F357
Tints of Malachite #21F357
RGB
CMYK
RGB Variations
Color information
#21F357 (or 0x21F357) is known color: Malachite. HEX triplet: 21, F3 and 57. RGB value is (33,243,87). Sum of RGB (Red+Green+Blue) = 33+243+87=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #21F357 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F357 is #DE0CA8. Grayscale: #A2A2A2. Windows color (decimal): -14552233 or 5763873. OLE color: 5763873.
HSL color Cylindrical-coordinate representation of color #21F357: hue angle of 135.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F357 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 87 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.05 |
| HSL | 135.43º | 0.9% | 0.54% | - |
| HSV(B) | 135.43º | 0.86% | 0.95% | - |
| XYZ | 34.4 | 65.11 | 19.77 | - |
| YUV | 162.43 | 85.43 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 87 | 0.86 | 0 | 0.64 | 0.05 | 135.43 | 0.9 | 0.54 |
| Hex | 21 | F3 | 57 | 56 | 0 | 40 | 5 | 87 | 5A | 36 |
| Octal | 41 | 363 | 127 | 126 | 0 | 100 | 5 | 207 | 132 | 66 |
| Binary | 100001 | 11110011 | 1010111 | 1010110 | 0 | 1000000 | 101 | 10000111 | 1011010 | 110110 |
Color Harmonies of #21F357
Complementary color
Monochromatic Colors of #21F357
Black with #21F357
Text Example
Text Example
White with #21F357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F357; }
p { color: rgb(33,243,87); }
H1.HeaderClassName
{
color: #21F357;
}
.AnyTagClassName
{
color: #21F357;
}
</style>
background-color css
<style>
a { background-color: #21F357; }
a { background-color: rgb(33,243,87); }
div.DivClassName
{
background-color: #21F357;
}
.BgClassName
{
background-color: #21F357;
}
</style>
border-color css
<style>
span { border-color: #21F357; }
span { border-color: rgb(33,243,87); }
td.TdClassName
{
border-color: #21F357;
}
.TagClassName
{
border-color: #21F357;
}
</style>