Html Css Color HEX #40CA73 Emerald

📋 copy color: '#40CA73'

red 64 ◦ green 202 ◦ blue 115

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

Shades of Emerald #40CA73

Tints of Emerald #40CA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 16.8%
G = 53.02%
B = 30.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#40CA73 (or 0x40CA73) is known color: Emerald. HEX triplet: 40, CA and 73. RGB value is (64,202,115). Sum of RGB (Red+Green+Blue) = 64+202+115=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA73 is #BF358C. Grayscale: #979797. Windows color (decimal): -12531085 or 7588416. OLE color: 7588416.

HSL color Cylindrical-coordinate representation of color #40CA73: hue angle of 142.17º 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 #40CA73 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 115 -
CMYK 0.68 0 0.43 0.21
HSL 142.17º 0.57% 0.52% -
HSV(B) 142.17º 0.68% 0.79% -
XYZ 26.33 44.57 23.43 -
YUV 150.82 107.78 66.07 -
System Red Green Blue C M Y K H S L
Decimal 64 202 115 0.68 0 0.43 0.21 142.17 0.57 0.52
Hex 40 CA 73 44 0 2B 15 8E 39 34
Octal 100 312 163 104 0 53 25 216 71 64
Binary 1000000 11001010 1110011 1000100 0 101011 10101 10001110 111001 110100

Color Harmonies of #40CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA73

Black with #40CA73

Text Example


Text Example

White with #40CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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