#40C575

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

Shades of Emerald #40C575

Tints of Emerald #40C575

Color information

#40C575 (or 0x40C575) is unknown color: approx Emerald. HEX triplet: 40, C5 and 75. RGB value is (64,197,117). Sum of RGB (Red+Green+Blue) = 64+197+117=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #40C575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C575 is #BF3A8A. Grayscale: #949494. Windows color (decimal): -12532363 or 7718208. OLE color: 7718208.

HSL color Cylindrical-coordinate representation of color #40C575: hue angle of 143.91º 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 #40C575 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB64197117-
CMYK0.6800.410.23
HSL143.91º53.41%51.18%-
HSV(B)143.91º67.51%77.25%-
XYZ25.2942.3123.66-
YUV148.11110.4468-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 197 (77.34% from 255) = 52.12%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=16.93%
G=52.12%
B=30.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641971170.6800.410.23143.9153.4151.18
Hex40C5754402917903533
Octal100305165104051272206563
Binary1000000110001011110101100010001010011011110010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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