#03DD63

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

Shades of Malachite #03DD63

Tints of Malachite #03DD63

Color information

#03DD63 (or 0x03DD63) is unknown color: approx Malachite. HEX triplet: 03, DD and 63. RGB value is (3,221,99). Sum of RGB (Red+Green+Blue) = 3+221+99=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD63 is #FC229C. Grayscale: #8E8E8E. Windows color (decimal): -16523933 or 6544643. OLE color: 6544643.

HSL color Cylindrical-coordinate representation of color #03DD63: hue angle of 146.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD63 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB322199-
CMYK0.9900.550.13
HSL146.42º97.32%43.92%-
HSV(B)146.42º98.64%86.67%-
XYZ28.1552.6320.48-
YUV141.91103.7828.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 221 (86.72% from 255) = 68.42%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=0.93%
G=68.42%
B=30.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3221990.9900.550.13146.4297.3243.92
Hex3DD6363037D92612c
Octal33351431430671522214154
Binary11110111011100011110001101101111101100100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,221,99); }

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

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

 a { background-color: rgb(3,221,99); }

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

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

 span { border-color: rgb(3,221,99); }

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