#44DC81

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

Shades of Emerald #44DC81

Tints of Emerald #44DC81

Color information

#44DC81 (or 0x44DC81) is unknown color: approx Emerald. HEX triplet: 44, DC and 81. RGB value is (68,220,129). Sum of RGB (Red+Green+Blue) = 68+220+129=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DC81 is #BB237E. Grayscale: #A4A4A4. Windows color (decimal): -12264319 or 8510532. OLE color: 8510532.

HSL color Cylindrical-coordinate representation of color #44DC81: hue angle of 144.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DC81 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB68220129-
CMYK0.6900.410.14
HSL144.08º68.47%56.47%-
HSV(B)144.08º69.09%86.27%-
XYZ31.945429.51-
YUV164.18108.1459.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.31%
GREEN value IS 220 (86.33% from 255) = 52.76%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=16.31%
G=52.76%
B=30.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal682201290.6900.410.14144.0868.4756.47
Hex44DC8145029E904438
Octal1043342011050511622010470
Binary10001001101110010000001100010101010011110100100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,220,129); }

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

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

 a { background-color: rgb(68,220,129); }

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

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

 span { border-color: rgb(68,220,129); }

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