#40c46e

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

Shades of Emerald #40C46E

Tints of Emerald #40C46E

Color information

#40C46E (or 0x40C46E) is unknown color: approx Emerald. HEX triplet: 40, C4 and 6E. RGB value is (64,196,110). Sum of RGB (Red+Green+Blue) = 64+196+110=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #40C46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C46E is #BF3B91. Grayscale: #929292. Windows color (decimal): -12532626 or 7259200. OLE color: 7259200.

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

Color convert

RGB64196110-
CMYK0.6700.440.23
HSL140.91º52.8%50.98%-
HSV(B)140.91º67.35%76.86%-
XYZ24.6741.721.5-
YUV146.73107.2768.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 196 (76.95% from 255) = 52.97%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=17.30%
G=52.97%
B=29.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641961100.6700.440.23140.9152.850.98
Hex40C46E4302C178d3533
Octal100304156103054272156563
Binary1000000110001001101110100001101011001011110001101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40c46e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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