#40D677

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

Shades of Emerald #40D677

Tints of Emerald #40D677

Color information

#40D677 (or 0x40D677) is unknown color: approx Emerald. HEX triplet: 40, D6 and 77. RGB value is (64,214,119). Sum of RGB (Red+Green+Blue) = 64+214+119=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #40D677 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D677 is #BF2988. Grayscale: #9E9E9E. Windows color (decimal): -12528009 or 7853632. OLE color: 7853632.

HSL color Cylindrical-coordinate representation of color #40D677: hue angle of 142º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D677 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB64214119-
CMYK0.7000.440.16
HSL142º64.66%54.51%-
HSV(B)142º70.09%83.92%-
XYZ29.4950.5225.65-
YUV158.32105.860.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.12%
GREEN value IS 214 (83.98% from 255) = 53.90%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=16.12%
G=53.90%
B=29.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal642141190.7000.440.1614264.6654.51
Hex40D6774602C108e4137
Octal1003261671060542021610167
Binary10000001101011011101111000110010110010000100011101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,214,119); }

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

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

 a { background-color: rgb(64,214,119); }

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

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

 span { border-color: rgb(64,214,119); }

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