#03F04F

Color #03F04F Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #03F04F

Tints of Malachite #03F04F

Color information

#03F04F (or 0x03F04F) is unknown color: approx Malachite. HEX triplet: 03, F0 and 4F. RGB value is (3,240,79). Sum of RGB (Red+Green+Blue) = 3+240+79=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #03F04F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F04F is #FC0FB0. Grayscale: #979797. Windows color (decimal): -16519089 or 5238787. OLE color: 5238787.

HSL color Cylindrical-coordinate representation of color #03F04F: hue angle of 139.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F04F is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB324079-
CMYK0.9900.670.06
HSL139.24º97.53%47.65%-
HSV(B)139.24º98.75%94.12%-
XYZ32.6162.917.82-
YUV150.7887.4822.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 240 (94.14% from 255) = 74.53%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=0.93%
G=74.53%
B=24.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3240790.9900.670.06139.2497.5347.65
Hex3F04F6304368b6230
Octal33601171430103621314260
Binary11111100001001111110001101000011110100010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03F04F; }

 p { color: rgb(3,240,79); }

 H1.HeaderClassName
 {
   color: #03F04F;
 }
 .AnyTagClassName
 {
   color: #03F04F;
 }
</style>
background-color css

<style>
 a { background-color: #03F04F; }

 a { background-color: rgb(3,240,79); }

 div.DivClassName
 {
   background-color: #03F04F;
 }
 .BgClassName
 {
   background-color: #03F04F;
 }
</style>
border-color css

<style>
 span { border-color: #03F04F; }

 span { border-color: rgb(3,240,79); }

 td.TdClassName
 {
   border-color: #03F04F;
 }
 .TagClassName
 {
   border-color: #03F04F;
 }
</style>