Html Css Color HEX #40CD7A Emerald

📋 copy color: '#40CD7A'

red 64 ◦ green 205 ◦ blue 122

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

Shades of Emerald #40CD7A

Tints of Emerald #40CD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 16.37%
G = 52.43%
B = 31.2%

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

#40CD7A (or 0x40CD7A) is known color: Emerald. HEX triplet: 40, CD and 7A. RGB value is (64,205,122). Sum of RGB (Red+Green+Blue) = 64+205+122=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD7A is #BF3285. Grayscale: #999999. Windows color (decimal): -12530310 or 8047936. OLE color: 8047936.

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

Color convert

RGB 64 205 122 -
CMYK 0.69 0 0.40 0.20
HSL 144.68º 0.59% 0.53% -
HSV(B) 144.68º 0.69% 0.8% -
XYZ 27.46 46.16 25.87 -
YUV 153.38 110.29 64.25 -
System Red Green Blue C M Y K H S L
Decimal 64 205 122 0.69 0 0.40 0.20 144.68 0.59 0.53
Hex 40 CD 7A 45 0 28 14 91 3B 35
Octal 100 315 172 105 0 50 24 221 73 65
Binary 1000000 11001101 1111010 1000101 0 101000 10100 10010001 111011 110101

Color Harmonies of #40CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD7A

Black with #40CD7A

Text Example


Text Example

White with #40CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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