#40C96C

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

Shades of Emerald #40C96C

Tints of Emerald #40C96C

Color information

#40C96C (or 0x40C96C) is unknown color: approx Emerald. HEX triplet: 40, C9 and 6C. RGB value is (64,201,108). Sum of RGB (Red+Green+Blue) = 64+201+108=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #40C96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C96C is #BF3693. Grayscale: #959595. Windows color (decimal): -12531348 or 7129408. OLE color: 7129408.

HSL color Cylindrical-coordinate representation of color #40C96C: hue angle of 139.27º 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 #40C96C is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB64201108-
CMYK0.6800.460.21
HSL139.27º55.92%51.96%-
HSV(B)139.27º68.16%78.82%-
XYZ25.7143.9521.31-
YUV149.44104.6167.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 201 (78.91% from 255) = 53.89%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=17.16%
G=53.89%
B=28.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal642011080.6800.460.21139.2755.9251.96
Hex40C96C4402E158b3834
Octal100311154104056252137064
Binary1000000110010011101100100010001011101010110001011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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