Html Css Color HEX #04DC64 Malachite

📋 copy color: '#04DC64'

red 4 ◦ green 220 ◦ blue 100

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

Shades of Malachite #04DC64

Tints of Malachite #04DC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.9%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 1.23%
G = 67.9%
B = 30.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#04DC64 (or 0x04DC64) is known color: Malachite. HEX triplet: 04, DC and 64. RGB value is (4,220,100). Sum of RGB (Red+Green+Blue) = 4+220+100=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC64 is #FB239B. Grayscale: #8D8D8D. Windows color (decimal): -16458652 or 6609924. OLE color: 6609924.

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

Color convert

RGB 4 220 100 -
CMYK 0.98 0 0.55 0.14
HSL 146.67º 0.96% 0.44% -
HSV(B) 146.67º 0.98% 0.86% -
XYZ 27.94 52.13 20.65 -
YUV 141.74 104.44 29.76 -
System Red Green Blue C M Y K H S L
Decimal 4 220 100 0.98 0 0.55 0.14 146.67 0.96 0.44
Hex 4 DC 64 62 0 37 E 93 60 2C
Octal 4 334 144 142 0 67 16 223 140 54
Binary 100 11011100 1100100 1100010 0 110111 1110 10010011 1100000 101100

Color Harmonies of #04DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC64

Black with #04DC64

Text Example


Text Example

White with #04DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,220,100); }

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

background-color css

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

 a { background-color: rgb(4,220,100); }

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

border-color css

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

 span { border-color: rgb(4,220,100); }

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