Html Css Color HEX #03D94D Malachite

📋 copy color: '#03D94D'

red 3 ◦ green 217 ◦ blue 77

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

Shades of Malachite #03D94D

Tints of Malachite #03D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.06%

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 1.01%
G = 73.06%
B = 25.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#03D94D (or 0x03D94D) is known color: Malachite. HEX triplet: 03, D9 and 4D. RGB value is (3,217,77). Sum of RGB (Red+Green+Blue) = 3+217+77=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 217 (85.16% from 255 or 73.06% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 217 - color contains mainly: green. Hex color #03D94D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D94D is #FC26B2. Grayscale: #898989. Windows color (decimal): -16524979 or 5101827. OLE color: 5101827.

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

Color convert

RGB 3 217 77 -
CMYK 0.99 0 0.65 0.15
HSL 140.75º 0.97% 0.43% -
HSV(B) 140.75º 0.99% 0.85% -
XYZ 26.19 50.18 15.33 -
YUV 137.05 94.1 32.38 -
System Red Green Blue C M Y K H S L
Decimal 3 217 77 0.99 0 0.65 0.15 140.75 0.97 0.43
Hex 3 D9 4D 63 0 41 F 8D 61 2B
Octal 3 331 115 143 0 101 17 215 141 53
Binary 11 11011001 1001101 1100011 0 1000001 1111 10001101 1100001 101011

Color Harmonies of #03D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D94D

Black with #03D94D

Text Example


Text Example

White with #03D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,217,77); }

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

background-color css

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

 a { background-color: rgb(3,217,77); }

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

border-color css

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

 span { border-color: rgb(3,217,77); }

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