Html Css Color HEX #40DD87 Emerald

📋 copy color: '#40DD87'

red 64 ◦ green 221 ◦ blue 135

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

Shades of Emerald #40DD87

Tints of Emerald #40DD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 15.24%
G = 52.62%
B = 32.14%

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

#40DD87 (or 0x40DD87) is known color: Emerald. HEX triplet: 40, DD and 87. RGB value is (64,221,135). Sum of RGB (Red+Green+Blue) = 64+221+135=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD87 is #BF2278. Grayscale: #A4A4A4. Windows color (decimal): -12526201 or 8904000. OLE color: 8904000.

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

Color convert

RGB 64 221 135 -
CMYK 0.71 0 0.39 0.13
HSL 147.13º 0.7% 0.56% -
HSV(B) 147.13º 0.71% 0.87% -
XYZ 32.34 54.55 31.75 -
YUV 164.25 111.49 56.49 -
System Red Green Blue C M Y K H S L
Decimal 64 221 135 0.71 0 0.39 0.13 147.13 0.7 0.56
Hex 40 DD 87 47 0 27 D 93 46 38
Octal 100 335 207 107 0 47 15 223 106 70
Binary 1000000 11011101 10000111 1000111 0 100111 1101 10010011 1000110 111000

Color Harmonies of #40DD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD87

Black with #40DD87

Text Example


Text Example

White with #40DD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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