Shades of Malachite #03D25B
Tints of Malachite #03D25B
RGB
CMYK
RGB Variations
Color information
#03D25B (or 0x03D25B) is known color: Malachite. HEX triplet: 03, D2 and 5B. RGB value is (3,210,91). Sum of RGB (Red+Green+Blue) = 3+210+91=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 210 (82.42% from 255 or 69.08% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 210 - color contains mainly: green. Hex color #03D25B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D25B is #FC2DA4. Grayscale: #868686. Windows color (decimal): -16526757 or 6017539. OLE color: 6017539.
HSL color Cylindrical-coordinate representation of color #03D25B: hue angle of 145.51º 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 #03D25B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 91 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.18 |
| HSL | 145.51º | 0.97% | 0.42% | - |
| HSV(B) | 145.51º | 0.99% | 0.82% | - |
| XYZ | 24.97 | 46.87 | 17.63 | - |
| YUV | 134.54 | 103.42 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 91 | 0.99 | 0 | 0.57 | 0.18 | 145.51 | 0.97 | 0.42 |
| Hex | 3 | D2 | 5B | 63 | 0 | 39 | 12 | 92 | 61 | 2A |
| Octal | 3 | 322 | 133 | 143 | 0 | 71 | 22 | 222 | 141 | 52 |
| Binary | 11 | 11010010 | 1011011 | 1100011 | 0 | 111001 | 10010 | 10010010 | 1100001 | 101010 |
Color Harmonies of #03D25B
Complementary color
Monochromatic Colors of #03D25B
Black with #03D25B
Text Example
Text Example
White with #03D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D25B; }
p { color: rgb(3,210,91); }
H1.HeaderClassName
{
color: #03D25B;
}
.AnyTagClassName
{
color: #03D25B;
}
</style>
background-color css
<style>
a { background-color: #03D25B; }
a { background-color: rgb(3,210,91); }
div.DivClassName
{
background-color: #03D25B;
}
.BgClassName
{
background-color: #03D25B;
}
</style>
border-color css
<style>
span { border-color: #03D25B; }
span { border-color: rgb(3,210,91); }
td.TdClassName
{
border-color: #03D25B;
}
.TagClassName
{
border-color: #03D25B;
}
</style>