Shades of Malachite #01CF47
Tints of Malachite #01CF47
RGB
CMYK
RGB Variations
Color information
#01CF47 (or 0x01CF47) is known color: Malachite. HEX triplet: 01, CF and 47. RGB value is (1,207,71). Sum of RGB (Red+Green+Blue) = 1+207+71=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 207 (81.25% from 255 or 74.19% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CF47 is #FE30B8. Grayscale: #828282. Windows color (decimal): -16658617 or 4706049. OLE color: 4706049.
HSL color Cylindrical-coordinate representation of color #01CF47: hue angle of 140.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF47 is Cyan = 1.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 71 | - |
| CMYK | 1.00 | 0 | 0.66 | 0.19 |
| HSL | 140.39º | 0.99% | 0.41% | - |
| HSV(B) | 140.39º | 1% | 0.81% | - |
| XYZ | 23.46 | 45.09 | 13.43 | - |
| YUV | 129.9 | 94.75 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 71 | 1.00 | 0 | 0.66 | 0.19 | 140.39 | 0.99 | 0.41 |
| Hex | 1 | CF | 47 | 64 | 0 | 42 | 13 | 8C | 63 | 29 |
| Octal | 1 | 317 | 107 | 144 | 0 | 102 | 23 | 214 | 143 | 51 |
| Binary | 1 | 11001111 | 1000111 | 1100100 | 0 | 1000010 | 10011 | 10001100 | 1100011 | 101001 |
Color Harmonies of #01CF47
Complementary color
Monochromatic Colors of #01CF47
Black with #01CF47
Text Example
Text Example
White with #01CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF47; }
p { color: rgb(1,207,71); }
H1.HeaderClassName
{
color: #01CF47;
}
.AnyTagClassName
{
color: #01CF47;
}
</style>
background-color css
<style>
a { background-color: #01CF47; }
a { background-color: rgb(1,207,71); }
div.DivClassName
{
background-color: #01CF47;
}
.BgClassName
{
background-color: #01CF47;
}
</style>
border-color css
<style>
span { border-color: #01CF47; }
span { border-color: rgb(1,207,71); }
td.TdClassName
{
border-color: #01CF47;
}
.TagClassName
{
border-color: #01CF47;
}
</style>