#40C666

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

Shades of Emerald #40C666

Tints of Emerald #40C666

Color information

#40C666 (or 0x40C666) is unknown color: approx Emerald. HEX triplet: 40, C6 and 66. RGB value is (64,198,102). Sum of RGB (Red+Green+Blue) = 64+198+102=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #40C666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C666 is #BF3999. Grayscale: #939393. Windows color (decimal): -12532122 or 6735424. OLE color: 6735424.

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

Color convert

RGB64198102-
CMYK0.6800.480.22
HSL137.01º54.03%51.37%-
HSV(B)137.01º67.68%77.65%-
XYZ24.7142.4419.46-
YUV146.99102.6168.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 198 (77.73% from 255) = 54.40%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=17.58%
G=54.40%
B=28.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641981020.6800.480.22137.0154.0351.37
Hex40C6664403016893633
Octal100306146104060262116663
Binary1000000110001101100110100010001100001011010001001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,198,102); }

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

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

 a { background-color: rgb(64,198,102); }

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

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

 span { border-color: rgb(64,198,102); }

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