Html Css Color HEX #40C473 Emerald

📋 copy color: '#40C473'

red 64 ◦ green 196 ◦ blue 115

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

Shades of Emerald #40C473

Tints of Emerald #40C473

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.27%

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

R = 17.07%
G = 52.27%
B = 30.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#40C473 (or 0x40C473) is known color: Emerald. HEX triplet: 40, C4 and 73. RGB value is (64,196,115). Sum of RGB (Red+Green+Blue) = 64+196+115=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #40C473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C473 is #BF3B8C. Grayscale: #939393. Windows color (decimal): -12532621 or 7586880. OLE color: 7586880.

HSL color Cylindrical-coordinate representation of color #40C473: hue angle of 143.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C473 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 196 115 -
CMYK 0.67 0 0.41 0.23
HSL 143.18º 0.53% 0.51% -
HSV(B) 143.18º 0.67% 0.77% -
XYZ 24.95 41.81 22.97 -
YUV 147.3 109.77 68.59 -
System Red Green Blue C M Y K H S L
Decimal 64 196 115 0.67 0 0.41 0.23 143.18 0.53 0.51
Hex 40 C4 73 43 0 29 17 8F 35 33
Octal 100 304 163 103 0 51 27 217 65 63
Binary 1000000 11000100 1110011 1000011 0 101001 10111 10001111 110101 110011

Color Harmonies of #40C473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C473

Black with #40C473

Text Example


Text Example

White with #40C473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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