#44DD58

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

Shades of Emerald #44DD58

Tints of Emerald #44DD58

Color information

#44DD58 (or 0x44DD58) is unknown color: approx Emerald. HEX triplet: 44, DD and 58. RGB value is (68,221,88). Sum of RGB (Red+Green+Blue) = 68+221+88=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD58 is #BB22A7. Grayscale: #A0A0A0. Windows color (decimal): -12264104 or 5823812. OLE color: 5823812.

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

Color convert

RGB6822188-
CMYK0.6900.600.13
HSL127.84º69.23%56.67%-
HSV(B)127.84º69.23%86.67%-
XYZ3053.6518.01-
YUV160.0987.3162.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 221 (86.72% from 255) = 58.62%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=18.04%
G=58.62%
B=23.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68221880.6900.600.13127.8469.2356.67
Hex44DD584503CD804539
Octal1043351301050741520010571
Binary1000100110111011011000100010101111001101100000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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