Html Css Color HEX #40DD66 Emerald

📋 copy color: '#40DD66'

red 64 ◦ green 221 ◦ blue 102

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

Shades of Emerald #40DD66

Tints of Emerald #40DD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 16.54%
G = 57.11%
B = 26.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#40DD66 (or 0x40DD66) is known color: Emerald. HEX triplet: 40, DD and 66. RGB value is (64,221,102). Sum of RGB (Red+Green+Blue) = 64+221+102=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD66 is #BF2299. Grayscale: #A0A0A0. Windows color (decimal): -12526234 or 6741312. OLE color: 6741312.

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

Color convert

RGB 64 221 102 -
CMYK 0.71 0 0.54 0.13
HSL 134.52º 0.7% 0.56% -
HSV(B) 134.52º 0.71% 0.87% -
XYZ 30.37 53.76 21.35 -
YUV 160.49 94.99 59.18 -
System Red Green Blue C M Y K H S L
Decimal 64 221 102 0.71 0 0.54 0.13 134.52 0.7 0.56
Hex 40 DD 66 47 0 36 D 87 46 38
Octal 100 335 146 107 0 66 15 207 106 70
Binary 1000000 11011101 1100110 1000111 0 110110 1101 10000111 1000110 111000

Color Harmonies of #40DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD66

Black with #40DD66

Text Example


Text Example

White with #40DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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