Html Css Color HEX #40DD76 Emerald

📋 copy color: '#40DD76'

red 64 ◦ green 221 ◦ blue 118

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

Shades of Emerald #40DD76

Tints of Emerald #40DD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.84%

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 15.88%
G = 54.84%
B = 29.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#40DD76 (or 0x40DD76) is known color: Emerald. HEX triplet: 40, DD and 76. RGB value is (64,221,118). Sum of RGB (Red+Green+Blue) = 64+221+118=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD76 is #BF2289. Grayscale: #A2A2A2. Windows color (decimal): -12526218 or 7789888. OLE color: 7789888.

HSL color Cylindrical-coordinate representation of color #40DD76: hue angle of 140.64º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD76 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 118 -
CMYK 0.71 0 0.47 0.13
HSL 140.64º 0.7% 0.56% -
HSV(B) 140.64º 0.71% 0.87% -
XYZ 31.24 54.11 25.94 -
YUV 162.32 102.99 57.88 -
System Red Green Blue C M Y K H S L
Decimal 64 221 118 0.71 0 0.47 0.13 140.64 0.7 0.56
Hex 40 DD 76 47 0 2F D 8D 46 38
Octal 100 335 166 107 0 57 15 215 106 70
Binary 1000000 11011101 1110110 1000111 0 101111 1101 10001101 1000110 111000

Color Harmonies of #40DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD76

Black with #40DD76

Text Example


Text Example

White with #40DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,118); }

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

background-color css

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

 a { background-color: rgb(64,221,118); }

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

border-color css

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

 span { border-color: rgb(64,221,118); }

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