#44DD65

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

Shades of Emerald #44DD65

Tints of Emerald #44DD65

Color information

#44DD65 (or 0x44DD65) is unknown color: approx Emerald. HEX triplet: 44, DD and 65. RGB value is (68,221,101). Sum of RGB (Red+Green+Blue) = 68+221+101=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD65 is #BB229A. Grayscale: #A1A1A1. Windows color (decimal): -12264091 or 6675780. OLE color: 6675780.

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

Color convert

RGB68221101-
CMYK0.6900.540.13
HSL132.94º69.23%56.67%-
HSV(B)132.94º69.23%86.67%-
XYZ30.5953.8821.1-
YUV161.5793.8161.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.44%
GREEN value IS 221 (86.72% from 255) = 56.67%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=17.44%
G=56.67%
B=25.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211010.6900.540.13132.9469.2356.67
Hex44DD6545036D854539
Octal1043351451050661520510571
Binary1000100110111011100101100010101101101101100001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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