#40EA72

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

Shades of Emerald #40EA72

Tints of Emerald #40EA72

Color information

#40EA72 (or 0x40EA72) is unknown color: approx Emerald. HEX triplet: 40, EA and 72. RGB value is (64,234,114). Sum of RGB (Red+Green+Blue) = 64+234+114=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EA72 is #BF158D. Grayscale: #A9A9A9. Windows color (decimal): -12522894 or 7531072. OLE color: 7531072.

HSL color Cylindrical-coordinate representation of color #40EA72: hue angle of 137.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EA72 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB64234114-
CMYK0.7300.510.08
HSL137.65º80.19%58.43%-
HSV(B)137.65º72.65%91.76%-
XYZ34.5761.1525.9-
YUV169.4996.6852.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.53%
GREEN value IS 234 (91.80% from 255) = 56.80%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=15.53%
G=56.80%
B=27.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642341140.7300.510.08137.6580.1958.43
Hex40EA724903388a503a
Octal1003521621110631021212072
Binary1000000111010101110010100100101100111000100010101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,234,114); }

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

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

 a { background-color: rgb(64,234,114); }

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

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

 span { border-color: rgb(64,234,114); }

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