Shades of Malachite #03FF3C
Tints of Malachite #03FF3C
RGB
CMYK
RGB Variations
Color information
#03FF3C (or 0x03FF3C) is known color: Malachite. HEX triplet: 03, FF and 3C. RGB value is (3,255,60). Sum of RGB (Red+Green+Blue) = 3+255+60=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FF3C is #FC00C3. Grayscale: #9D9D9D. Windows color (decimal): -16515268 or 3997443. OLE color: 3997443.
HSL color Cylindrical-coordinate representation of color #03FF3C: hue angle of 133.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF3C is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 60 | - |
| CMYK | 0.99 | 0 | 0.76 | 0 |
| HSL | 133.57º | 1% | 0.51% | - |
| HSV(B) | 133.57º | 0.99% | 1% | - |
| XYZ | 36.61 | 71.87 | 16.22 | - |
| YUV | 157.42 | 73.01 | 17.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 60 | 0.99 | 0 | 0.76 | 0 | 133.57 | 1 | 0.51 |
| Hex | 3 | FF | 3C | 63 | 0 | 4C | 0 | 86 | 64 | 33 |
| Octal | 3 | 377 | 74 | 143 | 0 | 114 | 0 | 206 | 144 | 63 |
| Binary | 11 | 11111111 | 111100 | 1100011 | 0 | 1001100 | 0 | 10000110 | 1100100 | 110011 |
Color Harmonies of #03FF3C
Complementary color
Monochromatic Colors of #03FF3C
Black with #03FF3C
Text Example
Text Example
White with #03FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF3C; }
p { color: rgb(3,255,60); }
H1.HeaderClassName
{
color: #03FF3C;
}
.AnyTagClassName
{
color: #03FF3C;
}
</style>
background-color css
<style>
a { background-color: #03FF3C; }
a { background-color: rgb(3,255,60); }
div.DivClassName
{
background-color: #03FF3C;
}
.BgClassName
{
background-color: #03FF3C;
}
</style>
border-color css
<style>
span { border-color: #03FF3C; }
span { border-color: rgb(3,255,60); }
td.TdClassName
{
border-color: #03FF3C;
}
.TagClassName
{
border-color: #03FF3C;
}
</style>