Html Css Color HEX #40DD7D Emerald

📋 copy color: '#40DD7D'

red 64 ◦ green 221 ◦ blue 125

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

Shades of Emerald #40DD7D

Tints of Emerald #40DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 15.61%
G = 53.9%
B = 30.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#40DD7D (or 0x40DD7D) is known color: Emerald. HEX triplet: 40, DD and 7D. RGB value is (64,221,125). Sum of RGB (Red+Green+Blue) = 64+221+125=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD7D is #BF2282. Grayscale: #A3A3A3. Windows color (decimal): -12526211 or 8248640. OLE color: 8248640.

HSL color Cylindrical-coordinate representation of color #40DD7D: hue angle of 143.31º 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 #40DD7D is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 125 -
CMYK 0.71 0 0.43 0.13
HSL 143.31º 0.7% 0.56% -
HSV(B) 143.31º 0.71% 0.87% -
XYZ 31.67 54.28 28.21 -
YUV 163.11 106.49 57.31 -
System Red Green Blue C M Y K H S L
Decimal 64 221 125 0.71 0 0.43 0.13 143.31 0.7 0.56
Hex 40 DD 7D 47 0 2B D 8F 46 38
Octal 100 335 175 107 0 53 15 217 106 70
Binary 1000000 11011101 1111101 1000111 0 101011 1101 10001111 1000110 111000

Color Harmonies of #40DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD7D

Black with #40DD7D

Text Example


Text Example

White with #40DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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