Html Css Color HEX #03DC61 Malachite

📋 copy color: '#03DC61'

red 3 ◦ green 220 ◦ blue 97

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

Shades of Malachite #03DC61

Tints of Malachite #03DC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 0.94%
G = 68.75%
B = 30.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#03DC61 (or 0x03DC61) is known color: Malachite. HEX triplet: 03, DC and 61. RGB value is (3,220,97). Sum of RGB (Red+Green+Blue) = 3+220+97=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC61 is #FC239E. Grayscale: #8D8D8D. Windows color (decimal): -16524191 or 6413315. OLE color: 6413315.

HSL color Cylindrical-coordinate representation of color #03DC61: hue angle of 145.99º 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 #03DC61 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 220 97 -
CMYK 0.99 0 0.56 0.14
HSL 145.99º 0.97% 0.44% -
HSV(B) 145.99º 0.99% 0.86% -
XYZ 27.79 52.07 19.89 -
YUV 141.1 103.11 29.5 -
System Red Green Blue C M Y K H S L
Decimal 3 220 97 0.99 0 0.56 0.14 145.99 0.97 0.44
Hex 3 DC 61 63 0 38 E 92 61 2C
Octal 3 334 141 143 0 70 16 222 141 54
Binary 11 11011100 1100001 1100011 0 111000 1110 10010010 1100001 101100

Color Harmonies of #03DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC61

Black with #03DC61

Text Example


Text Example

White with #03DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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