Html Css Color HEX #04DD70 Malachite

📋 copy color: '#04DD70'

red 4 ◦ green 221 ◦ blue 112

#04DD70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #04DD70

Tints of Malachite #04DD70

RGB

 RED value IS 4 (1.95% from 255) = 1.19%

 GREEN value IS 221 (86.72% from 255) = 65.58%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 1.19%
G = 65.58%
B = 33.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#04DD70 (or 0x04DD70) is known color: Malachite. HEX triplet: 04, DD and 70. RGB value is (4,221,112). Sum of RGB (Red+Green+Blue) = 4+221+112=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD70 is #FB228F. Grayscale: #8F8F8F. Windows color (decimal): -16458384 or 7396612. OLE color: 7396612.

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

Color convert

RGB 4 221 112 -
CMYK 0.98 0 0.49 0.13
HSL 149.86º 0.96% 0.44% -
HSV(B) 149.86º 0.98% 0.87% -
XYZ 28.83 52.91 24.02 -
YUV 143.69 110.11 28.36 -
System Red Green Blue C M Y K H S L
Decimal 4 221 112 0.98 0 0.49 0.13 149.86 0.96 0.44
Hex 4 DD 70 62 0 31 D 96 60 2C
Octal 4 335 160 142 0 61 15 226 140 54
Binary 100 11011101 1110000 1100010 0 110001 1101 10010110 1100000 101100

Color Harmonies of #04DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD70

Black with #04DD70

Text Example


Text Example

White with #04DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04DD70;
 }
 .AnyTagClassName
 {
   color: #04DD70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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