#44DD69

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

Shades of Emerald #44DD69

Tints of Emerald #44DD69

Color information

#44DD69 (or 0x44DD69) is unknown color: approx Emerald. HEX triplet: 44, DD and 69. RGB value is (68,221,105). Sum of RGB (Red+Green+Blue) = 68+221+105=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DD69 is #BB2296. Grayscale: #A2A2A2. Windows color (decimal): -12264087 or 6937924. OLE color: 6937924.

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

Color convert

RGB68221105-
CMYK0.6900.520.13
HSL134.51º69.23%56.67%-
HSV(B)134.51º69.23%86.67%-
XYZ30.7953.9622.16-
YUV162.0395.8160.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 221 (86.72% from 255) = 56.09%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=17.26%
G=56.09%
B=26.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211050.6900.520.13134.5169.2356.67
Hex44DD6945034D874539
Octal1043351511050641520710571
Binary1000100110111011101001100010101101001101100001111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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