Shades of Malachite #03F64B
Tints of Malachite #03F64B
RGB
CMYK
RGB Variations
Color information
#03F64B (or 0x03F64B) is known color: Malachite. HEX triplet: 03, F6 and 4B. RGB value is (3,246,75). Sum of RGB (Red+Green+Blue) = 3+246+75=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #03F64B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F64B is #FC09B4. Grayscale: #9A9A9A. Windows color (decimal): -16517557 or 4978179. OLE color: 4978179.
HSL color Cylindrical-coordinate representation of color #03F64B: hue angle of 137.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F64B is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 246 | 75 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.04 |
| HSL | 137.78º | 0.98% | 0.49% | - |
| HSV(B) | 137.78º | 0.99% | 0.96% | - |
| XYZ | 34.26 | 66.44 | 17.67 | - |
| YUV | 153.85 | 83.49 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 246 | 75 | 0.99 | 0 | 0.70 | 0.04 | 137.78 | 0.98 | 0.49 |
| Hex | 3 | F6 | 4B | 63 | 0 | 46 | 4 | 8A | 62 | 31 |
| Octal | 3 | 366 | 113 | 143 | 0 | 106 | 4 | 212 | 142 | 61 |
| Binary | 11 | 11110110 | 1001011 | 1100011 | 0 | 1000110 | 100 | 10001010 | 1100010 | 110001 |
Color Harmonies of #03F64B
Complementary color
Monochromatic Colors of #03F64B
Black with #03F64B
Text Example
Text Example
White with #03F64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F64B; }
p { color: rgb(3,246,75); }
H1.HeaderClassName
{
color: #03F64B;
}
.AnyTagClassName
{
color: #03F64B;
}
</style>
background-color css
<style>
a { background-color: #03F64B; }
a { background-color: rgb(3,246,75); }
div.DivClassName
{
background-color: #03F64B;
}
.BgClassName
{
background-color: #03F64B;
}
</style>
border-color css
<style>
span { border-color: #03F64B; }
span { border-color: rgb(3,246,75); }
td.TdClassName
{
border-color: #03F64B;
}
.TagClassName
{
border-color: #03F64B;
}
</style>