#40CA56

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

Shades of Emerald #40CA56

Tints of Emerald #40CA56

Color information

#40CA56 (or 0x40CA56) is unknown color: approx Emerald. HEX triplet: 40, CA and 56. RGB value is (64,202,86). Sum of RGB (Red+Green+Blue) = 64+202+86=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA56 is #BF35A9. Grayscale: #939393. Windows color (decimal): -12531114 or 5687872. OLE color: 5687872.

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

Color convert

RGB6420286-
CMYK0.6800.570.21
HSL129.57º56.56%52.16%-
HSV(B)129.57º68.32%79.22%-
XYZ24.914415.98-
YUV147.5193.2868.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 202 (79.30% from 255) = 57.39%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=18.18%
G=57.39%
B=24.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64202860.6800.570.21129.5756.5652.16
Hex40CA564403915823934
Octal100312126104071252027164
Binary1000000110010101010110100010001110011010110000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,202,86); }

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

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

 a { background-color: rgb(64,202,86); }

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

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

 span { border-color: rgb(64,202,86); }

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