#40DD80

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

Shades of Emerald #40DD80

Tints of Emerald #40DD80

Color information

#40DD80 (or 0x40DD80) is unknown color: approx Emerald. HEX triplet: 40, DD and 80. RGB value is (64,221,128). Sum of RGB (Red+Green+Blue) = 64+221+128=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD80 is #BF227F. Grayscale: #A3A3A3. Windows color (decimal): -12526208 or 8445248. OLE color: 8445248.

HSL color Cylindrical-coordinate representation of color #40DD80: hue angle of 144.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD80 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB64221128-
CMYK0.7100.420.13
HSL144.46º69.78%55.88%-
HSV(B)144.46º71.04%86.67%-
XYZ31.8754.3629.24-
YUV163.46107.9957.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.50%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=15.50%
G=53.51%
B=30.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642211280.7100.420.13144.4669.7855.88
Hex40DD804702AD904638
Octal1003352001070521522010670
Binary10000001101110110000000100011101010101101100100001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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