#40E460

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

Shades of Emerald #40E460

Tints of Emerald #40E460

Color information

#40E460 (or 0x40E460) is unknown color: approx Emerald. HEX triplet: 40, E4 and 60. RGB value is (64,228,96). Sum of RGB (Red+Green+Blue) = 64+228+96=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 228 (89.45% from 255 or 58.76% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 228 - color contains mainly: green. Hex color #40E460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E460 is #BF1B9F. Grayscale: #A4A4A4. Windows color (decimal): -12524448 or 6349888. OLE color: 6349888.

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

Color convert

RGB6422896-
CMYK0.7200.580.11
HSL131.71º75.23%57.25%-
HSV(B)131.71º71.93%89.41%-
XYZ31.9757.4220.46-
YUV163.9289.6756.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.49%
GREEN value IS 228 (89.45% from 255) = 58.76%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=16.49%
G=58.76%
B=24.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal64228960.7200.580.11131.7175.2357.25
Hex40E4604803AB844b39
Octal1003441401100721320411371
Binary1000000111001001100000100100001110101011100001001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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