Html Css Color HEX #03D775 Malachite

📋 copy color: '#03D775'

red 3 ◦ green 215 ◦ blue 117

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

Shades of Malachite #03D775

Tints of Malachite #03D775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.18%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 0.9%
G = 64.18%
B = 34.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#03D775 (or 0x03D775) is known color: Malachite. HEX triplet: 03, D7 and 75. RGB value is (3,215,117). Sum of RGB (Red+Green+Blue) = 3+215+117=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #03D775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D775 is #FC288A. Grayscale: #8C8C8C. Windows color (decimal): -16525451 or 7722755. OLE color: 7722755.

HSL color Cylindrical-coordinate representation of color #03D775: hue angle of 152.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D775 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 215 117 -
CMYK 0.99 0 0.46 0.16
HSL 152.26º 0.97% 0.43% -
HSV(B) 152.26º 0.99% 0.84% -
XYZ 27.55 49.9 25.01 -
YUV 140.44 114.76 29.97 -
System Red Green Blue C M Y K H S L
Decimal 3 215 117 0.99 0 0.46 0.16 152.26 0.97 0.43
Hex 3 D7 75 63 0 2E 10 98 61 2B
Octal 3 327 165 143 0 56 20 230 141 53
Binary 11 11010111 1110101 1100011 0 101110 10000 10011000 1100001 101011

Color Harmonies of #03D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D775

Black with #03D775

Text Example


Text Example

White with #03D775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,215,117); }

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

background-color css

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

 a { background-color: rgb(3,215,117); }

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

border-color css

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

 span { border-color: rgb(3,215,117); }

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