#40C57D

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

Shades of Emerald #40C57D

Tints of Emerald #40C57D

Color information

#40C57D (or 0x40C57D) is unknown color: approx Emerald. HEX triplet: 40, C5 and 7D. RGB value is (64,197,125). Sum of RGB (Red+Green+Blue) = 64+197+125=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #40C57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C57D is #BF3A82. Grayscale: #959595. Windows color (decimal): -12532355 or 8242496. OLE color: 8242496.

HSL color Cylindrical-coordinate representation of color #40C57D: hue angle of 147.52º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C57D is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB64197125-
CMYK0.6800.370.23
HSL147.52º53.41%51.18%-
HSV(B)147.52º67.51%77.25%-
XYZ25.7842.526.25-
YUV149.02114.4467.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 197 (77.34% from 255) = 51.04%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=16.58%
G=51.04%
B=32.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641971250.6800.370.23147.5253.4151.18
Hex40C57D4402517943533
Octal100305175104045272246563
Binary1000000110001011111101100010001001011011110010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,197,125); }

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

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

 a { background-color: rgb(64,197,125); }

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

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

 span { border-color: rgb(64,197,125); }

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