#40E45E

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

Shades of Emerald #40E45E

Tints of Emerald #40E45E

Color information

#40E45E (or 0x40E45E) is unknown color: approx Emerald. HEX triplet: 40, E4 and 5E. RGB value is (64,228,94). Sum of RGB (Red+Green+Blue) = 64+228+94=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 228 (89.45% from 255 or 59.07% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 228 - color contains mainly: green. Hex color #40E45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E45E is #BF1BA1. Grayscale: #A4A4A4. Windows color (decimal): -12524450 or 6218816. OLE color: 6218816.

HSL color Cylindrical-coordinate representation of color #40E45E: hue angle of 130.98º 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 #40E45E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB6422894-
CMYK0.7200.590.11
HSL130.98º75.23%57.25%-
HSV(B)130.98º71.93%89.41%-
XYZ31.8857.3819.99-
YUV163.6988.6756.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 228 (89.45% from 255) = 59.07%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=16.58%
G=59.07%
B=24.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal64228940.7200.590.11130.9875.2357.25
Hex40E45E4803BB834b39
Octal1003441361100731320311371
Binary1000000111001001011110100100001110111011100000111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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