Shades of Malachite #21F653
Tints of Malachite #21F653
RGB
CMYK
RGB Variations
Color information
#21F653 (or 0x21F653) is known color: Malachite. HEX triplet: 21, F6 and 53. RGB value is (33,246,83). Sum of RGB (Red+Green+Blue) = 33+246+83=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #21F653 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F653 is #DE09AC. Grayscale: #A4A4A4. Windows color (decimal): -14551469 or 5502497. OLE color: 5502497.
HSL color Cylindrical-coordinate representation of color #21F653: hue angle of 134.08º 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 #21F653 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 83 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.04 |
| HSL | 134.08º | 0.92% | 0.55% | - |
| HSV(B) | 134.08º | 0.87% | 0.96% | - |
| XYZ | 35.14 | 66.86 | 19.24 | - |
| YUV | 163.73 | 82.43 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 83 | 0.87 | 0 | 0.66 | 0.04 | 134.08 | 0.92 | 0.55 |
| Hex | 21 | F6 | 53 | 57 | 0 | 42 | 4 | 86 | 5C | 37 |
| Octal | 41 | 366 | 123 | 127 | 0 | 102 | 4 | 206 | 134 | 67 |
| Binary | 100001 | 11110110 | 1010011 | 1010111 | 0 | 1000010 | 100 | 10000110 | 1011100 | 110111 |
Color Harmonies of #21F653
Complementary color
Monochromatic Colors of #21F653
Black with #21F653
Text Example
Text Example
White with #21F653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F653; }
p { color: rgb(33,246,83); }
H1.HeaderClassName
{
color: #21F653;
}
.AnyTagClassName
{
color: #21F653;
}
</style>
background-color css
<style>
a { background-color: #21F653; }
a { background-color: rgb(33,246,83); }
div.DivClassName
{
background-color: #21F653;
}
.BgClassName
{
background-color: #21F653;
}
</style>
border-color css
<style>
span { border-color: #21F653; }
span { border-color: rgb(33,246,83); }
td.TdClassName
{
border-color: #21F653;
}
.TagClassName
{
border-color: #21F653;
}
</style>