Html Css Color HEX #04D06B Malachite

📋 copy color: '#04D06B'

red 4 ◦ green 208 ◦ blue 107

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

Shades of Malachite #04D06B

Tints of Malachite #04D06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 1.25%
G = 65.2%
B = 33.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#04D06B (or 0x04D06B) is known color: Malachite. HEX triplet: 04, D0 and 6B. RGB value is (4,208,107). Sum of RGB (Red+Green+Blue) = 4+208+107=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #04D06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D06B is #FB2F94. Grayscale: #878787. Windows color (decimal): -16461717 or 7065604. OLE color: 7065604.

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

Color convert

RGB 4 208 107 -
CMYK 0.98 0 0.49 0.18
HSL 150.29º 0.96% 0.42% -
HSV(B) 150.29º 0.98% 0.82% -
XYZ 25.26 46.2 21.5 -
YUV 135.49 111.91 34.21 -
System Red Green Blue C M Y K H S L
Decimal 4 208 107 0.98 0 0.49 0.18 150.29 0.96 0.42
Hex 4 D0 6B 62 0 31 12 96 60 2A
Octal 4 320 153 142 0 61 22 226 140 52
Binary 100 11010000 1101011 1100010 0 110001 10010 10010110 1100000 101010

Color Harmonies of #04D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D06B

Black with #04D06B

Text Example


Text Example

White with #04D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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