#03C850

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

Shades of Malachite #03C850

Tints of Malachite #03C850

Color information

#03C850 (or 0x03C850) is unknown color: approx Malachite. HEX triplet: 03, C8 and 50. RGB value is (3,200,80). Sum of RGB (Red+Green+Blue) = 3+200+80=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #03C850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C850 is #FC37AF. Grayscale: #7F7F7F. Windows color (decimal): -16529328 or 5294083. OLE color: 5294083.

HSL color Cylindrical-coordinate representation of color #03C850: hue angle of 143.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C850 is Cyan = 0.98, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB320080-
CMYK0.9800.60.22
HSL143.45º97.04%39.8%-
HSV(B)143.45º98.5%78.43%-
XYZ22.1441.9114.51-
YUV127.42101.2339.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 200 (78.52% from 255) = 70.67%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=1.06%
G=70.67%
B=28.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3200800.9800.60.22143.4597.0439.8
Hex3C8506203C168f6128
Octal33101201420742621714150
Binary111100100010100001100010011110010110100011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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