#40D85F

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

Shades of Emerald #40D85F

Tints of Emerald #40D85F

Color information

#40D85F (or 0x40D85F) is unknown color: approx Emerald. HEX triplet: 40, D8 and 5F. RGB value is (64,216,95). Sum of RGB (Red+Green+Blue) = 64+216+95=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #40D85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D85F is #BF27A0. Grayscale: #9D9D9D. Windows color (decimal): -12527521 or 6281280. OLE color: 6281280.

HSL color Cylindrical-coordinate representation of color #40D85F: hue angle of 132.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D85F is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB6421695-
CMYK0.7000.560.15
HSL132.24º66.09%54.9%-
HSV(B)132.24º70.37%84.71%-
XYZ28.7451.0319.16-
YUV156.7693.1461.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.07%
GREEN value IS 216 (84.77% from 255) = 57.6%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=17.07%
G=57.6%
B=25.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64216950.7000.560.15132.2466.0954.9
Hex40D85F46038F844237
Octal1003301371060701720410267
Binary1000000110110001011111100011001110001111100001001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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