Shades of Malachite #21CF47
Tints of Malachite #21CF47
RGB
CMYK
RGB Variations
Color information
#21CF47 (or 0x21CF47) is known color: Malachite. HEX triplet: 21, CF and 47. RGB value is (33,207,71). Sum of RGB (Red+Green+Blue) = 33+207+71=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF47 is #DE30B8. Grayscale: #8B8B8B. Windows color (decimal): -14561465 or 4706081. OLE color: 4706081.
HSL color Cylindrical-coordinate representation of color #21CF47: hue angle of 133.1º 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 #21CF47 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 71 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.19 |
| HSL | 133.1º | 0.73% | 0.47% | - |
| HSV(B) | 133.1º | 0.84% | 0.81% | - |
| XYZ | 24.08 | 45.4 | 13.46 | - |
| YUV | 139.47 | 89.35 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 71 | 0.84 | 0 | 0.66 | 0.19 | 133.1 | 0.73 | 0.47 |
| Hex | 21 | CF | 47 | 54 | 0 | 42 | 13 | 85 | 48 | 2F |
| Octal | 41 | 317 | 107 | 124 | 0 | 102 | 23 | 205 | 110 | 57 |
| Binary | 100001 | 11001111 | 1000111 | 1010100 | 0 | 1000010 | 10011 | 10000101 | 1001000 | 101111 |
Color Harmonies of #21CF47
Complementary color
Monochromatic Colors of #21CF47
Black with #21CF47
Text Example
Text Example
White with #21CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF47; }
p { color: rgb(33,207,71); }
H1.HeaderClassName
{
color: #21CF47;
}
.AnyTagClassName
{
color: #21CF47;
}
</style>
background-color css
<style>
a { background-color: #21CF47; }
a { background-color: rgb(33,207,71); }
div.DivClassName
{
background-color: #21CF47;
}
.BgClassName
{
background-color: #21CF47;
}
</style>
border-color css
<style>
span { border-color: #21CF47; }
span { border-color: rgb(33,207,71); }
td.TdClassName
{
border-color: #21CF47;
}
.TagClassName
{
border-color: #21CF47;
}
</style>