#40CA70

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

Shades of Emerald #40CA70

Tints of Emerald #40CA70

Color information

#40CA70 (or 0x40CA70) is unknown color: approx Emerald. HEX triplet: 40, CA and 70. RGB value is (64,202,112). Sum of RGB (Red+Green+Blue) = 64+202+112=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA70 is #BF358F. Grayscale: #969696. Windows color (decimal): -12531088 or 7391808. OLE color: 7391808.

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

Color convert

RGB64202112-
CMYK0.6800.450.21
HSL140.87º56.56%52.16%-
HSV(B)140.87º68.32%79.22%-
XYZ26.1644.522.54-
YUV150.48106.2866.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=16.93%
G=53.44%
B=29.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal642021120.6800.450.21140.8756.5652.16
Hex40CA704402D158d3934
Octal100312160104055252157164
Binary1000000110010101110000100010001011011010110001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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