Html Css Color HEX #04DC6F Malachite

📋 copy color: '#04DC6F'

red 4 ◦ green 220 ◦ blue 111

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

Shades of Malachite #04DC6F

Tints of Malachite #04DC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 1.19%
G = 65.67%
B = 33.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#04DC6F (or 0x04DC6F) is known color: Malachite. HEX triplet: 04, DC and 6F. RGB value is (4,220,111). Sum of RGB (Red+Green+Blue) = 4+220+111=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC6F is #FB2390. Grayscale: #8F8F8F. Windows color (decimal): -16458641 or 7330820. OLE color: 7330820.

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

Color convert

RGB 4 220 111 -
CMYK 0.98 0 0.50 0.14
HSL 149.72º 0.96% 0.44% -
HSV(B) 149.72º 0.98% 0.86% -
XYZ 28.51 52.36 23.64 -
YUV 142.99 109.94 28.86 -
System Red Green Blue C M Y K H S L
Decimal 4 220 111 0.98 0 0.50 0.14 149.72 0.96 0.44
Hex 4 DC 6F 62 0 32 E 96 60 2C
Octal 4 334 157 142 0 62 16 226 140 54
Binary 100 11011100 1101111 1100010 0 110010 1110 10010110 1100000 101100

Color Harmonies of #04DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC6F

Black with #04DC6F

Text Example


Text Example

White with #04DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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