Html Css Color HEX #03DC56 Malachite

📋 copy color: '#03DC56'

red 3 ◦ green 220 ◦ blue 86

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

Shades of Malachite #03DC56

Tints of Malachite #03DC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 0.97%
G = 71.2%
B = 27.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#03DC56 (or 0x03DC56) is known color: Malachite. HEX triplet: 03, DC and 56. RGB value is (3,220,86). Sum of RGB (Red+Green+Blue) = 3+220+86=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC56 is #FC23A9. Grayscale: #8C8C8C. Windows color (decimal): -16524202 or 5692419. OLE color: 5692419.

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

Color convert

RGB 3 220 86 -
CMYK 0.99 0 0.61 0.14
HSL 142.95º 0.97% 0.44% -
HSV(B) 142.95º 0.99% 0.86% -
XYZ 27.31 51.88 17.38 -
YUV 139.84 97.61 30.4 -
System Red Green Blue C M Y K H S L
Decimal 3 220 86 0.99 0 0.61 0.14 142.95 0.97 0.44
Hex 3 DC 56 63 0 3D E 8F 61 2C
Octal 3 334 126 143 0 75 16 217 141 54
Binary 11 11011100 1010110 1100011 0 111101 1110 10001111 1100001 101100

Color Harmonies of #03DC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC56

Black with #03DC56

Text Example


Text Example

White with #03DC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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