#40DB75

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

Shades of Emerald #40DB75

Tints of Emerald #40DB75

Color information

#40DB75 (or 0x40DB75) is unknown color: approx Emerald. HEX triplet: 40, DB and 75. RGB value is (64,219,117). Sum of RGB (Red+Green+Blue) = 64+219+117=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DB75 is #BF248A. Grayscale: #A1A1A1. Windows color (decimal): -12526731 or 7723840. OLE color: 7723840.

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

Color convert

RGB64219117-
CMYK0.7100.470.14
HSL140.52º68.28%55.49%-
HSV(B)140.52º70.78%85.88%-
XYZ30.6653.0425.45-
YUV161.03103.1558.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16%
GREEN value IS 219 (85.94% from 255) = 54.75%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=16%
G=54.75%
B=29.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642191170.7100.470.14140.5268.2855.49
Hex40DB754702FE8d4437
Octal1003331651070571621510467
Binary1000000110110111110101100011101011111110100011011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,219,117); }

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

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

 a { background-color: rgb(64,219,117); }

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

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

 span { border-color: rgb(64,219,117); }

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