Html Css Color HEX #04CC64 Malachite

📋 copy color: '#04CC64'

red 4 ◦ green 204 ◦ blue 100

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

Shades of Malachite #04CC64

Tints of Malachite #04CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.23%

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

R = 1.3%
G = 66.23%
B = 32.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#04CC64 (or 0x04CC64) is known color: Malachite. HEX triplet: 04, CC and 64. RGB value is (4,204,100). Sum of RGB (Red+Green+Blue) = 4+204+100=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC64 is #FB339B. Grayscale: #848484. Windows color (decimal): -16462748 or 6605828. OLE color: 6605828.

HSL color Cylindrical-coordinate representation of color #04CC64: hue angle of 148.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC64 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 204 100 -
CMYK 0.98 0 0.51 0.2
HSL 148.8º 0.96% 0.41% -
HSV(B) 148.8º 0.98% 0.8% -
XYZ 23.94 44.13 19.31 -
YUV 132.34 109.74 36.46 -
System Red Green Blue C M Y K H S L
Decimal 4 204 100 0.98 0 0.51 0.2 148.8 0.96 0.41
Hex 4 CC 64 62 0 33 14 95 60 29
Octal 4 314 144 142 0 63 24 225 140 51
Binary 100 11001100 1100100 1100010 0 110011 10100 10010101 1100000 101001

Color Harmonies of #04CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC64

Black with #04CC64

Text Example


Text Example

White with #04CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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