#04DD71

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

Shades of Malachite #04DD71

Tints of Malachite #04DD71

Color information

#04DD71 (or 0x04DD71) is unknown color: approx Malachite. HEX triplet: 04, DD and 71. RGB value is (4,221,113). Sum of RGB (Red+Green+Blue) = 4+221+113=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD71 is #FB228E. Grayscale: #909090. Windows color (decimal): -16458383 or 7462148. OLE color: 7462148.

HSL color Cylindrical-coordinate representation of color #04DD71: hue angle of 150.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD71 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB4221113-
CMYK0.9800.490.13
HSL150.14º96.44%44.12%-
HSV(B)150.14º98.19%86.67%-
XYZ28.8952.9324.32-
YUV143.8110.6128.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.18%
GREEN value IS 221 (86.72% from 255) = 65.38%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=1.18%
G=65.38%
B=33.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42211130.9800.490.13150.1496.4444.12
Hex4DD7162031D96602c
Octal43351611420611522614054
Binary100110111011110001110001001100011101100101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04DD71; }

 p { color: rgb(4,221,113); }

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

<style>
 a { background-color: #04DD71; }

 a { background-color: rgb(4,221,113); }

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

<style>
 span { border-color: #04DD71; }

 span { border-color: rgb(4,221,113); }

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