#44DD84

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

Shades of Emerald #44DD84

Tints of Emerald #44DD84

Color information

#44DD84 (or 0x44DD84) is unknown color: approx Emerald. HEX triplet: 44, DD and 84. RGB value is (68,221,132). Sum of RGB (Red+Green+Blue) = 68+221+132=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DD84 is #BB227B. Grayscale: #A5A5A5. Windows color (decimal): -12264060 or 8707396. OLE color: 8707396.

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

Color convert

RGB68221132-
CMYK0.6900.400.13
HSL145.1º69.23%56.67%-
HSV(B)145.1º69.23%86.67%-
XYZ32.4154.6130.66-
YUV165.11109.3158.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.15%
GREEN value IS 221 (86.72% from 255) = 52.49%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=16.15%
G=52.49%
B=31.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211320.6900.400.13145.169.2356.67
Hex44DD8445028D914539
Octal1043352041050501522110571
Binary10001001101110110000100100010101010001101100100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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