#44DD73

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

Shades of Emerald #44DD73

Tints of Emerald #44DD73

Color information

#44DD73 (or 0x44DD73) is unknown color: approx Emerald. HEX triplet: 44, DD and 73. RGB value is (68,221,115). Sum of RGB (Red+Green+Blue) = 68+221+115=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD73 is #BB228C. Grayscale: #A3A3A3. Windows color (decimal): -12264077 or 7593284. OLE color: 7593284.

HSL color Cylindrical-coordinate representation of color #44DD73: hue angle of 138.43º 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 #44DD73 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB68221115-
CMYK0.6900.480.13
HSL138.43º69.23%56.67%-
HSV(B)138.43º69.23%86.67%-
XYZ31.3354.1825.03-
YUV163.17100.8160.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.83%
GREEN value IS 221 (86.72% from 255) = 54.70%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=16.83%
G=54.70%
B=28.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211150.6900.480.13138.4369.2356.67
Hex44DD7345030D8a4539
Octal1043351631050601521210571
Binary1000100110111011110011100010101100001101100010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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