#03FC50

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

Shades of Malachite #03FC50

Tints of Malachite #03FC50

Color information

#03FC50 (or 0x03FC50) is unknown color: approx Malachite. HEX triplet: 03, FC and 50. RGB value is (3,252,80). Sum of RGB (Red+Green+Blue) = 3+252+80=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FC50 is #FC03AF. Grayscale: #9E9E9E. Windows color (decimal): -16516016 or 5307395. OLE color: 5307395.

HSL color Cylindrical-coordinate representation of color #03FC50: hue angle of 138.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FC50 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB325280-
CMYK0.9900.680.01
HSL138.55º97.65%50%-
HSV(B)138.55º98.81%98.82%-
XYZ36.370.2219.23-
YUV157.9484.0117.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 252 (98.83% from 255) = 75.22%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=0.90%
G=75.22%
B=23.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal3252800.9900.680.01138.5597.6550
Hex3FC506304418b6232
Octal33741201430104121314262
Binary111111110010100001100011010001001100010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,252,80); }

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

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

 a { background-color: rgb(3,252,80); }

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

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

 span { border-color: rgb(3,252,80); }

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