#40D67A

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

Shades of Emerald #40D67A

Tints of Emerald #40D67A

Color information

#40D67A (or 0x40D67A) is unknown color: approx Emerald. HEX triplet: 40, D6 and 7A. RGB value is (64,214,122). Sum of RGB (Red+Green+Blue) = 64+214+122=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #40D67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D67A is #BF2985. Grayscale: #9E9E9E. Windows color (decimal): -12528006 or 8050240. OLE color: 8050240.

HSL color Cylindrical-coordinate representation of color #40D67A: hue angle of 143.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D67A is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB64214122-
CMYK0.7000.430.16
HSL143.2º64.66%54.51%-
HSV(B)143.2º70.09%83.92%-
XYZ29.6750.5926.61-
YUV158.66107.360.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16%
GREEN value IS 214 (83.98% from 255) = 53.5%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=16%
G=53.5%
B=30.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal642141220.7000.430.16143.264.6654.51
Hex40D67A4602B108f4137
Octal1003261721060532021710167
Binary10000001101011011110101000110010101110000100011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,214,122); }

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

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

 a { background-color: rgb(64,214,122); }

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

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

 span { border-color: rgb(64,214,122); }

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