#40D168

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

Shades of Emerald #40D168

Tints of Emerald #40D168

Color information

#40D168 (or 0x40D168) is unknown color: approx Emerald. HEX triplet: 40, D1 and 68. RGB value is (64,209,104). Sum of RGB (Red+Green+Blue) = 64+209+104=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #40D168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D168 is #BF2E97. Grayscale: #999999. Windows color (decimal): -12529304 or 6869312. OLE color: 6869312.

HSL color Cylindrical-coordinate representation of color #40D168: hue angle of 136.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D168 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB64209104-
CMYK0.6900.500.18
HSL136.55º61.18%53.53%-
HSV(B)136.55º69.38%81.96%-
XYZ27.4147.6920.86-
YUV153.6799.9664.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 209 (82.03% from 255) = 55.44%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=16.98%
G=55.44%
B=27.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal642091040.6900.500.18136.5561.1853.53
Hex40D1684503212893d36
Octal100321150105062222117566
Binary1000000110100011101000100010101100101001010001001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,209,104); }

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

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

 a { background-color: rgb(64,209,104); }

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

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

 span { border-color: rgb(64,209,104); }

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