Shades of Malachite #03CC5B
Tints of Malachite #03CC5B
RGB
CMYK
RGB Variations
Color information
#03CC5B (or 0x03CC5B) is known color: Malachite. HEX triplet: 03, CC and 5B. RGB value is (3,204,91). Sum of RGB (Red+Green+Blue) = 3+204+91=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC5B is #FC33A4. Grayscale: #838383. Windows color (decimal): -16528293 or 6016003. OLE color: 6016003.
HSL color Cylindrical-coordinate representation of color #03CC5B: hue angle of 146.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC5B is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 91 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.2 |
| HSL | 146.27º | 0.97% | 0.41% | - |
| HSV(B) | 146.27º | 0.99% | 0.8% | - |
| XYZ | 23.52 | 43.96 | 17.14 | - |
| YUV | 131.02 | 105.41 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 91 | 0.99 | 0 | 0.55 | 0.2 | 146.27 | 0.97 | 0.41 |
| Hex | 3 | CC | 5B | 63 | 0 | 37 | 14 | 92 | 61 | 29 |
| Octal | 3 | 314 | 133 | 143 | 0 | 67 | 24 | 222 | 141 | 51 |
| Binary | 11 | 11001100 | 1011011 | 1100011 | 0 | 110111 | 10100 | 10010010 | 1100001 | 101001 |
Color Harmonies of #03CC5B
Complementary color
Monochromatic Colors of #03CC5B
Black with #03CC5B
Text Example
Text Example
White with #03CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC5B; }
p { color: rgb(3,204,91); }
H1.HeaderClassName
{
color: #03CC5B;
}
.AnyTagClassName
{
color: #03CC5B;
}
</style>
background-color css
<style>
a { background-color: #03CC5B; }
a { background-color: rgb(3,204,91); }
div.DivClassName
{
background-color: #03CC5B;
}
.BgClassName
{
background-color: #03CC5B;
}
</style>
border-color css
<style>
span { border-color: #03CC5B; }
span { border-color: rgb(3,204,91); }
td.TdClassName
{
border-color: #03CC5B;
}
.TagClassName
{
border-color: #03CC5B;
}
</style>