#40c986

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

Shades of Emerald #40C986

Tints of Emerald #40C986

Color information

#40C986 (or 0x40C986) is unknown color: approx Emerald. HEX triplet: 40, C9 and 86. RGB value is (64,201,134). Sum of RGB (Red+Green+Blue) = 64+201+134=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #40C986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C986 is #BF3679. Grayscale: #989898. Windows color (decimal): -12531322 or 8833344. OLE color: 8833344.

HSL color Cylindrical-coordinate representation of color #40C986: hue angle of 150.66º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C986 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB64201134-
CMYK0.6800.330.21
HSL150.66º55.92%51.96%-
HSV(B)150.66º68.16%78.82%-
XYZ27.344.5829.72-
YUV152.4117.6164.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.04%
GREEN value IS 201 (78.91% from 255) = 50.38%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=16.04%
G=50.38%
B=33.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal642011340.6800.330.21150.6655.9251.96
Hex40C9864402115973834
Octal100311206104041252277064
Binary10000001100100110000110100010001000011010110010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40c986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,201,134); }

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

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

 a { background-color: rgb(64,201,134); }

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

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

 span { border-color: rgb(64,201,134); }

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