Html Css Color HEX #40DB82 Emerald

📋 copy color: '#40DB82'

red 64 ◦ green 219 ◦ blue 130

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

Shades of Emerald #40DB82

Tints of Emerald #40DB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.03%

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 15.5%
G = 53.03%
B = 31.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#40DB82 (or 0x40DB82) is known color: Emerald. HEX triplet: 40, DB and 82. RGB value is (64,219,130). Sum of RGB (Red+Green+Blue) = 64+219+130=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB82 is #BF247D. Grayscale: #A2A2A2. Windows color (decimal): -12526718 or 8575808. OLE color: 8575808.

HSL color Cylindrical-coordinate representation of color #40DB82: hue angle of 145.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB82 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 219 130 -
CMYK 0.71 0 0.41 0.14
HSL 145.55º 0.68% 0.55% -
HSV(B) 145.55º 0.71% 0.86% -
XYZ 31.48 53.36 29.76 -
YUV 162.51 109.65 57.74 -
System Red Green Blue C M Y K H S L
Decimal 64 219 130 0.71 0 0.41 0.14 145.55 0.68 0.55
Hex 40 DB 82 47 0 29 E 92 44 37
Octal 100 333 202 107 0 51 16 222 104 67
Binary 1000000 11011011 10000010 1000111 0 101001 1110 10010010 1000100 110111

Color Harmonies of #40DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DB82

Black with #40DB82

Text Example


Text Example

White with #40DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,219,130); }

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

background-color css

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

 a { background-color: rgb(64,219,130); }

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

border-color css

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

 span { border-color: rgb(64,219,130); }

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