Html Css Color HEX #40C580 Emerald

📋 copy color: '#40C580'

red 64 ◦ green 197 ◦ blue 128

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

Shades of Emerald #40C580

Tints of Emerald #40C580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.64%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 16.45%
G = 50.64%
B = 32.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#40C580 (or 0x40C580) is known color: Emerald. HEX triplet: 40, C5 and 80. RGB value is (64,197,128). Sum of RGB (Red+Green+Blue) = 64+197+128=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #40C580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C580 is #BF3A7F. Grayscale: #959595. Windows color (decimal): -12532352 or 8439104. OLE color: 8439104.

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

Color convert

RGB 64 197 128 -
CMYK 0.68 0 0.35 0.23
HSL 148.87º 0.53% 0.51% -
HSV(B) 148.87º 0.68% 0.77% -
XYZ 25.98 42.58 27.27 -
YUV 149.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 64 197 128 0.68 0 0.35 0.23 148.87 0.53 0.51
Hex 40 C5 80 44 0 23 17 95 35 33
Octal 100 305 200 104 0 43 27 225 65 63
Binary 1000000 11000101 10000000 1000100 0 100011 10111 10010101 110101 110011

Color Harmonies of #40C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C580

Black with #40C580

Text Example


Text Example

White with #40C580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,128); }

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

background-color css

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

 a { background-color: rgb(64,197,128); }

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

border-color css

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

 span { border-color: rgb(64,197,128); }

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