#44DD8A

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

Shades of Emerald #44DD8A

Tints of Emerald #44DD8A

Color information

#44DD8A (or 0x44DD8A) is unknown color: approx Emerald. HEX triplet: 44, DD and 8A. RGB value is (68,221,138). Sum of RGB (Red+Green+Blue) = 68+221+138=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DD8A is #BB2275. Grayscale: #A5A5A5. Windows color (decimal): -12264054 or 9100612. OLE color: 9100612.

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

Color convert

RGB68221138-
CMYK0.6900.380.13
HSL147.45º69.23%56.67%-
HSV(B)147.45º69.23%86.67%-
XYZ32.8354.7832.89-
YUV165.79112.3158.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.93%
GREEN value IS 221 (86.72% from 255) = 51.76%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=15.93%
G=51.76%
B=32.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211380.6900.380.13147.4569.2356.67
Hex44DD8A45026D934539
Octal1043352121050461522310571
Binary10001001101110110001010100010101001101101100100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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