Html Css Color HEX #40CD7B Emerald

📋 copy color: '#40CD7B'

red 64 ◦ green 205 ◦ blue 123

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

Shades of Emerald #40CD7B

Tints of Emerald #40CD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 16.33%
G = 52.3%
B = 31.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#40CD7B (or 0x40CD7B) is known color: Emerald. HEX triplet: 40, CD and 7B. RGB value is (64,205,123). Sum of RGB (Red+Green+Blue) = 64+205+123=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD7B is #BF3284. Grayscale: #999999. Windows color (decimal): -12530309 or 8113472. OLE color: 8113472.

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

Color convert

RGB 64 205 123 -
CMYK 0.69 0 0.4 0.20
HSL 145.11º 0.59% 0.53% -
HSV(B) 145.11º 0.69% 0.8% -
XYZ 27.52 46.18 26.2 -
YUV 153.49 110.79 64.17 -
System Red Green Blue C M Y K H S L
Decimal 64 205 123 0.69 0 0.4 0.20 145.11 0.59 0.53
Hex 40 CD 7B 45 0 28 14 91 3B 35
Octal 100 315 173 105 0 50 24 221 73 65
Binary 1000000 11001101 1111011 1000101 0 101000 10100 10010001 111011 110101

Color Harmonies of #40CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD7B

Black with #40CD7B

Text Example


Text Example

White with #40CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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