Html Css Color HEX #03D55D Malachite

📋 copy color: '#03D55D'

red 3 ◦ green 213 ◦ blue 93

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

Shades of Malachite #03D55D

Tints of Malachite #03D55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 0.97%
G = 68.93%
B = 30.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#03D55D (or 0x03D55D) is known color: Malachite. HEX triplet: 03, D5 and 5D. RGB value is (3,213,93). Sum of RGB (Red+Green+Blue) = 3+213+93=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #03D55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D55D is #FC2AA2. Grayscale: #888888. Windows color (decimal): -16525987 or 6149379. OLE color: 6149379.

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

Color convert

RGB 3 213 93 -
CMYK 0.99 0 0.56 0.16
HSL 145.71º 0.97% 0.42% -
HSV(B) 145.71º 0.99% 0.84% -
XYZ 25.81 48.4 18.34 -
YUV 136.53 103.43 32.76 -
System Red Green Blue C M Y K H S L
Decimal 3 213 93 0.99 0 0.56 0.16 145.71 0.97 0.42
Hex 3 D5 5D 63 0 38 10 92 61 2A
Octal 3 325 135 143 0 70 20 222 141 52
Binary 11 11010101 1011101 1100011 0 111000 10000 10010010 1100001 101010

Color Harmonies of #03D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D55D

Black with #03D55D

Text Example


Text Example

White with #03D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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