#40DD5C

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

Shades of Emerald #40DD5C

Tints of Emerald #40DD5C

Color information

#40DD5C (or 0x40DD5C) is unknown color: approx Emerald. HEX triplet: 40, DD and 5C. RGB value is (64,221,92). Sum of RGB (Red+Green+Blue) = 64+221+92=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD5C is #BF22A3. Grayscale: #9F9F9F. Windows color (decimal): -12526244 or 6085952. OLE color: 6085952.

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

Color convert

RGB6422192-
CMYK0.7100.580.13
HSL130.7º69.78%55.88%-
HSV(B)130.7º71.04%86.67%-
XYZ29.953.5818.89-
YUV159.3589.9959.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 221 (86.72% from 255) = 58.62%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=16.98%
G=58.62%
B=24.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64221920.7100.580.13130.769.7855.88
Hex40DD5C4703AD834638
Octal1003351341070721520310670
Binary1000000110111011011100100011101110101101100000111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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