#40C77A

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

Shades of Emerald #40C77A

Tints of Emerald #40C77A

Color information

#40C77A (or 0x40C77A) is unknown color: approx Emerald. HEX triplet: 40, C7 and 7A. RGB value is (64,199,122). Sum of RGB (Red+Green+Blue) = 64+199+122=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #40C77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C77A is #BF3885. Grayscale: #969696. Windows color (decimal): -12531846 or 8046400. OLE color: 8046400.

HSL color Cylindrical-coordinate representation of color #40C77A: hue angle of 145.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C77A is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB64199122-
CMYK0.6800.390.22
HSL145.78º54.66%51.57%-
HSV(B)145.78º67.84%78.04%-
XYZ26.0543.3425.41-
YUV149.86112.2766.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.62%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=16.62%
G=51.69%
B=31.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641991220.6800.390.22145.7854.6651.57
Hex40C77A4402716923734
Octal100307172104047262226764
Binary1000000110001111111010100010001001111011010010010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,199,122); }

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

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

 a { background-color: rgb(64,199,122); }

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

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

 span { border-color: rgb(64,199,122); }

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