Html Css Color HEX #40DC7C Emerald

📋 copy color: '#40DC7C'

red 64 ◦ green 220 ◦ blue 124

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

Shades of Emerald #40DC7C

Tints of Emerald #40DC7C

RGB

 RED value IS 64 (25.39% from 255) = 15.69%

 GREEN value IS 220 (86.33% from 255) = 53.92%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 15.69%
G = 53.92%
B = 30.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#40DC7C (or 0x40DC7C) is known color: Emerald. HEX triplet: 40, DC and 7C. RGB value is (64,220,124). Sum of RGB (Red+Green+Blue) = 64+220+124=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC7C is #BF2383. Grayscale: #A2A2A2. Windows color (decimal): -12526468 or 8182848. OLE color: 8182848.

HSL color Cylindrical-coordinate representation of color #40DC7C: hue angle of 143.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC7C is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 220 124 -
CMYK 0.71 0 0.44 0.14
HSL 143.08º 0.69% 0.56% -
HSV(B) 143.08º 0.71% 0.86% -
XYZ 31.35 53.73 27.79 -
YUV 162.41 106.32 57.81 -
System Red Green Blue C M Y K H S L
Decimal 64 220 124 0.71 0 0.44 0.14 143.08 0.69 0.56
Hex 40 DC 7C 47 0 2C E 8F 45 38
Octal 100 334 174 107 0 54 16 217 105 70
Binary 1000000 11011100 1111100 1000111 0 101100 1110 10001111 1000101 111000

Color Harmonies of #40DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DC7C

Black with #40DC7C

Text Example


Text Example

White with #40DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40DC7C; }

 p { color: rgb(64,220,124); }

 H1.HeaderClassName
 {
   color: #40DC7C;
 }
 .AnyTagClassName
 {
   color: #40DC7C;
 }
</style>

background-color css

<style>
 a { background-color: #40DC7C; }

 a { background-color: rgb(64,220,124); }

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

border-color css

<style>
 span { border-color: #40DC7C; }

 span { border-color: rgb(64,220,124); }

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