#40ED73

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

Shades of Emerald #40ED73

Tints of Emerald #40ED73

Color information

#40ED73 (or 0x40ED73) is unknown color: approx Emerald. HEX triplet: 40, ED and 73. RGB value is (64,237,115). Sum of RGB (Red+Green+Blue) = 64+237+115=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 237 (92.97% from 255 or 56.97% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40ED73 is #BF128C. Grayscale: #ABABAB. Windows color (decimal): -12522125 or 7597376. OLE color: 7597376.

HSL color Cylindrical-coordinate representation of color #40ED73: hue angle of 137.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ED73 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB64237115-
CMYK0.7300.510.07
HSL137.69º82.78%59.02%-
HSV(B)137.69º73%92.94%-
XYZ35.4962.926.49-
YUV171.3696.1951.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.38%
GREEN value IS 237 (92.97% from 255) = 56.97%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=15.38%
G=56.97%
B=27.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642371150.7300.510.07137.6982.7859.02
Hex40ED734903378a533b
Octal100355163111063721212373
Binary100000011101101111001110010010110011111100010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ED73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,237,115); }

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

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

 a { background-color: rgb(64,237,115); }

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

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

 span { border-color: rgb(64,237,115); }

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