#40DC83

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

Shades of Emerald #40DC83

Tints of Emerald #40DC83

Color information

#40DC83 (or 0x40DC83) is unknown color: approx Emerald. HEX triplet: 40, DC and 83. RGB value is (64,220,131). Sum of RGB (Red+Green+Blue) = 64+220+131=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DC83 is #BF237C. Grayscale: #A3A3A3. Windows color (decimal): -12526461 or 8641600. OLE color: 8641600.

HSL color Cylindrical-coordinate representation of color #40DC83: hue angle of 145.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC83 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB64220131-
CMYK0.7100.400.14
HSL145.77º69.03%55.69%-
HSV(B)145.77º70.91%86.27%-
XYZ31.853.9230.2-
YUV163.21109.8257.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.42%
GREEN value IS 220 (86.33% from 255) = 53.01%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=15.42%
G=53.01%
B=31.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642201310.7100.400.14145.7769.0355.69
Hex40DC8347028E924538
Octal1003342031070501622210570
Binary10000001101110010000011100011101010001110100100101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,220,131); }

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

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

 a { background-color: rgb(64,220,131); }

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

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

 span { border-color: rgb(64,220,131); }

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