#40DC7E

Color #40DC7E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #40DC7E

Tints of Emerald #40DC7E

Color information

#40DC7E (or 0x40DC7E) is unknown color: approx Emerald. HEX triplet: 40, DC and 7E. RGB value is (64,220,126). Sum of RGB (Red+Green+Blue) = 64+220+126=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC7E is #BF2381. Grayscale: #A2A2A2. Windows color (decimal): -12526466 or 8313920. OLE color: 8313920.

HSL color Cylindrical-coordinate representation of color #40DC7E: hue angle of 143.85º 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 #40DC7E is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB64220126-
CMYK0.7100.430.14
HSL143.85º69.03%55.69%-
HSV(B)143.85º70.91%86.27%-
XYZ31.4753.7828.46-
YUV162.64107.3257.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 220 (86.33% from 255) = 53.66%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=15.61%
G=53.66%
B=30.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642201260.7100.430.14143.8569.0355.69
Hex40DC7E4702BE904538
Octal1003341761070531622010570
Binary1000000110111001111110100011101010111110100100001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40DC7E;
 }
 .AnyTagClassName
 {
   color: #40DC7E;
 }
</style>
background-color css

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

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

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

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

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

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