Html Css Color HEX #04DE60 Malachite

📋 copy color: '#04DE60'

red 4 ◦ green 222 ◦ blue 96

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

Shades of Malachite #04DE60

Tints of Malachite #04DE60

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.94%

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

R = 1.24%
G = 68.94%
B = 29.81%

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

#04DE60 (or 0x04DE60) is known color: Malachite. HEX triplet: 04, DE and 60. RGB value is (4,222,96). Sum of RGB (Red+Green+Blue) = 4+222+96=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 222 (87.11% from 255 or 68.94% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 222 - color contains mainly: green. Hex color #04DE60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DE60 is #FB219F. Grayscale: #8E8E8E. Windows color (decimal): -16458144 or 6348292. OLE color: 6348292.

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

Color convert

RGB 4 222 96 -
CMYK 0.98 0 0.57 0.13
HSL 145.32º 0.96% 0.44% -
HSV(B) 145.32º 0.98% 0.87% -
XYZ 28.28 53.11 19.83 -
YUV 142.45 101.78 29.25 -
System Red Green Blue C M Y K H S L
Decimal 4 222 96 0.98 0 0.57 0.13 145.32 0.96 0.44
Hex 4 DE 60 62 0 39 D 91 60 2C
Octal 4 336 140 142 0 71 15 221 140 54
Binary 100 11011110 1100000 1100010 0 111001 1101 10010001 1100000 101100

Color Harmonies of #04DE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DE60

Black with #04DE60

Text Example


Text Example

White with #04DE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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