Shades of Malachite #03F93C
Tints of Malachite #03F93C
RGB
CMYK
RGB Variations
Color information
#03F93C (or 0x03F93C) is known color: Malachite. HEX triplet: 03, F9 and 3C. RGB value is (3,249,60). Sum of RGB (Red+Green+Blue) = 3+249+60=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 249 (97.66% from 255 or 79.81% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 249 - color contains mainly: green. Hex color #03F93C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F93C is #FC06C3. Grayscale: #9A9A9A. Windows color (decimal): -16516804 or 3995907. OLE color: 3995907.
HSL color Cylindrical-coordinate representation of color #03F93C: hue angle of 133.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F93C is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 60 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.02 |
| HSL | 133.9º | 0.98% | 0.49% | - |
| HSV(B) | 133.9º | 0.99% | 0.98% | - |
| XYZ | 34.73 | 68.1 | 15.59 | - |
| YUV | 153.9 | 75 | 20.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 60 | 0.99 | 0 | 0.76 | 0.02 | 133.9 | 0.98 | 0.49 |
| Hex | 3 | F9 | 3C | 63 | 0 | 4C | 2 | 86 | 62 | 31 |
| Octal | 3 | 371 | 74 | 143 | 0 | 114 | 2 | 206 | 142 | 61 |
| Binary | 11 | 11111001 | 111100 | 1100011 | 0 | 1001100 | 10 | 10000110 | 1100010 | 110001 |
Color Harmonies of #03F93C
Complementary color
Monochromatic Colors of #03F93C
Black with #03F93C
Text Example
Text Example
White with #03F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F93C; }
p { color: rgb(3,249,60); }
H1.HeaderClassName
{
color: #03F93C;
}
.AnyTagClassName
{
color: #03F93C;
}
</style>
background-color css
<style>
a { background-color: #03F93C; }
a { background-color: rgb(3,249,60); }
div.DivClassName
{
background-color: #03F93C;
}
.BgClassName
{
background-color: #03F93C;
}
</style>
border-color css
<style>
span { border-color: #03F93C; }
span { border-color: rgb(3,249,60); }
td.TdClassName
{
border-color: #03F93C;
}
.TagClassName
{
border-color: #03F93C;
}
</style>