Html Css Color HEX #04D060 Malachite

📋 copy color: '#04D060'

red 4 ◦ green 208 ◦ blue 96

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

Shades of Malachite #04D060

Tints of Malachite #04D060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.53%

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

R = 1.3%
G = 67.53%
B = 31.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#04D060 (or 0x04D060) is known color: Malachite. HEX triplet: 04, D0 and 60. RGB value is (4,208,96). Sum of RGB (Red+Green+Blue) = 4+208+96=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #04D060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D060 is #FB2F9F. Grayscale: #868686. Windows color (decimal): -16461728 or 6344708. OLE color: 6344708.

HSL color Cylindrical-coordinate representation of color #04D060: hue angle of 147.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D060 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 208 96 -
CMYK 0.98 0 0.54 0.18
HSL 147.06º 0.96% 0.42% -
HSV(B) 147.06º 0.98% 0.82% -
XYZ 24.72 45.98 18.64 -
YUV 134.24 106.41 35.11 -
System Red Green Blue C M Y K H S L
Decimal 4 208 96 0.98 0 0.54 0.18 147.06 0.96 0.42
Hex 4 D0 60 62 0 36 12 93 60 2A
Octal 4 320 140 142 0 66 22 223 140 52
Binary 100 11010000 1100000 1100010 0 110110 10010 10010011 1100000 101010

Color Harmonies of #04D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D060

Black with #04D060

Text Example


Text Example

White with #04D060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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