#40DA7A

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

Shades of Emerald #40DA7A

Tints of Emerald #40DA7A

Color information

#40DA7A (or 0x40DA7A) is unknown color: approx Emerald. HEX triplet: 40, DA and 7A. RGB value is (64,218,122). Sum of RGB (Red+Green+Blue) = 64+218+122=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA7A is #BF2585. Grayscale: #A1A1A1. Windows color (decimal): -12526982 or 8051264. OLE color: 8051264.

HSL color Cylindrical-coordinate representation of color #40DA7A: hue angle of 142.6º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA7A is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB64218122-
CMYK0.7100.440.15
HSL142.6º67.54%55.29%-
HSV(B)142.6º70.64%85.49%-
XYZ30.752.6426.95-
YUV161.01105.9858.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.84%
GREEN value IS 218 (85.55% from 255) = 53.96%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=15.84%
G=53.96%
B=30.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642181220.7100.440.15142.667.5455.29
Hex40DA7A4702CF8f4437
Octal1003321721070541721710467
Binary1000000110110101111010100011101011001111100011111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,218,122); }

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

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

 a { background-color: rgb(64,218,122); }

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

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

 span { border-color: rgb(64,218,122); }

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