Html Css Color HEX #40D780 Emerald

📋 copy color: '#40D780'

red 64 ◦ green 215 ◦ blue 128

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

Shades of Emerald #40D780

Tints of Emerald #40D780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 15.72%
G = 52.83%
B = 31.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#40D780 (or 0x40D780) is known color: Emerald. HEX triplet: 40, D7 and 80. RGB value is (64,215,128). Sum of RGB (Red+Green+Blue) = 64+215+128=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #40D780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D780 is #BF287F. Grayscale: #A0A0A0. Windows color (decimal): -12527744 or 8443712. OLE color: 8443712.

HSL color Cylindrical-coordinate representation of color #40D780: hue angle of 145.43º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D780 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 128 -
CMYK 0.70 0 0.40 0.16
HSL 145.43º 0.65% 0.55% -
HSV(B) 145.43º 0.7% 0.84% -
XYZ 30.31 51.25 28.72 -
YUV 159.93 109.97 59.57 -
System Red Green Blue C M Y K H S L
Decimal 64 215 128 0.70 0 0.40 0.16 145.43 0.65 0.55
Hex 40 D7 80 46 0 28 10 91 41 37
Octal 100 327 200 106 0 50 20 221 101 67
Binary 1000000 11010111 10000000 1000110 0 101000 10000 10010001 1000001 110111

Color Harmonies of #40D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D780

Black with #40D780

Text Example


Text Example

White with #40D780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,128); }

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

background-color css

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

 a { background-color: rgb(64,215,128); }

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

border-color css

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

 span { border-color: rgb(64,215,128); }

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