#40DD5F

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

Shades of Emerald #40DD5F

Tints of Emerald #40DD5F

Color information

#40DD5F (or 0x40DD5F) is unknown color: approx Emerald. HEX triplet: 40, DD and 5F. RGB value is (64,221,95). Sum of RGB (Red+Green+Blue) = 64+221+95=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD5F is #BF22A0. Grayscale: #A0A0A0. Windows color (decimal): -12526241 or 6282560. OLE color: 6282560.

HSL color Cylindrical-coordinate representation of color #40DD5F: hue angle of 131.85º 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 #40DD5F is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB6422195-
CMYK0.7100.570.13
HSL131.85º69.78%55.88%-
HSV(B)131.85º71.04%86.67%-
XYZ30.0453.6319.59-
YUV159.6991.4959.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 95 (37.5% from 255) = 25%
R=16.84%
G=58.16%
B=25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64221950.7100.570.13131.8569.7855.88
Hex40DD5F47039D844638
Octal1003351371070711520410670
Binary1000000110111011011111100011101110011101100001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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