#40CC7F

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

Shades of Emerald #40CC7F

Tints of Emerald #40CC7F

Color information

#40CC7F (or 0x40CC7F) is unknown color: approx Emerald. HEX triplet: 40, CC and 7F. RGB value is (64,204,127). Sum of RGB (Red+Green+Blue) = 64+204+127=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CC7F is #BF3380. Grayscale: #999999. Windows color (decimal): -12530561 or 8375360. OLE color: 8375360.

HSL color Cylindrical-coordinate representation of color #40CC7F: hue angle of 147º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC7F is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB64204127-
CMYK0.6900.380.2
HSL147º57.85%52.55%-
HSV(B)147º68.63%80%-
XYZ27.5445.8127.47-
YUV153.36113.1264.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.20%
GREEN value IS 204 (80.08% from 255) = 51.65%
BLUE value IS 127 (50% from 255) = 32.15%
R=16.20%
G=51.65%
B=32.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal642041270.6900.380.214757.8552.55
Hex40CC7F4502614933a35
Octal100314177105046242237265
Binary1000000110011001111111100010101001101010010010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,204,127); }

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

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

 a { background-color: rgb(64,204,127); }

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

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

 span { border-color: rgb(64,204,127); }

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