Shades of Malachite #03CE50
Tints of Malachite #03CE50
RGB
CMYK
RGB Variations
Color information
#03CE50 (or 0x03CE50) is known color: Malachite. HEX triplet: 03, CE and 50. RGB value is (3,206,80). Sum of RGB (Red+Green+Blue) = 3+206+80=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CE50 is #FC31AF. Grayscale: #838383. Windows color (decimal): -16527792 or 5295619. OLE color: 5295619.
HSL color Cylindrical-coordinate representation of color #03CE50: hue angle of 142.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CE50 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 80 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.19 |
| HSL | 142.76º | 0.97% | 0.41% | - |
| HSV(B) | 142.76º | 0.99% | 0.81% | - |
| XYZ | 23.56 | 44.74 | 14.98 | - |
| YUV | 130.94 | 99.25 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 80 | 0.99 | 0 | 0.61 | 0.19 | 142.76 | 0.97 | 0.41 |
| Hex | 3 | CE | 50 | 63 | 0 | 3D | 13 | 8F | 61 | 29 |
| Octal | 3 | 316 | 120 | 143 | 0 | 75 | 23 | 217 | 141 | 51 |
| Binary | 11 | 11001110 | 1010000 | 1100011 | 0 | 111101 | 10011 | 10001111 | 1100001 | 101001 |
Color Harmonies of #03CE50
Complementary color
Monochromatic Colors of #03CE50
Black with #03CE50
Text Example
Text Example
White with #03CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CE50; }
p { color: rgb(3,206,80); }
H1.HeaderClassName
{
color: #03CE50;
}
.AnyTagClassName
{
color: #03CE50;
}
</style>
background-color css
<style>
a { background-color: #03CE50; }
a { background-color: rgb(3,206,80); }
div.DivClassName
{
background-color: #03CE50;
}
.BgClassName
{
background-color: #03CE50;
}
</style>
border-color css
<style>
span { border-color: #03CE50; }
span { border-color: rgb(3,206,80); }
td.TdClassName
{
border-color: #03CE50;
}
.TagClassName
{
border-color: #03CE50;
}
</style>