Html Css Color HEX #03C64D Dark Pastel Green

📋 copy color: '#03C64D'

red 3 ◦ green 198 ◦ blue 77

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

Shades of Dark Pastel Green #03C64D

Tints of Dark Pastel Green #03C64D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 71.22%

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

R = 1.08%
G = 71.22%
B = 27.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#03C64D (or 0x03C64D) is known color: Dark Pastel Green. HEX triplet: 03, C6 and 4D. RGB value is (3,198,77). Sum of RGB (Red+Green+Blue) = 3+198+77=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 198 (77.73% from 255 or 71.22% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 198 - color contains mainly: green. Hex color #03C64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C64D is #FC39B2. Grayscale: #7E7E7E. Windows color (decimal): -16529843 or 5096963. OLE color: 5096963.

HSL color Cylindrical-coordinate representation of color #03C64D: hue angle of 142.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C64D is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 198 77 -
CMYK 0.98 0 0.61 0.22
HSL 142.77º 0.97% 0.39% -
HSV(B) 142.77º 0.98% 0.78% -
XYZ 21.57 40.94 13.79 -
YUV 125.9 100.4 40.34 -
System Red Green Blue C M Y K H S L
Decimal 3 198 77 0.98 0 0.61 0.22 142.77 0.97 0.39
Hex 3 C6 4D 62 0 3D 16 8F 61 27
Octal 3 306 115 142 0 75 26 217 141 47
Binary 11 11000110 1001101 1100010 0 111101 10110 10001111 1100001 100111

Color Harmonies of #03C64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C64D

Black with #03C64D

Text Example


Text Example

White with #03C64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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