#40E473

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

Shades of Emerald #40E473

Tints of Emerald #40E473

Color information

#40E473 (or 0x40E473) is unknown color: approx Emerald. HEX triplet: 40, E4 and 73. RGB value is (64,228,115). Sum of RGB (Red+Green+Blue) = 64+228+115=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 228 (89.45% from 255 or 56.02% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 228 - color contains mainly: green. Hex color #40E473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E473 is #BF1B8C. Grayscale: #A6A6A6. Windows color (decimal): -12524429 or 7595072. OLE color: 7595072.

HSL color Cylindrical-coordinate representation of color #40E473: hue angle of 138.66º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E473 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB64228115-
CMYK0.7200.500.11
HSL138.66º75.23%57.25%-
HSV(B)138.66º71.93%89.41%-
XYZ32.9557.8125.64-
YUV166.0899.1755.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 228 (89.45% from 255) = 56.02%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=15.72%
G=56.02%
B=28.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal642281150.7200.500.11138.6675.2357.25
Hex40E47348032B8b4b39
Octal1003441631100621321311371
Binary1000000111001001110011100100001100101011100010111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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