#40CD81

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

Shades of Emerald #40CD81

Tints of Emerald #40CD81

Color information

#40CD81 (or 0x40CD81) is unknown color: approx Emerald. HEX triplet: 40, CD and 81. RGB value is (64,205,129). Sum of RGB (Red+Green+Blue) = 64+205+129=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD81 is #BF327E. Grayscale: #9A9A9A. Windows color (decimal): -12530303 or 8506688. OLE color: 8506688.

HSL color Cylindrical-coordinate representation of color #40CD81: hue angle of 147.66º degrees, saturation: 0.59, 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 #40CD81 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB64205129-
CMYK0.6900.370.20
HSL147.66º58.51%52.75%-
HSV(B)147.66º68.78%80.39%-
XYZ27.9146.3428.24-
YUV154.18113.7963.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.08%
GREEN value IS 205 (80.47% from 255) = 51.51%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=16.08%
G=51.51%
B=32.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642051290.6900.370.20147.6658.5152.75
Hex40CD814502514943b35
Octal100315201105045242247365
Binary10000001100110110000001100010101001011010010010100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,205,129); }

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

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

 a { background-color: rgb(64,205,129); }

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

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

 span { border-color: rgb(64,205,129); }

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