#40D382

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

Shades of Emerald #40D382

Tints of Emerald #40D382

Color information

#40D382 (or 0x40D382) is unknown color: approx Emerald. HEX triplet: 40, D3 and 82. RGB value is (64,211,130). Sum of RGB (Red+Green+Blue) = 64+211+130=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #40D382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D382 is #BF2C7D. Grayscale: #9D9D9D. Windows color (decimal): -12528766 or 8573760. OLE color: 8573760.

HSL color Cylindrical-coordinate representation of color #40D382: hue angle of 146.94º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D382 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB64211130-
CMYK0.7000.380.17
HSL146.94º62.55%53.92%-
HSV(B)146.94º69.67%82.75%-
XYZ29.4449.2929.08-
YUV157.81112.361.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.80%
GREEN value IS 211 (82.81% from 255) = 52.10%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=15.80%
G=52.10%
B=32.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal642111300.7000.380.17146.9462.5553.92
Hex40D3824602611933f36
Octal100323202106046212237766
Binary10000001101001110000010100011001001101000110010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,211,130); }

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

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

 a { background-color: rgb(64,211,130); }

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

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

 span { border-color: rgb(64,211,130); }

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