Shades of Malachite #21F65A
Tints of Malachite #21F65A
RGB
CMYK
RGB Variations
Color information
#21F65A (or 0x21F65A) is known color: Malachite. HEX triplet: 21, F6 and 5A. RGB value is (33,246,90). Sum of RGB (Red+Green+Blue) = 33+246+90=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #21F65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F65A is #DE09A5. Grayscale: #A4A4A4. Windows color (decimal): -14551462 or 5961249. OLE color: 5961249.
HSL color Cylindrical-coordinate representation of color #21F65A: hue angle of 136.06º 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 #21F65A is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 90 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.04 |
| HSL | 136.06º | 0.92% | 0.55% | - |
| HSV(B) | 136.06º | 0.87% | 0.96% | - |
| XYZ | 35.43 | 66.97 | 20.73 | - |
| YUV | 164.53 | 85.93 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 90 | 0.87 | 0 | 0.63 | 0.04 | 136.06 | 0.92 | 0.55 |
| Hex | 21 | F6 | 5A | 57 | 0 | 3F | 4 | 88 | 5C | 37 |
| Octal | 41 | 366 | 132 | 127 | 0 | 77 | 4 | 210 | 134 | 67 |
| Binary | 100001 | 11110110 | 1011010 | 1010111 | 0 | 111111 | 100 | 10001000 | 1011100 | 110111 |
Color Harmonies of #21F65A
Complementary color
Monochromatic Colors of #21F65A
Black with #21F65A
Text Example
Text Example
White with #21F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F65A; }
p { color: rgb(33,246,90); }
H1.HeaderClassName
{
color: #21F65A;
}
.AnyTagClassName
{
color: #21F65A;
}
</style>
background-color css
<style>
a { background-color: #21F65A; }
a { background-color: rgb(33,246,90); }
div.DivClassName
{
background-color: #21F65A;
}
.BgClassName
{
background-color: #21F65A;
}
</style>
border-color css
<style>
span { border-color: #21F65A; }
span { border-color: rgb(33,246,90); }
td.TdClassName
{
border-color: #21F65A;
}
.TagClassName
{
border-color: #21F65A;
}
</style>