Html Css Color HEX #04DC40 Malachite

📋 copy color: '#04DC40'

red 4 ◦ green 220 ◦ blue 64

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

Shades of Malachite #04DC40

Tints of Malachite #04DC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 1.39%
G = 76.39%
B = 22.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#04DC40 (or 0x04DC40) is known color: Malachite. HEX triplet: 04, DC and 40. RGB value is (4,220,64). Sum of RGB (Red+Green+Blue) = 4+220+64=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DC40 is #FB23BF. Grayscale: #8A8A8A. Windows color (decimal): -16458688 or 4250628. OLE color: 4250628.

HSL color Cylindrical-coordinate representation of color #04DC40: hue angle of 136.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 #04DC40 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 220 64 -
CMYK 0.98 0 0.71 0.14
HSL 136.67º 0.96% 0.44% -
HSV(B) 136.67º 0.98% 0.86% -
XYZ 26.57 51.58 13.41 -
YUV 137.63 86.44 32.68 -
System Red Green Blue C M Y K H S L
Decimal 4 220 64 0.98 0 0.71 0.14 136.67 0.96 0.44
Hex 4 DC 40 62 0 47 E 89 60 2C
Octal 4 334 100 142 0 107 16 211 140 54
Binary 100 11011100 1000000 1100010 0 1000111 1110 10001001 1100000 101100

Color Harmonies of #04DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC40

Black with #04DC40

Text Example


Text Example

White with #04DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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