#40DB63

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

Shades of Emerald #40DB63

Tints of Emerald #40DB63

Color information

#40DB63 (or 0x40DB63) is unknown color: approx Emerald. HEX triplet: 40, DB and 63. RGB value is (64,219,99). Sum of RGB (Red+Green+Blue) = 64+219+99=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DB63 is #BF249C. Grayscale: #9F9F9F. Windows color (decimal): -12526749 or 6544192. OLE color: 6544192.

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

Color convert

RGB6421999-
CMYK0.7100.550.14
HSL133.55º68.28%55.49%-
HSV(B)133.55º70.78%85.88%-
XYZ29.752.6520.4-
YUV158.9894.1560.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.75%
GREEN value IS 219 (85.94% from 255) = 57.33%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=16.75%
G=57.33%
B=25.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64219990.7100.550.14133.5568.2855.49
Hex40DB6347037E864437
Octal1003331431070671620610467
Binary1000000110110111100011100011101101111110100001101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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