Html Css Color HEX #40CA7D Emerald

📋 copy color: '#40CA7D'

red 64 ◦ green 202 ◦ blue 125

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

Shades of Emerald #40CA7D

Tints of Emerald #40CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.66%

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 16.37%
G = 51.66%
B = 31.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#40CA7D (or 0x40CA7D) is known color: Emerald. HEX triplet: 40, CA and 7D. RGB value is (64,202,125). Sum of RGB (Red+Green+Blue) = 64+202+125=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA7D is #BF3582. Grayscale: #989898. Windows color (decimal): -12531075 or 8243776. OLE color: 8243776.

HSL color Cylindrical-coordinate representation of color #40CA7D: hue angle of 146.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA7D is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 125 -
CMYK 0.68 0 0.38 0.21
HSL 146.52º 0.57% 0.52% -
HSV(B) 146.52º 0.68% 0.79% -
XYZ 26.94 44.81 26.63 -
YUV 151.96 112.78 65.26 -
System Red Green Blue C M Y K H S L
Decimal 64 202 125 0.68 0 0.38 0.21 146.52 0.57 0.52
Hex 40 CA 7D 44 0 26 15 93 39 34
Octal 100 312 175 104 0 46 25 223 71 64
Binary 1000000 11001010 1111101 1000100 0 100110 10101 10010011 111001 110100

Color Harmonies of #40CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA7D

Black with #40CA7D

Text Example


Text Example

White with #40CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,125); }

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

background-color css

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

 a { background-color: rgb(64,202,125); }

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

border-color css

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

 span { border-color: rgb(64,202,125); }

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