Html Css Color HEX #40DD86 Emerald

📋 copy color: '#40DD86'

red 64 ◦ green 221 ◦ blue 134

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

Shades of Emerald #40DD86

Tints of Emerald #40DD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.98%

R = 15.27%
G = 52.74%
B = 31.98%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#40DD86 (or 0x40DD86) is known color: Emerald. HEX triplet: 40, DD and 86. RGB value is (64,221,134). Sum of RGB (Red+Green+Blue) = 64+221+134=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD86 is #BF2279. Grayscale: #A4A4A4. Windows color (decimal): -12526202 or 8838464. OLE color: 8838464.

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

Color convert

RGB 64 221 134 -
CMYK 0.71 0 0.39 0.13
HSL 146.75º 0.7% 0.56% -
HSV(B) 146.75º 0.71% 0.87% -
XYZ 32.27 54.52 31.38 -
YUV 164.14 110.99 56.57 -
System Red Green Blue C M Y K H S L
Decimal 64 221 134 0.71 0 0.39 0.13 146.75 0.7 0.56
Hex 40 DD 86 47 0 27 D 93 46 38
Octal 100 335 206 107 0 47 15 223 106 70
Binary 1000000 11011101 10000110 1000111 0 100111 1101 10010011 1000110 111000

Color Harmonies of #40DD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD86

Black with #40DD86

Text Example


Text Example

White with #40DD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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