Html Css Color HEX #40DC63 Emerald

📋 copy color: '#40DC63'

red 64 ◦ green 220 ◦ blue 99

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

Shades of Emerald #40DC63

Tints of Emerald #40DC63

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.44%

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 16.71%
G = 57.44%
B = 25.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#40DC63 (or 0x40DC63) is known color: Emerald. HEX triplet: 40, DC and 63. RGB value is (64,220,99). Sum of RGB (Red+Green+Blue) = 64+220+99=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC63 is #BF239C. Grayscale: #9F9F9F. Windows color (decimal): -12526493 or 6544448. OLE color: 6544448.

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

Color convert

RGB 64 220 99 -
CMYK 0.71 0 0.55 0.14
HSL 133.46º 0.69% 0.56% -
HSV(B) 133.46º 0.71% 0.86% -
XYZ 29.96 53.18 20.49 -
YUV 159.56 93.82 59.84 -
System Red Green Blue C M Y K H S L
Decimal 64 220 99 0.71 0 0.55 0.14 133.46 0.69 0.56
Hex 40 DC 63 47 0 37 E 85 45 38
Octal 100 334 143 107 0 67 16 205 105 70
Binary 1000000 11011100 1100011 1000111 0 110111 1110 10000101 1000101 111000

Color Harmonies of #40DC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DC63

Black with #40DC63

Text Example


Text Example

White with #40DC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,220,99); }

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

background-color css

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

 a { background-color: rgb(64,220,99); }

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

border-color css

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

 span { border-color: rgb(64,220,99); }

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