#03DD51

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

Shades of Malachite #03DD51

Tints of Malachite #03DD51

Color information

#03DD51 (or 0x03DD51) is unknown color: approx Malachite. HEX triplet: 03, DD and 51. RGB value is (3,221,81). Sum of RGB (Red+Green+Blue) = 3+221+81=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD51 is #FC22AE. Grayscale: #8C8C8C. Windows color (decimal): -16523951 or 5364995. OLE color: 5364995.

HSL color Cylindrical-coordinate representation of color #03DD51: hue angle of 141.47º 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 #03DD51 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB322181-
CMYK0.9900.630.13
HSL141.47º97.32%43.92%-
HSV(B)141.47º98.64%86.67%-
XYZ27.3852.3316.44-
YUV139.8694.7830.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 221 (86.72% from 255) = 72.46%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=0.98%
G=72.46%
B=26.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3221810.9900.630.13141.4797.3243.92
Hex3DD516303FD8d612c
Octal33351211430771521514154
Binary11110111011010001110001101111111101100011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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