Html Css Color HEX #40D680 Emerald

📋 copy color: '#40D680'

red 64 ◦ green 214 ◦ blue 128

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

Shades of Emerald #40D680

Tints of Emerald #40D680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.71%

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

R = 15.76%
G = 52.71%
B = 31.53%

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

#40D680 (or 0x40D680) is known color: Emerald. HEX triplet: 40, D6 and 80. RGB value is (64,214,128). Sum of RGB (Red+Green+Blue) = 64+214+128=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #40D680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D680 is #BF297F. Grayscale: #9F9F9F. Windows color (decimal): -12528000 or 8443456. OLE color: 8443456.

HSL color Cylindrical-coordinate representation of color #40D680: hue angle of 145.6º 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 #40D680 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 214 128 -
CMYK 0.70 0 0.40 0.16
HSL 145.6º 0.65% 0.55% -
HSV(B) 145.6º 0.7% 0.84% -
XYZ 30.06 50.74 28.63 -
YUV 159.35 110.31 59.99 -
System Red Green Blue C M Y K H S L
Decimal 64 214 128 0.70 0 0.40 0.16 145.6 0.65 0.55
Hex 40 D6 80 46 0 28 10 92 41 37
Octal 100 326 200 106 0 50 20 222 101 67
Binary 1000000 11010110 10000000 1000110 0 101000 10000 10010010 1000001 110111

Color Harmonies of #40D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D680

Black with #40D680

Text Example


Text Example

White with #40D680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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