#40CD57

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

Shades of Emerald #40CD57

Tints of Emerald #40CD57

Color information

#40CD57 (or 0x40CD57) is unknown color: approx Emerald. HEX triplet: 40, CD and 57. RGB value is (64,205,87). Sum of RGB (Red+Green+Blue) = 64+205+87=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD57 is #BF32A8. Grayscale: #959595. Windows color (decimal): -12530345 or 5754176. OLE color: 5754176.

HSL color Cylindrical-coordinate representation of color #40CD57: hue angle of 129.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD57 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB6420587-
CMYK0.6900.580.20
HSL129.79º58.51%52.75%-
HSV(B)129.79º68.78%80.39%-
XYZ25.6745.4416.44-
YUV149.3992.7967.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 205 (80.47% from 255) = 57.58%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=17.98%
G=57.58%
B=24.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64205870.6900.580.20129.7958.5152.75
Hex40CD574503A14823b35
Octal100315127105072242027365
Binary1000000110011011010111100010101110101010010000010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,205,87); }

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

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

 a { background-color: rgb(64,205,87); }

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

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

 span { border-color: rgb(64,205,87); }

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