Html Css Color HEX #04DD60 Malachite

📋 copy color: '#04DD60'

red 4 ◦ green 221 ◦ blue 96

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

Shades of Malachite #04DD60

Tints of Malachite #04DD60

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.85%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 1.25%
G = 68.85%
B = 29.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#04DD60 (or 0x04DD60) is known color: Malachite. HEX triplet: 04, DD and 60. RGB value is (4,221,96). Sum of RGB (Red+Green+Blue) = 4+221+96=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD60 is #FB229F. Grayscale: #8E8E8E. Windows color (decimal): -16458400 or 6348036. OLE color: 6348036.

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

Color convert

RGB 4 221 96 -
CMYK 0.98 0 0.57 0.13
HSL 145.44º 0.96% 0.44% -
HSV(B) 145.44º 0.98% 0.87% -
XYZ 28.02 52.58 19.74 -
YUV 141.87 102.11 29.66 -
System Red Green Blue C M Y K H S L
Decimal 4 221 96 0.98 0 0.57 0.13 145.44 0.96 0.44
Hex 4 DD 60 62 0 39 D 91 60 2C
Octal 4 335 140 142 0 71 15 221 140 54
Binary 100 11011101 1100000 1100010 0 111001 1101 10010001 1100000 101100

Color Harmonies of #04DD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD60

Black with #04DD60

Text Example


Text Example

White with #04DD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,221,96); }

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

background-color css

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

 a { background-color: rgb(4,221,96); }

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

border-color css

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

 span { border-color: rgb(4,221,96); }

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