Shades of Malachite #04D270
Tints of Malachite #04D270
RGB
CMYK
RGB Variations
Color information
#04D270 (or 0x04D270) is known color: Malachite. HEX triplet: 04, D2 and 70. RGB value is (4,210,112). Sum of RGB (Red+Green+Blue) = 4+210+112=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #04D270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D270 is #FB2D8F. Grayscale: #898989. Windows color (decimal): -16461200 or 7393796. OLE color: 7393796.
HSL color Cylindrical-coordinate representation of color #04D270: hue angle of 151.46º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D270 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 112 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.18 |
| HSL | 151.46º | 0.96% | 0.42% | - |
| HSV(B) | 151.46º | 0.98% | 0.82% | - |
| XYZ | 26.02 | 47.29 | 23.09 | - |
| YUV | 137.23 | 113.75 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 112 | 0.98 | 0 | 0.47 | 0.18 | 151.46 | 0.96 | 0.42 |
| Hex | 4 | D2 | 70 | 62 | 0 | 2F | 12 | 97 | 60 | 2A |
| Octal | 4 | 322 | 160 | 142 | 0 | 57 | 22 | 227 | 140 | 52 |
| Binary | 100 | 11010010 | 1110000 | 1100010 | 0 | 101111 | 10010 | 10010111 | 1100000 | 101010 |
Color Harmonies of #04D270
Complementary color
Monochromatic Colors of #04D270
Black with #04D270
Text Example
Text Example
White with #04D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D270; }
p { color: rgb(4,210,112); }
H1.HeaderClassName
{
color: #04D270;
}
.AnyTagClassName
{
color: #04D270;
}
</style>
background-color css
<style>
a { background-color: #04D270; }
a { background-color: rgb(4,210,112); }
div.DivClassName
{
background-color: #04D270;
}
.BgClassName
{
background-color: #04D270;
}
</style>
border-color css
<style>
span { border-color: #04D270; }
span { border-color: rgb(4,210,112); }
td.TdClassName
{
border-color: #04D270;
}
.TagClassName
{
border-color: #04D270;
}
</style>