Shades of Malachite #03ED60
Tints of Malachite #03ED60
RGB
CMYK
RGB Variations
Color information
#03ED60 (or 0x03ED60) is known color: Malachite. HEX triplet: 03, ED and 60. RGB value is (3,237,96). Sum of RGB (Red+Green+Blue) = 3+237+96=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 237 (92.97% from 255 or 70.54% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 237 - color contains mainly: green. Hex color #03ED60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03ED60 is #FC129F. Grayscale: #979797. Windows color (decimal): -16519840 or 6352131. OLE color: 6352131.
HSL color Cylindrical-coordinate representation of color #03ED60: hue angle of 143.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ED60 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 237 | 96 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.07 |
| HSL | 143.85º | 0.98% | 0.47% | - |
| HSV(B) | 143.85º | 0.99% | 0.93% | - |
| XYZ | 32.43 | 61.43 | 21.21 | - |
| YUV | 150.96 | 96.98 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 237 | 96 | 0.99 | 0 | 0.59 | 0.07 | 143.85 | 0.98 | 0.47 |
| Hex | 3 | ED | 60 | 63 | 0 | 3B | 7 | 90 | 62 | 2F |
| Octal | 3 | 355 | 140 | 143 | 0 | 73 | 7 | 220 | 142 | 57 |
| Binary | 11 | 11101101 | 1100000 | 1100011 | 0 | 111011 | 111 | 10010000 | 1100010 | 101111 |
Color Harmonies of #03ED60
Complementary color
Monochromatic Colors of #03ED60
Black with #03ED60
Text Example
Text Example
White with #03ED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ED60; }
p { color: rgb(3,237,96); }
H1.HeaderClassName
{
color: #03ED60;
}
.AnyTagClassName
{
color: #03ED60;
}
</style>
background-color css
<style>
a { background-color: #03ED60; }
a { background-color: rgb(3,237,96); }
div.DivClassName
{
background-color: #03ED60;
}
.BgClassName
{
background-color: #03ED60;
}
</style>
border-color css
<style>
span { border-color: #03ED60; }
span { border-color: rgb(3,237,96); }
td.TdClassName
{
border-color: #03ED60;
}
.TagClassName
{
border-color: #03ED60;
}
</style>