Shades of Malachite #21CF51
Tints of Malachite #21CF51
RGB
CMYK
RGB Variations
Color information
#21CF51 (or 0x21CF51) is known color: Malachite. HEX triplet: 21, CF and 51. RGB value is (33,207,81). Sum of RGB (Red+Green+Blue) = 33+207+81=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF51 is #DE30AE. Grayscale: #8C8C8C. Windows color (decimal): -14561455 or 5361441. OLE color: 5361441.
HSL color Cylindrical-coordinate representation of color #21CF51: hue angle of 136.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF51 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 81 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.19 |
| HSL | 136.55º | 0.73% | 0.47% | - |
| HSV(B) | 136.55º | 0.84% | 0.81% | - |
| XYZ | 24.43 | 45.54 | 15.29 | - |
| YUV | 140.61 | 94.35 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 81 | 0.84 | 0 | 0.61 | 0.19 | 136.55 | 0.73 | 0.47 |
| Hex | 21 | CF | 51 | 54 | 0 | 3D | 13 | 89 | 48 | 2F |
| Octal | 41 | 317 | 121 | 124 | 0 | 75 | 23 | 211 | 110 | 57 |
| Binary | 100001 | 11001111 | 1010001 | 1010100 | 0 | 111101 | 10011 | 10001001 | 1001000 | 101111 |
Color Harmonies of #21CF51
Complementary color
Monochromatic Colors of #21CF51
Black with #21CF51
Text Example
Text Example
White with #21CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF51; }
p { color: rgb(33,207,81); }
H1.HeaderClassName
{
color: #21CF51;
}
.AnyTagClassName
{
color: #21CF51;
}
</style>
background-color css
<style>
a { background-color: #21CF51; }
a { background-color: rgb(33,207,81); }
div.DivClassName
{
background-color: #21CF51;
}
.BgClassName
{
background-color: #21CF51;
}
</style>
border-color css
<style>
span { border-color: #21CF51; }
span { border-color: rgb(33,207,81); }
td.TdClassName
{
border-color: #21CF51;
}
.TagClassName
{
border-color: #21CF51;
}
</style>