#40CE86

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

Shades of Emerald #40CE86

Tints of Emerald #40CE86

Color information

#40CE86 (or 0x40CE86) is unknown color: approx Emerald. HEX triplet: 40, CE and 86. RGB value is (64,206,134). Sum of RGB (Red+Green+Blue) = 64+206+134=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE86 is #BF3179. Grayscale: #9B9B9B. Windows color (decimal): -12530042 or 8834624. OLE color: 8834624.

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

Color convert

RGB64206134-
CMYK0.6900.350.19
HSL149.58º59.17%52.94%-
HSV(B)149.58º68.93%80.78%-
XYZ28.4946.9530.12-
YUV155.33115.9662.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.84%
GREEN value IS 206 (80.86% from 255) = 50.99%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=15.84%
G=50.99%
B=33.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal642061340.6900.350.19149.5859.1752.94
Hex40CE864502313963b35
Octal100316206105043232267365
Binary10000001100111010000110100010101000111001110010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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