Shades of Malachite #03D25C
Tints of Malachite #03D25C
RGB
CMYK
RGB Variations
Color information
#03D25C (or 0x03D25C) is known color: Malachite. HEX triplet: 03, D2 and 5C. RGB value is (3,210,92). Sum of RGB (Red+Green+Blue) = 3+210+92=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #03D25C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D25C is #FC2DA3. Grayscale: #868686. Windows color (decimal): -16526756 or 6083075. OLE color: 6083075.
HSL color Cylindrical-coordinate representation of color #03D25C: hue angle of 145.8º 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 #03D25C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 92 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.18 |
| HSL | 145.8º | 0.97% | 0.42% | - |
| HSV(B) | 145.8º | 0.99% | 0.82% | - |
| XYZ | 25.02 | 46.89 | 17.86 | - |
| YUV | 134.66 | 103.92 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 92 | 0.99 | 0 | 0.56 | 0.18 | 145.8 | 0.97 | 0.42 |
| Hex | 3 | D2 | 5C | 63 | 0 | 38 | 12 | 92 | 61 | 2A |
| Octal | 3 | 322 | 134 | 143 | 0 | 70 | 22 | 222 | 141 | 52 |
| Binary | 11 | 11010010 | 1011100 | 1100011 | 0 | 111000 | 10010 | 10010010 | 1100001 | 101010 |
Color Harmonies of #03D25C
Complementary color
Monochromatic Colors of #03D25C
Black with #03D25C
Text Example
Text Example
White with #03D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D25C; }
p { color: rgb(3,210,92); }
H1.HeaderClassName
{
color: #03D25C;
}
.AnyTagClassName
{
color: #03D25C;
}
</style>
background-color css
<style>
a { background-color: #03D25C; }
a { background-color: rgb(3,210,92); }
div.DivClassName
{
background-color: #03D25C;
}
.BgClassName
{
background-color: #03D25C;
}
</style>
border-color css
<style>
span { border-color: #03D25C; }
span { border-color: rgb(3,210,92); }
td.TdClassName
{
border-color: #03D25C;
}
.TagClassName
{
border-color: #03D25C;
}
</style>