#44EC74

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

Shades of Emerald #44EC74

Tints of Emerald #44EC74

Color information

#44EC74 (or 0x44EC74) is unknown color: approx Emerald. HEX triplet: 44, EC and 74. RGB value is (68,236,116). Sum of RGB (Red+Green+Blue) = 68+236+116=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44EC74 is #BB138B. Grayscale: #ACACAC. Windows color (decimal): -12260236 or 7662660. OLE color: 7662660.

HSL color Cylindrical-coordinate representation of color #44EC74: hue angle of 137.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EC74 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB68236116-
CMYK0.7100.510.07
HSL137.14º81.55%59.61%-
HSV(B)137.14º71.19%92.55%-
XYZ35.5362.4826.71-
YUV172.0996.3453.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.19%
GREEN value IS 236 (92.58% from 255) = 56.19%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=16.19%
G=56.19%
B=27.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682361160.7100.510.07137.1481.5559.61
Hex44EC7447033789523c
Octal104354164107063721112274
Binary100010011101100111010010001110110011111100010011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,236,116); }

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

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

 a { background-color: rgb(68,236,116); }

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

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

 span { border-color: rgb(68,236,116); }

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