Html Css Color HEX #04DC66 Malachite

📋 copy color: '#04DC66'

red 4 ◦ green 220 ◦ blue 102

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

Shades of Malachite #04DC66

Tints of Malachite #04DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 1.23%
G = 67.48%
B = 31.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#04DC66 (or 0x04DC66) is known color: Malachite. HEX triplet: 04, DC and 66. RGB value is (4,220,102). Sum of RGB (Red+Green+Blue) = 4+220+102=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC66 is #FB2399. Grayscale: #8E8E8E. Windows color (decimal): -16458650 or 6740996. OLE color: 6740996.

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

Color convert

RGB 4 220 102 -
CMYK 0.98 0 0.54 0.14
HSL 147.22º 0.96% 0.44% -
HSV(B) 147.22º 0.98% 0.86% -
XYZ 28.04 52.17 21.16 -
YUV 141.96 105.44 29.59 -
System Red Green Blue C M Y K H S L
Decimal 4 220 102 0.98 0 0.54 0.14 147.22 0.96 0.44
Hex 4 DC 66 62 0 36 E 93 60 2C
Octal 4 334 146 142 0 66 16 223 140 54
Binary 100 11011100 1100110 1100010 0 110110 1110 10010011 1100000 101100

Color Harmonies of #04DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC66

Black with #04DC66

Text Example


Text Example

White with #04DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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