#44D25D

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

Shades of Emerald #44D25D

Tints of Emerald #44D25D

Color information

#44D25D (or 0x44D25D) is unknown color: approx Emerald. HEX triplet: 44, D2 and 5D. RGB value is (68,210,93). Sum of RGB (Red+Green+Blue) = 68+210+93=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #44D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D25D is #BB2DA2. Grayscale: #9A9A9A. Windows color (decimal): -12266915 or 6148676. OLE color: 6148676.

HSL color Cylindrical-coordinate representation of color #44D25D: hue angle of 130.56º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D25D is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB6821093-
CMYK0.6800.560.18
HSL130.56º61.21%54.51%-
HSV(B)130.56º67.62%82.35%-
XYZ27.4148.1118.2-
YUV154.293.4666.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 210 (82.42% from 255) = 56.60%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=18.33%
G=56.60%
B=25.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68210930.6800.560.18130.5661.2154.51
Hex44D25D4403812833d37
Octal104322135104070222037567
Binary1000100110100101011101100010001110001001010000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,210,93); }

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

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

 a { background-color: rgb(68,210,93); }

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

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

 span { border-color: rgb(68,210,93); }

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