Html Css Color HEX #03D94B Malachite

📋 copy color: '#03D94B'

red 3 ◦ green 217 ◦ blue 75

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

Shades of Malachite #03D94B

Tints of Malachite #03D94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 1.02%
G = 73.56%
B = 25.42%

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

#03D94B (or 0x03D94B) is known color: Malachite. HEX triplet: 03, D9 and 4B. RGB value is (3,217,75). Sum of RGB (Red+Green+Blue) = 3+217+75=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #03D94B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D94B is #FC26B4. Grayscale: #898989. Windows color (decimal): -16524981 or 4970755. OLE color: 4970755.

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

Color convert

RGB 3 217 75 -
CMYK 0.99 0 0.65 0.15
HSL 140.19º 0.97% 0.43% -
HSV(B) 140.19º 0.99% 0.85% -
XYZ 26.12 50.15 14.96 -
YUV 136.83 93.1 32.55 -
System Red Green Blue C M Y K H S L
Decimal 3 217 75 0.99 0 0.65 0.15 140.19 0.97 0.43
Hex 3 D9 4B 63 0 41 F 8C 61 2B
Octal 3 331 113 143 0 101 17 214 141 53
Binary 11 11011001 1001011 1100011 0 1000001 1111 10001100 1100001 101011

Color Harmonies of #03D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D94B

Black with #03D94B

Text Example


Text Example

White with #03D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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