#40E75D

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

Shades of Emerald #40E75D

Tints of Emerald #40E75D

Color information

#40E75D (or 0x40E75D) is unknown color: approx Emerald. HEX triplet: 40, E7 and 5D. RGB value is (64,231,93). Sum of RGB (Red+Green+Blue) = 64+231+93=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 231 (90.62% from 255 or 59.54% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 231 - color contains mainly: green. Hex color #40E75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E75D is #BF18A2. Grayscale: #A5A5A5. Windows color (decimal): -12523683 or 6154048. OLE color: 6154048.

HSL color Cylindrical-coordinate representation of color #40E75D: hue angle of 130.42º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E75D is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB6423193-
CMYK0.7200.600.09
HSL130.42º77.67%57.84%-
HSV(B)130.42º72.29%90.59%-
XYZ32.6759.0320.03-
YUV165.3387.1755.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.49%
GREEN value IS 231 (90.62% from 255) = 59.54%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=16.49%
G=59.54%
B=23.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64231930.7200.600.09130.4277.6757.84
Hex40E75D4803C9824e3a
Octal1003471351100741120211672
Binary1000000111001111011101100100001111001001100000101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,231,93); }

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

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

 a { background-color: rgb(64,231,93); }

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

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

 span { border-color: rgb(64,231,93); }

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