Html Css Color HEX #40CD6B Emerald

📋 copy color: '#40CD6B'

red 64 ◦ green 205 ◦ blue 107

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

Shades of Emerald #40CD6B

Tints of Emerald #40CD6B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.52%

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 17.02%
G = 54.52%
B = 28.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#40CD6B (or 0x40CD6B) is known color: Emerald. HEX triplet: 40, CD and 6B. RGB value is (64,205,107). Sum of RGB (Red+Green+Blue) = 64+205+107=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD6B is #BF3294. Grayscale: #979797. Windows color (decimal): -12530325 or 7064896. OLE color: 7064896.

HSL color Cylindrical-coordinate representation of color #40CD6B: hue angle of 138.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD6B is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 107 -
CMYK 0.69 0 0.48 0.20
HSL 138.3º 0.59% 0.53% -
HSV(B) 138.3º 0.69% 0.8% -
XYZ 26.6 45.81 21.35 -
YUV 151.67 102.79 65.47 -
System Red Green Blue C M Y K H S L
Decimal 64 205 107 0.69 0 0.48 0.20 138.3 0.59 0.53
Hex 40 CD 6B 45 0 30 14 8A 3B 35
Octal 100 315 153 105 0 60 24 212 73 65
Binary 1000000 11001101 1101011 1000101 0 110000 10100 10001010 111011 110101

Color Harmonies of #40CD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD6B

Black with #40CD6B

Text Example


Text Example

White with #40CD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,107); }

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

background-color css

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

 a { background-color: rgb(64,205,107); }

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

border-color css

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

 span { border-color: rgb(64,205,107); }

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