Html Css Color HEX #03DC5B Malachite

📋 copy color: '#03DC5B'

red 3 ◦ green 220 ◦ blue 91

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

Shades of Malachite #03DC5B

Tints of Malachite #03DC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 0.96%
G = 70.06%
B = 28.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#03DC5B (or 0x03DC5B) is known color: Malachite. HEX triplet: 03, DC and 5B. RGB value is (3,220,91). Sum of RGB (Red+Green+Blue) = 3+220+91=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC5B is #FC23A4. Grayscale: #8C8C8C. Windows color (decimal): -16524197 or 6020099. OLE color: 6020099.

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

Color convert

RGB 3 220 91 -
CMYK 0.99 0 0.59 0.14
HSL 144.33º 0.97% 0.44% -
HSV(B) 144.33º 0.99% 0.86% -
XYZ 27.52 51.96 18.48 -
YUV 140.41 100.11 29.99 -
System Red Green Blue C M Y K H S L
Decimal 3 220 91 0.99 0 0.59 0.14 144.33 0.97 0.44
Hex 3 DC 5B 63 0 3B E 90 61 2C
Octal 3 334 133 143 0 73 16 220 141 54
Binary 11 11011100 1011011 1100011 0 111011 1110 10010000 1100001 101100

Color Harmonies of #03DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC5B

Black with #03DC5B

Text Example


Text Example

White with #03DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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