Html Css Color HEX #40DC5E Emerald

📋 copy color: '#40DC5E'

red 64 ◦ green 220 ◦ blue 94

#40DC5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #40DC5E

Tints of Emerald #40DC5E

RGB

 RED value IS 64 (25.39% from 255) = 16.93%

 GREEN value IS 220 (86.33% from 255) = 58.2%

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 16.93%
G = 58.2%
B = 24.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#40DC5E (or 0x40DC5E) is known color: Emerald. HEX triplet: 40, DC and 5E. RGB value is (64,220,94). Sum of RGB (Red+Green+Blue) = 64+220+94=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC5E is #BF23A1. Grayscale: #9F9F9F. Windows color (decimal): -12526498 or 6216768. OLE color: 6216768.

HSL color Cylindrical-coordinate representation of color #40DC5E: hue angle of 131.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC5E is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 220 94 -
CMYK 0.71 0 0.57 0.14
HSL 131.54º 0.69% 0.56% -
HSV(B) 131.54º 0.71% 0.86% -
XYZ 29.73 53.08 19.27 -
YUV 158.99 91.32 60.25 -
System Red Green Blue C M Y K H S L
Decimal 64 220 94 0.71 0 0.57 0.14 131.54 0.69 0.56
Hex 40 DC 5E 47 0 39 E 84 45 38
Octal 100 334 136 107 0 71 16 204 105 70
Binary 1000000 11011100 1011110 1000111 0 111001 1110 10000100 1000101 111000

Color Harmonies of #40DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DC5E

Black with #40DC5E

Text Example


Text Example

White with #40DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40DC5E;
 }
 .AnyTagClassName
 {
   color: #40DC5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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