#40DC7B

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

Shades of Emerald #40DC7B

Tints of Emerald #40DC7B

Color information

#40DC7B (or 0x40DC7B) is unknown color: approx Emerald. HEX triplet: 40, DC and 7B. RGB value is (64,220,123). Sum of RGB (Red+Green+Blue) = 64+220+123=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC7B is #BF2384. Grayscale: #A2A2A2. Windows color (decimal): -12526469 or 8117312. OLE color: 8117312.

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

Color convert

RGB64220123-
CMYK0.7100.440.14
HSL142.69º69.03%55.69%-
HSV(B)142.69º70.91%86.27%-
XYZ31.2853.7127.46-
YUV162.3105.8257.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 220 (86.33% from 255) = 54.05%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=15.72%
G=54.05%
B=30.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642201230.7100.440.14142.6969.0355.69
Hex40DC7B4702CE8f4538
Octal1003341731070541621710570
Binary1000000110111001111011100011101011001110100011111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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