#44DA6A

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

Shades of Emerald #44DA6A

Tints of Emerald #44DA6A

Color information

#44DA6A (or 0x44DA6A) is unknown color: approx Emerald. HEX triplet: 44, DA and 6A. RGB value is (68,218,106). Sum of RGB (Red+Green+Blue) = 68+218+106=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #44DA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DA6A is #BB2595. Grayscale: #A0A0A0. Windows color (decimal): -12264854 or 7002692. OLE color: 7002692.

HSL color Cylindrical-coordinate representation of color #44DA6A: hue angle of 135.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DA6A is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB68218106-
CMYK0.6900.510.15
HSL135.2º66.96%56.08%-
HSV(B)135.2º68.81%85.49%-
XYZ30.0652.4122.17-
YUV160.3897.362.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.35%
GREEN value IS 218 (85.55% from 255) = 55.61%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=17.35%
G=55.61%
B=27.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682181060.6900.510.15135.266.9656.08
Hex44DA6A45033F874338
Octal1043321521050631720710370
Binary1000100110110101101010100010101100111111100001111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44DA6A; }

 p { color: rgb(68,218,106); }

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

<style>
 a { background-color: #44DA6A; }

 a { background-color: rgb(68,218,106); }

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

<style>
 span { border-color: #44DA6A; }

 span { border-color: rgb(68,218,106); }

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