Shades of Malachite #21F255
Tints of Malachite #21F255
RGB
CMYK
RGB Variations
Color information
#21F255 (or 0x21F255) is known color: Malachite. HEX triplet: 21, F2 and 55. RGB value is (33,242,85). Sum of RGB (Red+Green+Blue) = 33+242+85=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #21F255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F255 is #DE0DAA. Grayscale: #A2A2A2. Windows color (decimal): -14552491 or 5632545. OLE color: 5632545.
HSL color Cylindrical-coordinate representation of color #21F255: hue angle of 134.93º degrees, saturation: 0.89, 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 #21F255 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 85 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.05 |
| HSL | 134.93º | 0.89% | 0.54% | - |
| HSV(B) | 134.93º | 0.86% | 0.95% | - |
| XYZ | 34.02 | 64.48 | 19.25 | - |
| YUV | 161.61 | 84.76 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 85 | 0.86 | 0 | 0.65 | 0.05 | 134.93 | 0.89 | 0.54 |
| Hex | 21 | F2 | 55 | 56 | 0 | 41 | 5 | 87 | 59 | 36 |
| Octal | 41 | 362 | 125 | 126 | 0 | 101 | 5 | 207 | 131 | 66 |
| Binary | 100001 | 11110010 | 1010101 | 1010110 | 0 | 1000001 | 101 | 10000111 | 1011001 | 110110 |
Color Harmonies of #21F255
Complementary color
Monochromatic Colors of #21F255
Black with #21F255
Text Example
Text Example
White with #21F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F255; }
p { color: rgb(33,242,85); }
H1.HeaderClassName
{
color: #21F255;
}
.AnyTagClassName
{
color: #21F255;
}
</style>
background-color css
<style>
a { background-color: #21F255; }
a { background-color: rgb(33,242,85); }
div.DivClassName
{
background-color: #21F255;
}
.BgClassName
{
background-color: #21F255;
}
</style>
border-color css
<style>
span { border-color: #21F255; }
span { border-color: rgb(33,242,85); }
td.TdClassName
{
border-color: #21F255;
}
.TagClassName
{
border-color: #21F255;
}
</style>