#44ED7B

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

Shades of Emerald #44ED7B

Tints of Emerald #44ED7B

Color information

#44ED7B (or 0x44ED7B) is unknown color: approx Emerald. HEX triplet: 44, ED and 7B. RGB value is (68,237,123). Sum of RGB (Red+Green+Blue) = 68+237+123=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #44ED7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44ED7B is #BB1284. Grayscale: #ADADAD. Windows color (decimal): -12259973 or 8121668. OLE color: 8121668.

HSL color Cylindrical-coordinate representation of color #44ED7B: hue angle of 139.53º 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 #44ED7B is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB68237123-
CMYK0.7100.480.07
HSL139.53º82.44%59.8%-
HSV(B)139.53º71.31%92.94%-
XYZ36.2463.2329.03-
YUV173.4799.5152.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.89%
GREEN value IS 237 (92.97% from 255) = 55.37%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=15.89%
G=55.37%
B=28.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682371230.7100.480.07139.5382.4459.8
Hex44ED7B4703078c523c
Octal104355173107060721412274
Binary100010011101101111101110001110110000111100011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,237,123); }

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

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

 a { background-color: rgb(68,237,123); }

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

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

 span { border-color: rgb(68,237,123); }

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