#04DD52

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

Shades of Malachite #04DD52

Tints of Malachite #04DD52

Color information

#04DD52 (or 0x04DD52) is unknown color: approx Malachite. HEX triplet: 04, DD and 52. RGB value is (4,221,82). Sum of RGB (Red+Green+Blue) = 4+221+82=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD52 is #FB22AD. Grayscale: #8C8C8C. Windows color (decimal): -16458414 or 5430532. OLE color: 5430532.

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

Color convert

RGB422182-
CMYK0.9800.630.13
HSL141.57º96.44%44.12%-
HSV(B)141.57º98.19%86.67%-
XYZ27.4352.3516.64-
YUV140.2795.1130.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 221 (86.72% from 255) = 71.99%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=1.30%
G=71.99%
B=26.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4221820.9800.630.13141.5796.4444.12
Hex4DD526203FD8e602c
Octal43351221420771521614054
Binary100110111011010010110001001111111101100011101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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