#40D662

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

Shades of Emerald #40D662

Tints of Emerald #40D662

Color information

#40D662 (or 0x40D662) is unknown color: approx Emerald. HEX triplet: 40, D6 and 62. RGB value is (64,214,98). Sum of RGB (Red+Green+Blue) = 64+214+98=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #40D662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D662 is #BF299D. Grayscale: #9C9C9C. Windows color (decimal): -12528030 or 6477376. OLE color: 6477376.

HSL color Cylindrical-coordinate representation of color #40D662: hue angle of 133.6º 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 #40D662 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB6421498-
CMYK0.7000.540.16
HSL133.6º64.66%54.51%-
HSV(B)133.6º70.09%83.92%-
XYZ28.3750.0619.72-
YUV155.9395.362.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 214 (83.98% from 255) = 56.91%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=17.02%
G=56.91%
B=26.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64214980.7000.540.16133.664.6654.51
Hex40D6624603610864137
Octal1003261421060662020610167
Binary10000001101011011000101000110011011010000100001101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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