#40E672

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

Shades of Emerald #40E672

Tints of Emerald #40E672

Color information

#40E672 (or 0x40E672) is unknown color: approx Emerald. HEX triplet: 40, E6 and 72. RGB value is (64,230,114). Sum of RGB (Red+Green+Blue) = 64+230+114=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 230 (90.23% from 255 or 56.37% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 230 - color contains mainly: green. Hex color #40E672 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E672 is #BF198D. Grayscale: #A7A7A7. Windows color (decimal): -12523918 or 7530048. OLE color: 7530048.

HSL color Cylindrical-coordinate representation of color #40E672: hue angle of 138.07º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E672 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB64230114-
CMYK0.7200.500.10
HSL138.07º76.85%57.65%-
HSV(B)138.07º72.17%90.2%-
XYZ33.4558.925.53-
YUV167.149854.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.69%
GREEN value IS 230 (90.23% from 255) = 56.37%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=15.69%
G=56.37%
B=27.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal642301140.7200.500.10138.0776.8557.65
Hex40E67248032A8a4d3a
Octal1003461621100621221211572
Binary1000000111001101110010100100001100101010100010101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,230,114); }

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

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

 a { background-color: rgb(64,230,114); }

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

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

 span { border-color: rgb(64,230,114); }

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