#40DA68

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

Shades of Emerald #40DA68

Tints of Emerald #40DA68

Color information

#40DA68 (or 0x40DA68) is unknown color: approx Emerald. HEX triplet: 40, DA and 68. RGB value is (64,218,104). Sum of RGB (Red+Green+Blue) = 64+218+104=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA68 is #BF2597. Grayscale: #9F9F9F. Windows color (decimal): -12527000 or 6871616. OLE color: 6871616.

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

Color convert

RGB64218104-
CMYK0.7100.520.15
HSL135.58º67.54%55.29%-
HSV(B)135.58º70.64%85.49%-
XYZ29.6852.2321.61-
YUV158.9696.9860.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 218 (85.55% from 255) = 56.48%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=16.58%
G=56.48%
B=26.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642181040.7100.520.15135.5867.5455.29
Hex40DA6847034F884437
Octal1003321501070641721010467
Binary1000000110110101101000100011101101001111100010001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,218,104); }

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

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

 a { background-color: rgb(64,218,104); }

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

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

 span { border-color: rgb(64,218,104); }

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