#40C574

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

Shades of Emerald #40C574

Tints of Emerald #40C574

Color information

#40C574 (or 0x40C574) is unknown color: approx Emerald. HEX triplet: 40, C5 and 74. RGB value is (64,197,116). Sum of RGB (Red+Green+Blue) = 64+197+116=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #40C574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C574 is #BF3A8B. Grayscale: #949494. Windows color (decimal): -12532364 or 7652672. OLE color: 7652672.

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

Color convert

RGB64197116-
CMYK0.6800.410.23
HSL143.46º53.41%51.18%-
HSV(B)143.46º67.51%77.25%-
XYZ25.2342.2823.35-
YUV148109.9468.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 197 (77.34% from 255) = 52.25%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=16.98%
G=52.25%
B=30.77%

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
Decimal641971160.6800.410.23143.4653.4151.18
Hex40C57444029178f3533
Octal100305164104051272176563
Binary1000000110001011110100100010001010011011110001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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