Shades of Malachite #21F655
Tints of Malachite #21F655
RGB
CMYK
RGB Variations
Color information
#21F655 (or 0x21F655) is known color: Malachite. HEX triplet: 21, F6 and 55. RGB value is (33,246,85). Sum of RGB (Red+Green+Blue) = 33+246+85=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 246 (96.48% from 255 or 67.58% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 246 - color contains mainly: green. Hex color #21F655 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F655 is #DE09AA. Grayscale: #A4A4A4. Windows color (decimal): -14551467 or 5633569. OLE color: 5633569.
HSL color Cylindrical-coordinate representation of color #21F655: hue angle of 134.65º 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 #21F655 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 85 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.04 |
| HSL | 134.65º | 0.92% | 0.55% | - |
| HSV(B) | 134.65º | 0.87% | 0.96% | - |
| XYZ | 35.22 | 66.89 | 19.65 | - |
| YUV | 163.96 | 83.43 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 85 | 0.87 | 0 | 0.65 | 0.04 | 134.65 | 0.92 | 0.55 |
| Hex | 21 | F6 | 55 | 57 | 0 | 41 | 4 | 87 | 5C | 37 |
| Octal | 41 | 366 | 125 | 127 | 0 | 101 | 4 | 207 | 134 | 67 |
| Binary | 100001 | 11110110 | 1010101 | 1010111 | 0 | 1000001 | 100 | 10000111 | 1011100 | 110111 |
Color Harmonies of #21F655
Complementary color
Monochromatic Colors of #21F655
Black with #21F655
Text Example
Text Example
White with #21F655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F655; }
p { color: rgb(33,246,85); }
H1.HeaderClassName
{
color: #21F655;
}
.AnyTagClassName
{
color: #21F655;
}
</style>
background-color css
<style>
a { background-color: #21F655; }
a { background-color: rgb(33,246,85); }
div.DivClassName
{
background-color: #21F655;
}
.BgClassName
{
background-color: #21F655;
}
</style>
border-color css
<style>
span { border-color: #21F655; }
span { border-color: rgb(33,246,85); }
td.TdClassName
{
border-color: #21F655;
}
.TagClassName
{
border-color: #21F655;
}
</style>