#40c478

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

Shades of Emerald #40C478

Tints of Emerald #40C478

Color information

#40C478 (or 0x40C478) is unknown color: approx Emerald. HEX triplet: 40, C4 and 78. RGB value is (64,196,120). Sum of RGB (Red+Green+Blue) = 64+196+120=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #40C478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C478 is #BF3B87. Grayscale: #949494. Windows color (decimal): -12532616 or 7914560. OLE color: 7914560.

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

Color convert

RGB64196120-
CMYK0.6700.390.23
HSL145.45º52.8%50.98%-
HSV(B)145.45º67.35%76.86%-
XYZ25.2441.9324.53-
YUV147.87112.2768.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 196 (76.95% from 255) = 51.58%
BLUE value IS 120 (47.27% from 255) = 31.58%
R=16.84%
G=51.58%
B=31.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641961200.6700.390.23145.4552.850.98
Hex40C4784302717913533
Octal100304170103047272216563
Binary1000000110001001111000100001101001111011110010001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40c478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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