Html Css Color HEX #03DC6E Malachite

📋 copy color: '#03DC6E'

red 3 ◦ green 220 ◦ blue 110

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

Shades of Malachite #03DC6E

Tints of Malachite #03DC6E

RGB

 RED value IS 3 (1.56% from 255) = 0.9%

 GREEN value IS 220 (86.33% from 255) = 66.07%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 0.9%
G = 66.07%
B = 33.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#03DC6E (or 0x03DC6E) is known color: Malachite. HEX triplet: 03, DC and 6E. RGB value is (3,220,110). Sum of RGB (Red+Green+Blue) = 3+220+110=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC6E is #FC2391. Grayscale: #8E8E8E. Windows color (decimal): -16524178 or 7265283. OLE color: 7265283.

HSL color Cylindrical-coordinate representation of color #03DC6E: hue angle of 149.59º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC6E is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 220 110 -
CMYK 0.99 0 0.50 0.14
HSL 149.59º 0.97% 0.44% -
HSV(B) 149.59º 0.99% 0.86% -
XYZ 28.45 52.33 23.35 -
YUV 142.58 109.61 28.44 -
System Red Green Blue C M Y K H S L
Decimal 3 220 110 0.99 0 0.50 0.14 149.59 0.97 0.44
Hex 3 DC 6E 63 0 32 E 96 61 2C
Octal 3 334 156 143 0 62 16 226 141 54
Binary 11 11011100 1101110 1100011 0 110010 1110 10010110 1100001 101100

Color Harmonies of #03DC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC6E

Black with #03DC6E

Text Example


Text Example

White with #03DC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03DC6E; }

 p { color: rgb(3,220,110); }

 H1.HeaderClassName
 {
   color: #03DC6E;
 }
 .AnyTagClassName
 {
   color: #03DC6E;
 }
</style>

background-color css

<style>
 a { background-color: #03DC6E; }

 a { background-color: rgb(3,220,110); }

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

border-color css

<style>
 span { border-color: #03DC6E; }

 span { border-color: rgb(3,220,110); }

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