#40C974

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

Shades of Emerald #40C974

Tints of Emerald #40C974

Color information

#40C974 (or 0x40C974) is unknown color: approx Emerald. HEX triplet: 40, C9 and 74. RGB value is (64,201,116). Sum of RGB (Red+Green+Blue) = 64+201+116=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #40C974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C974 is #BF368B. Grayscale: #969696. Windows color (decimal): -12531340 or 7653696. OLE color: 7653696.

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

Color convert

RGB64201116-
CMYK0.6800.420.21
HSL142.77º55.92%51.96%-
HSV(B)142.77º68.16%78.82%-
XYZ26.1544.1223.66-
YUV150.35108.6166.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 201 (78.91% from 255) = 52.76%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=16.80%
G=52.76%
B=30.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal642011160.6800.420.21142.7755.9251.96
Hex40C9744402A158f3834
Octal100311164104052252177064
Binary1000000110010011110100100010001010101010110001111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,201,116); }

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

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

 a { background-color: rgb(64,201,116); }

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

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

 span { border-color: rgb(64,201,116); }

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