Shades of Malachite #03CA6B
Tints of Malachite #03CA6B
RGB
CMYK
RGB Variations
Color information
#03CA6B (or 0x03CA6B) is known color: Malachite. HEX triplet: 03, CA and 6B. RGB value is (3,202,107). Sum of RGB (Red+Green+Blue) = 3+202+107=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA6B is #FC3594. Grayscale: #838383. Windows color (decimal): -16528789 or 7064067. OLE color: 7064067.
HSL color Cylindrical-coordinate representation of color #03CA6B: hue angle of 151.36º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA6B is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 107 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.21 |
| HSL | 151.36º | 0.97% | 0.4% | - |
| HSV(B) | 151.36º | 0.99% | 0.79% | - |
| XYZ | 23.81 | 43.32 | 21.02 | - |
| YUV | 131.67 | 114.07 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 107 | 0.99 | 0 | 0.47 | 0.21 | 151.36 | 0.97 | 0.4 |
| Hex | 3 | CA | 6B | 63 | 0 | 2F | 15 | 97 | 61 | 28 |
| Octal | 3 | 312 | 153 | 143 | 0 | 57 | 25 | 227 | 141 | 50 |
| Binary | 11 | 11001010 | 1101011 | 1100011 | 0 | 101111 | 10101 | 10010111 | 1100001 | 101000 |
Color Harmonies of #03CA6B
Complementary color
Monochromatic Colors of #03CA6B
Black with #03CA6B
Text Example
Text Example
White with #03CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA6B; }
p { color: rgb(3,202,107); }
H1.HeaderClassName
{
color: #03CA6B;
}
.AnyTagClassName
{
color: #03CA6B;
}
</style>
background-color css
<style>
a { background-color: #03CA6B; }
a { background-color: rgb(3,202,107); }
div.DivClassName
{
background-color: #03CA6B;
}
.BgClassName
{
background-color: #03CA6B;
}
</style>
border-color css
<style>
span { border-color: #03CA6B; }
span { border-color: rgb(3,202,107); }
td.TdClassName
{
border-color: #03CA6B;
}
.TagClassName
{
border-color: #03CA6B;
}
</style>