#40DD60

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

Shades of Emerald #40DD60

Tints of Emerald #40DD60

Color information

#40DD60 (or 0x40DD60) is unknown color: approx Emerald. HEX triplet: 40, DD and 60. RGB value is (64,221,96). Sum of RGB (Red+Green+Blue) = 64+221+96=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD60 is #BF229F. Grayscale: #A0A0A0. Windows color (decimal): -12526240 or 6348096. OLE color: 6348096.

HSL color Cylindrical-coordinate representation of color #40DD60: hue angle of 132.23º 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 #40DD60 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB6422196-
CMYK0.7100.570.13
HSL132.23º69.78%55.88%-
HSV(B)132.23º71.04%86.67%-
XYZ30.0853.6519.84-
YUV159.8191.9959.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 221 (86.72% from 255) = 58.01%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=16.80%
G=58.01%
B=25.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64221960.7100.570.13132.2369.7855.88
Hex40DD6047039D844638
Octal1003351401070711520410670
Binary1000000110111011100000100011101110011101100001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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