#40DD82

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

Shades of Emerald #40DD82

Tints of Emerald #40DD82

Color information

#40DD82 (or 0x40DD82) is unknown color: approx Emerald. HEX triplet: 40, DD and 82. RGB value is (64,221,130). Sum of RGB (Red+Green+Blue) = 64+221+130=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD82 is #BF227D. Grayscale: #A3A3A3. Windows color (decimal): -12526206 or 8576320. OLE color: 8576320.

HSL color Cylindrical-coordinate representation of color #40DD82: hue angle of 145.22º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD82 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB64221130-
CMYK0.7100.410.13
HSL145.22º69.78%55.88%-
HSV(B)145.22º71.04%86.67%-
XYZ3254.4129.94-
YUV163.68108.9956.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.42%
GREEN value IS 221 (86.72% from 255) = 53.25%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=15.42%
G=53.25%
B=31.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642211300.7100.410.13145.2269.7855.88
Hex40DD8247029D914638
Octal1003352021070511522110670
Binary10000001101110110000010100011101010011101100100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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