Shades of Malachite #03CF5C
Tints of Malachite #03CF5C
RGB
CMYK
RGB Variations
Color information
#03CF5C (or 0x03CF5C) is known color: Malachite. HEX triplet: 03, CF and 5C. RGB value is (3,207,92). Sum of RGB (Red+Green+Blue) = 3+207+92=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CF5C is #FC30A3. Grayscale: #858585. Windows color (decimal): -16527524 or 6082307. OLE color: 6082307.
HSL color Cylindrical-coordinate representation of color #03CF5C: hue angle of 146.18º 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 #03CF5C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 92 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.19 |
| HSL | 146.18º | 0.97% | 0.41% | - |
| HSV(B) | 146.18º | 0.99% | 0.81% | - |
| XYZ | 24.28 | 45.42 | 17.61 | - |
| YUV | 132.89 | 104.91 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 92 | 0.99 | 0 | 0.56 | 0.19 | 146.18 | 0.97 | 0.41 |
| Hex | 3 | CF | 5C | 63 | 0 | 38 | 13 | 92 | 61 | 29 |
| Octal | 3 | 317 | 134 | 143 | 0 | 70 | 23 | 222 | 141 | 51 |
| Binary | 11 | 11001111 | 1011100 | 1100011 | 0 | 111000 | 10011 | 10010010 | 1100001 | 101001 |
Color Harmonies of #03CF5C
Complementary color
Monochromatic Colors of #03CF5C
Black with #03CF5C
Text Example
Text Example
White with #03CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF5C; }
p { color: rgb(3,207,92); }
H1.HeaderClassName
{
color: #03CF5C;
}
.AnyTagClassName
{
color: #03CF5C;
}
</style>
background-color css
<style>
a { background-color: #03CF5C; }
a { background-color: rgb(3,207,92); }
div.DivClassName
{
background-color: #03CF5C;
}
.BgClassName
{
background-color: #03CF5C;
}
</style>
border-color css
<style>
span { border-color: #03CF5C; }
span { border-color: rgb(3,207,92); }
td.TdClassName
{
border-color: #03CF5C;
}
.TagClassName
{
border-color: #03CF5C;
}
</style>