Shades of Malachite #03D25D
Tints of Malachite #03D25D
RGB
CMYK
RGB Variations
Color information
#03D25D (or 0x03D25D) is known color: Malachite. HEX triplet: 03, D2 and 5D. RGB value is (3,210,93). Sum of RGB (Red+Green+Blue) = 3+210+93=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 210 (82.42% from 255 or 68.63% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 210 - color contains mainly: green. Hex color #03D25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D25D is #FC2DA2. Grayscale: #878787. Windows color (decimal): -16526755 or 6148611. OLE color: 6148611.
HSL color Cylindrical-coordinate representation of color #03D25D: hue angle of 146.09º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D25D is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 93 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.18 |
| HSL | 146.09º | 0.97% | 0.42% | - |
| HSV(B) | 146.09º | 0.99% | 0.82% | - |
| XYZ | 25.06 | 46.9 | 18.09 | - |
| YUV | 134.77 | 104.42 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 93 | 0.99 | 0 | 0.56 | 0.18 | 146.09 | 0.97 | 0.42 |
| Hex | 3 | D2 | 5D | 63 | 0 | 38 | 12 | 92 | 61 | 2A |
| Octal | 3 | 322 | 135 | 143 | 0 | 70 | 22 | 222 | 141 | 52 |
| Binary | 11 | 11010010 | 1011101 | 1100011 | 0 | 111000 | 10010 | 10010010 | 1100001 | 101010 |
Color Harmonies of #03D25D
Complementary color
Monochromatic Colors of #03D25D
Black with #03D25D
Text Example
Text Example
White with #03D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D25D; }
p { color: rgb(3,210,93); }
H1.HeaderClassName
{
color: #03D25D;
}
.AnyTagClassName
{
color: #03D25D;
}
</style>
background-color css
<style>
a { background-color: #03D25D; }
a { background-color: rgb(3,210,93); }
div.DivClassName
{
background-color: #03D25D;
}
.BgClassName
{
background-color: #03D25D;
}
</style>
border-color css
<style>
span { border-color: #03D25D; }
span { border-color: rgb(3,210,93); }
td.TdClassName
{
border-color: #03D25D;
}
.TagClassName
{
border-color: #03D25D;
}
</style>