Html Css Color HEX #40C476 Emerald

📋 copy color: '#40C476'

red 64 ◦ green 196 ◦ blue 118

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

Shades of Emerald #40C476

Tints of Emerald #40C476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 16.93%
G = 51.85%
B = 31.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#40C476 (or 0x40C476) is known color: Emerald. HEX triplet: 40, C4 and 76. RGB value is (64,196,118). Sum of RGB (Red+Green+Blue) = 64+196+118=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #40C476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C476 is #BF3B89. Grayscale: #939393. Windows color (decimal): -12532618 or 7783488. OLE color: 7783488.

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

Color convert

RGB 64 196 118 -
CMYK 0.67 0 0.40 0.23
HSL 144.55º 0.53% 0.51% -
HSV(B) 144.55º 0.67% 0.77% -
XYZ 25.12 41.88 23.9 -
YUV 147.64 111.27 68.34 -
System Red Green Blue C M Y K H S L
Decimal 64 196 118 0.67 0 0.40 0.23 144.55 0.53 0.51
Hex 40 C4 76 43 0 28 17 91 35 33
Octal 100 304 166 103 0 50 27 221 65 63
Binary 1000000 11000100 1110110 1000011 0 101000 10111 10010001 110101 110011

Color Harmonies of #40C476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C476

Black with #40C476

Text Example


Text Example

White with #40C476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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