Shades of Malachite #03DF5F
Tints of Malachite #03DF5F
RGB
CMYK
RGB Variations
Color information
#03DF5F (or 0x03DF5F) is known color: Malachite. HEX triplet: 03, DF and 5F. RGB value is (3,223,95). Sum of RGB (Red+Green+Blue) = 3+223+95=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 223 (87.5% from 255 or 69.47% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DF5F is #FC20A0. Grayscale: #8E8E8E. Windows color (decimal): -16523425 or 6283011. OLE color: 6283011.
HSL color Cylindrical-coordinate representation of color #03DF5F: hue angle of 145.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DF5F is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 95 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.13 |
| HSL | 145.09º | 0.97% | 0.44% | - |
| HSV(B) | 145.09º | 0.99% | 0.87% | - |
| XYZ | 28.49 | 53.62 | 19.67 | - |
| YUV | 142.63 | 101.11 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 95 | 0.99 | 0 | 0.57 | 0.13 | 145.09 | 0.97 | 0.44 |
| Hex | 3 | DF | 5F | 63 | 0 | 39 | D | 91 | 61 | 2C |
| Octal | 3 | 337 | 137 | 143 | 0 | 71 | 15 | 221 | 141 | 54 |
| Binary | 11 | 11011111 | 1011111 | 1100011 | 0 | 111001 | 1101 | 10010001 | 1100001 | 101100 |
Color Harmonies of #03DF5F
Complementary color
Monochromatic Colors of #03DF5F
Black with #03DF5F
Text Example
Text Example
White with #03DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF5F; }
p { color: rgb(3,223,95); }
H1.HeaderClassName
{
color: #03DF5F;
}
.AnyTagClassName
{
color: #03DF5F;
}
</style>
background-color css
<style>
a { background-color: #03DF5F; }
a { background-color: rgb(3,223,95); }
div.DivClassName
{
background-color: #03DF5F;
}
.BgClassName
{
background-color: #03DF5F;
}
</style>
border-color css
<style>
span { border-color: #03DF5F; }
span { border-color: rgb(3,223,95); }
td.TdClassName
{
border-color: #03DF5F;
}
.TagClassName
{
border-color: #03DF5F;
}
</style>