#44DD70

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

Shades of Emerald #44DD70

Tints of Emerald #44DD70

Color information

#44DD70 (or 0x44DD70) is unknown color: approx Emerald. HEX triplet: 44, DD and 70. RGB value is (68,221,112). Sum of RGB (Red+Green+Blue) = 68+221+112=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD70 is #BB228F. Grayscale: #A3A3A3. Windows color (decimal): -12264080 or 7396676. OLE color: 7396676.

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

Color convert

RGB68221112-
CMYK0.6900.490.13
HSL137.25º69.23%56.67%-
HSV(B)137.25º69.23%86.67%-
XYZ31.1654.1124.13-
YUV162.8399.3160.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.96%
GREEN value IS 221 (86.72% from 255) = 55.11%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=16.96%
G=55.11%
B=27.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211120.6900.490.13137.2569.2356.67
Hex44DD7045031D894539
Octal1043351601050611521110571
Binary1000100110111011110000100010101100011101100010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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