#40D07C

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

Shades of Emerald #40D07C

Tints of Emerald #40D07C

Color information

#40D07C (or 0x40D07C) is unknown color: approx Emerald. HEX triplet: 40, D0 and 7C. RGB value is (64,208,124). Sum of RGB (Red+Green+Blue) = 64+208+124=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #40D07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D07C is #BF2F83. Grayscale: #9B9B9B. Windows color (decimal): -12529540 or 8179776. OLE color: 8179776.

HSL color Cylindrical-coordinate representation of color #40D07C: hue angle of 145º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D07C is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB64208124-
CMYK0.6900.400.18
HSL145º60.5%53.33%-
HSV(B)145º69.23%81.57%-
XYZ28.3147.6626.78-
YUV155.37110.2962.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.16%
GREEN value IS 208 (81.64% from 255) = 52.53%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=16.16%
G=52.53%
B=31.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal642081240.6900.400.1814560.553.33
Hex40D07C4502812913d35
Octal100320174105050222217565
Binary1000000110100001111100100010101010001001010010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,208,124); }

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

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

 a { background-color: rgb(64,208,124); }

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

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

 span { border-color: rgb(64,208,124); }

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