#44DA70

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

Shades of Emerald #44DA70

Tints of Emerald #44DA70

Color information

#44DA70 (or 0x44DA70) is unknown color: approx Emerald. HEX triplet: 44, DA and 70. RGB value is (68,218,112). Sum of RGB (Red+Green+Blue) = 68+218+112=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #44DA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DA70 is #BB258F. Grayscale: #A1A1A1. Windows color (decimal): -12264848 or 7395908. OLE color: 7395908.

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

Color convert

RGB68218112-
CMYK0.6900.490.15
HSL137.6º66.96%56.08%-
HSV(B)137.6º68.81%85.49%-
XYZ30.3852.5423.87-
YUV161.07100.361.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.09%
GREEN value IS 218 (85.55% from 255) = 54.77%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=17.09%
G=54.77%
B=28.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682181120.6900.490.15137.666.9656.08
Hex44DA7045031F8a4338
Octal1043321601050611721210370
Binary1000100110110101110000100010101100011111100010101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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