Shades of Malachite #03CF55
Tints of Malachite #03CF55
RGB
CMYK
RGB Variations
Color information
#03CF55 (or 0x03CF55) is known color: Malachite. HEX triplet: 03, CF and 55. RGB value is (3,207,85). Sum of RGB (Red+Green+Blue) = 3+207+85=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CF55 is #FC30AA. Grayscale: #848484. Windows color (decimal): -16527531 or 5623555. OLE color: 5623555.
HSL color Cylindrical-coordinate representation of color #03CF55: hue angle of 144.12º 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 #03CF55 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 85 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.19 |
| HSL | 144.12º | 0.97% | 0.41% | - |
| HSV(B) | 144.12º | 0.99% | 0.81% | - |
| XYZ | 23.99 | 45.3 | 16.07 | - |
| YUV | 132.1 | 101.41 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 85 | 0.99 | 0 | 0.59 | 0.19 | 144.12 | 0.97 | 0.41 |
| Hex | 3 | CF | 55 | 63 | 0 | 3B | 13 | 90 | 61 | 29 |
| Octal | 3 | 317 | 125 | 143 | 0 | 73 | 23 | 220 | 141 | 51 |
| Binary | 11 | 11001111 | 1010101 | 1100011 | 0 | 111011 | 10011 | 10010000 | 1100001 | 101001 |
Color Harmonies of #03CF55
Complementary color
Monochromatic Colors of #03CF55
Black with #03CF55
Text Example
Text Example
White with #03CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF55; }
p { color: rgb(3,207,85); }
H1.HeaderClassName
{
color: #03CF55;
}
.AnyTagClassName
{
color: #03CF55;
}
</style>
background-color css
<style>
a { background-color: #03CF55; }
a { background-color: rgb(3,207,85); }
div.DivClassName
{
background-color: #03CF55;
}
.BgClassName
{
background-color: #03CF55;
}
</style>
border-color css
<style>
span { border-color: #03CF55; }
span { border-color: rgb(3,207,85); }
td.TdClassName
{
border-color: #03CF55;
}
.TagClassName
{
border-color: #03CF55;
}
</style>