#40C471

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

Shades of Emerald #40C471

Tints of Emerald #40C471

Color information

#40C471 (or 0x40C471) is unknown color: approx Emerald. HEX triplet: 40, C4 and 71. RGB value is (64,196,113). Sum of RGB (Red+Green+Blue) = 64+196+113=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #40C471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C471 is #BF3B8E. Grayscale: #939393. Windows color (decimal): -12532623 or 7455808. OLE color: 7455808.

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

Color convert

RGB64196113-
CMYK0.6700.420.23
HSL142.27º52.8%50.98%-
HSV(B)142.27º67.35%76.86%-
XYZ24.8341.7622.37-
YUV147.07108.7768.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 196 (76.95% from 255) = 52.55%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=17.16%
G=52.55%
B=30.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641961130.6700.420.23142.2752.850.98
Hex40C4714302A178e3533
Octal100304161103052272166563
Binary1000000110001001110001100001101010101011110001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,196,113); }

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

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

 a { background-color: rgb(64,196,113); }

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

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

 span { border-color: rgb(64,196,113); }

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