Html Css Color HEX #40CD7C Emerald

📋 copy color: '#40CD7C'

red 64 ◦ green 205 ◦ blue 124

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

Shades of Emerald #40CD7C

Tints of Emerald #40CD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 16.28%
G = 52.16%
B = 31.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#40CD7C (or 0x40CD7C) is known color: Emerald. HEX triplet: 40, CD and 7C. RGB value is (64,205,124). Sum of RGB (Red+Green+Blue) = 64+205+124=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD7C is #BF3283. Grayscale: #999999. Windows color (decimal): -12530308 or 8179008. OLE color: 8179008.

HSL color Cylindrical-coordinate representation of color #40CD7C: hue angle of 145.53º 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 #40CD7C is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 124 -
CMYK 0.69 0 0.40 0.20
HSL 145.53º 0.59% 0.53% -
HSV(B) 145.53º 0.69% 0.8% -
XYZ 27.58 46.21 26.53 -
YUV 153.61 111.29 64.09 -
System Red Green Blue C M Y K H S L
Decimal 64 205 124 0.69 0 0.40 0.20 145.53 0.59 0.53
Hex 40 CD 7C 45 0 28 14 92 3B 35
Octal 100 315 174 105 0 50 24 222 73 65
Binary 1000000 11001101 1111100 1000101 0 101000 10100 10010010 111011 110101

Color Harmonies of #40CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD7C

Black with #40CD7C

Text Example


Text Example

White with #40CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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