#44DD7C

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

Shades of Emerald #44DD7C

Tints of Emerald #44DD7C

Color information

#44DD7C (or 0x44DD7C) is unknown color: approx Emerald. HEX triplet: 44, DD and 7C. RGB value is (68,221,124). Sum of RGB (Red+Green+Blue) = 68+221+124=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD7C is #BB2283. Grayscale: #A4A4A4. Windows color (decimal): -12264068 or 8183108. OLE color: 8183108.

HSL color Cylindrical-coordinate representation of color #44DD7C: hue angle of 141.96º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DD7C is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB68221124-
CMYK0.6900.440.13
HSL141.96º69.23%56.67%-
HSV(B)141.96º69.23%86.67%-
XYZ31.8854.427.89-
YUV164.2105.3159.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.46%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=16.46%
G=53.51%
B=30.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211240.6900.440.13141.9669.2356.67
Hex44DD7C4502CD8e4539
Octal1043351741050541521610571
Binary1000100110111011111100100010101011001101100011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,221,124); }

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

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

 a { background-color: rgb(68,221,124); }

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

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

 span { border-color: rgb(68,221,124); }

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