#40D166

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

Shades of Emerald #40D166

Tints of Emerald #40D166

Color information

#40D166 (or 0x40D166) is unknown color: approx Emerald. HEX triplet: 40, D1 and 66. RGB value is (64,209,102). Sum of RGB (Red+Green+Blue) = 64+209+102=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #40D166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D166 is #BF2E99. Grayscale: #999999. Windows color (decimal): -12529306 or 6738240. OLE color: 6738240.

HSL color Cylindrical-coordinate representation of color #40D166: hue angle of 135.72º 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 #40D166 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB64209102-
CMYK0.6900.510.18
HSL135.72º61.18%53.53%-
HSV(B)135.72º69.38%81.96%-
XYZ27.3147.6520.33-
YUV153.4598.9664.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.07%
GREEN value IS 209 (82.03% from 255) = 55.73%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=17.07%
G=55.73%
B=27.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal642091020.6900.510.18135.7261.1853.53
Hex40D1664503312883d36
Octal100321146105063222107566
Binary1000000110100011100110100010101100111001010001000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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