#40C880

Color #40C880 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #40C880

Tints of Emerald #40C880

Color information

#40C880 (or 0x40C880) is unknown color: approx Emerald. HEX triplet: 40, C8 and 80. RGB value is (64,200,128). Sum of RGB (Red+Green+Blue) = 64+200+128=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #40C880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C880 is #BF377F. Grayscale: #979797. Windows color (decimal): -12531584 or 8439872. OLE color: 8439872.

HSL color Cylindrical-coordinate representation of color #40C880: hue angle of 148.24º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C880 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB64200128-
CMYK0.6800.360.22
HSL148.24º55.28%51.76%-
HSV(B)148.24º68%78.43%-
XYZ26.6643.9627.5-
YUV151.13114.9465.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 200 (78.52% from 255) = 51.02%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=16.33%
G=51.02%
B=32.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal642001280.6800.360.22148.2455.2851.76
Hex40C8804402416943734
Octal100310200104044262246764
Binary10000001100100010000000100010001001001011010010100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40C880;
 }
 .AnyTagClassName
 {
   color: #40C880;
 }
</style>
background-color css

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

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

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

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

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

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