Shades of Malachite #03CF6B
Tints of Malachite #03CF6B
RGB
CMYK
RGB Variations
Color information
#03CF6B (or 0x03CF6B) is known color: Malachite. HEX triplet: 03, CF and 6B. RGB value is (3,207,107). Sum of RGB (Red+Green+Blue) = 3+207+107=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CF6B is #FC3094. Grayscale: #868686. Windows color (decimal): -16527509 or 7065347. OLE color: 7065347.
HSL color Cylindrical-coordinate representation of color #03CF6B: hue angle of 150.59º 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 #03CF6B is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 107 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.19 |
| HSL | 150.59º | 0.97% | 0.41% | - |
| HSV(B) | 150.59º | 0.99% | 0.81% | - |
| XYZ | 25 | 45.71 | 21.41 | - |
| YUV | 134.6 | 112.41 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 107 | 0.99 | 0 | 0.48 | 0.19 | 150.59 | 0.97 | 0.41 |
| Hex | 3 | CF | 6B | 63 | 0 | 30 | 13 | 97 | 61 | 29 |
| Octal | 3 | 317 | 153 | 143 | 0 | 60 | 23 | 227 | 141 | 51 |
| Binary | 11 | 11001111 | 1101011 | 1100011 | 0 | 110000 | 10011 | 10010111 | 1100001 | 101001 |
Color Harmonies of #03CF6B
Complementary color
Monochromatic Colors of #03CF6B
Black with #03CF6B
Text Example
Text Example
White with #03CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF6B; }
p { color: rgb(3,207,107); }
H1.HeaderClassName
{
color: #03CF6B;
}
.AnyTagClassName
{
color: #03CF6B;
}
</style>
background-color css
<style>
a { background-color: #03CF6B; }
a { background-color: rgb(3,207,107); }
div.DivClassName
{
background-color: #03CF6B;
}
.BgClassName
{
background-color: #03CF6B;
}
</style>
border-color css
<style>
span { border-color: #03CF6B; }
span { border-color: rgb(3,207,107); }
td.TdClassName
{
border-color: #03CF6B;
}
.TagClassName
{
border-color: #03CF6B;
}
</style>