Html Css Color HEX #03C94D Malachite

📋 copy color: '#03C94D'

red 3 ◦ green 201 ◦ blue 77

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

Shades of Malachite #03C94D

Tints of Malachite #03C94D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 71.53%

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

R = 1.07%
G = 71.53%
B = 27.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#03C94D (or 0x03C94D) is known color: Malachite. HEX triplet: 03, C9 and 4D. RGB value is (3,201,77). Sum of RGB (Red+Green+Blue) = 3+201+77=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #03C94D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C94D is #FC36B2. Grayscale: #7F7F7F. Windows color (decimal): -16529075 or 5097731. OLE color: 5097731.

HSL color Cylindrical-coordinate representation of color #03C94D: hue angle of 142.42º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C94D is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 201 77 -
CMYK 0.99 0 0.62 0.21
HSL 142.42º 0.97% 0.4% -
HSV(B) 142.42º 0.99% 0.79% -
XYZ 22.26 42.33 14.02 -
YUV 127.66 99.4 39.08 -
System Red Green Blue C M Y K H S L
Decimal 3 201 77 0.99 0 0.62 0.21 142.42 0.97 0.4
Hex 3 C9 4D 63 0 3E 15 8E 61 28
Octal 3 311 115 143 0 76 25 216 141 50
Binary 11 11001001 1001101 1100011 0 111110 10101 10001110 1100001 101000

Color Harmonies of #03C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C94D

Black with #03C94D

Text Example


Text Example

White with #03C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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