Shades of Malachite #03D440
Tints of Malachite #03D440
RGB
CMYK
RGB Variations
Color information
#03D440 (or 0x03D440) is known color: Malachite. HEX triplet: 03, D4 and 40. RGB value is (3,212,64). Sum of RGB (Red+Green+Blue) = 3+212+64=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 212 (83.20% from 255 or 75.99% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 212 - color contains mainly: green. Hex color #03D440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D440 is #FC2BBF. Grayscale: #858585. Windows color (decimal): -16526272 or 4248579. OLE color: 4248579.
HSL color Cylindrical-coordinate representation of color #03D440: hue angle of 137.51º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D440 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 212 | 64 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.17 |
| HSL | 137.51º | 0.97% | 0.42% | - |
| HSV(B) | 137.51º | 0.99% | 0.83% | - |
| XYZ | 24.51 | 47.48 | 12.72 | - |
| YUV | 132.64 | 89.26 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 64 | 0.99 | 0 | 0.70 | 0.17 | 137.51 | 0.97 | 0.42 |
| Hex | 3 | D4 | 40 | 63 | 0 | 46 | 11 | 8A | 61 | 2A |
| Octal | 3 | 324 | 100 | 143 | 0 | 106 | 21 | 212 | 141 | 52 |
| Binary | 11 | 11010100 | 1000000 | 1100011 | 0 | 1000110 | 10001 | 10001010 | 1100001 | 101010 |
Color Harmonies of #03D440
Complementary color
Monochromatic Colors of #03D440
Black with #03D440
Text Example
Text Example
White with #03D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D440; }
p { color: rgb(3,212,64); }
H1.HeaderClassName
{
color: #03D440;
}
.AnyTagClassName
{
color: #03D440;
}
</style>
background-color css
<style>
a { background-color: #03D440; }
a { background-color: rgb(3,212,64); }
div.DivClassName
{
background-color: #03D440;
}
.BgClassName
{
background-color: #03D440;
}
</style>
border-color css
<style>
span { border-color: #03D440; }
span { border-color: rgb(3,212,64); }
td.TdClassName
{
border-color: #03D440;
}
.TagClassName
{
border-color: #03D440;
}
</style>