#44DC82

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

Shades of Emerald #44DC82

Tints of Emerald #44DC82

Color information

#44DC82 (or 0x44DC82) is unknown color: approx Emerald. HEX triplet: 44, DC and 82. RGB value is (68,220,130). Sum of RGB (Red+Green+Blue) = 68+220+130=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DC82 is #BB237D. Grayscale: #A4A4A4. Windows color (decimal): -12264318 or 8576068. OLE color: 8576068.

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

Color convert

RGB68220130-
CMYK0.6900.410.14
HSL144.47º68.47%56.47%-
HSV(B)144.47º69.09%86.27%-
XYZ32.0154.0329.86-
YUV164.29108.6459.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.27%
GREEN value IS 220 (86.33% from 255) = 52.63%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=16.27%
G=52.63%
B=31.10%

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
Decimal682201300.6900.410.14144.4768.4756.47
Hex44DC8245029E904438
Octal1043342021050511622010470
Binary10001001101110010000010100010101010011110100100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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