#40D16C

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

Shades of Emerald #40D16C

Tints of Emerald #40D16C

Color information

#40D16C (or 0x40D16C) is unknown color: approx Emerald. HEX triplet: 40, D1 and 6C. RGB value is (64,209,108). Sum of RGB (Red+Green+Blue) = 64+209+108=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #40D16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D16C is #BF2E93. Grayscale: #9A9A9A. Windows color (decimal): -12529300 or 7131456. OLE color: 7131456.

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

Color convert

RGB64209108-
CMYK0.6900.480.18
HSL138.21º61.18%53.53%-
HSV(B)138.21º69.38%81.96%-
XYZ27.6247.7721.95-
YUV154.13101.9663.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 209 (82.03% from 255) = 54.86%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=16.80%
G=54.86%
B=28.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal642091080.6900.480.18138.2161.1853.53
Hex40D16C45030128a3d36
Octal100321154105060222127566
Binary1000000110100011101100100010101100001001010001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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