Html Css Color HEX #03D575 Malachite

📋 copy color: '#03D575'

red 3 ◦ green 213 ◦ blue 117

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

Shades of Malachite #03D575

Tints of Malachite #03D575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 63.96%

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

R = 0.9%
G = 63.96%
B = 35.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#03D575 (or 0x03D575) is known color: Malachite. HEX triplet: 03, D5 and 75. RGB value is (3,213,117). Sum of RGB (Red+Green+Blue) = 3+213+117=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #03D575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D575 is #FC2A8A. Grayscale: #8B8B8B. Windows color (decimal): -16525963 or 7722243. OLE color: 7722243.

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

Color convert

RGB 3 213 117 -
CMYK 0.99 0 0.45 0.16
HSL 152.57º 0.97% 0.42% -
HSV(B) 152.57º 0.99% 0.84% -
XYZ 27.04 48.89 24.84 -
YUV 139.27 115.43 30.81 -
System Red Green Blue C M Y K H S L
Decimal 3 213 117 0.99 0 0.45 0.16 152.57 0.97 0.42
Hex 3 D5 75 63 0 2D 10 99 61 2A
Octal 3 325 165 143 0 55 20 231 141 52
Binary 11 11010101 1110101 1100011 0 101101 10000 10011001 1100001 101010

Color Harmonies of #03D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D575

Black with #03D575

Text Example


Text Example

White with #03D575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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