#44EF80

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

Shades of Emerald #44EF80

Tints of Emerald #44EF80

Color information

#44EF80 (or 0x44EF80) is unknown color: approx Emerald. HEX triplet: 44, EF and 80. RGB value is (68,239,128). Sum of RGB (Red+Green+Blue) = 68+239+128=435 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.63% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EF80 is #BB107F. Grayscale: #AFAFAF. Windows color (decimal): -12259456 or 8449860. OLE color: 8449860.

HSL color Cylindrical-coordinate representation of color #44EF80: hue angle of 141.05º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EF80 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB68239128-
CMYK0.7200.460.06
HSL141.05º84.24%60.2%-
HSV(B)141.05º71.55%93.73%-
XYZ37.1564.5230.92-
YUV175.22101.3551.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.63%
GREEN value IS 239 (93.75% from 255) = 54.94%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=15.63%
G=54.94%
B=29.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682391280.7200.460.06141.0584.2460.2
Hex44EF804802E68d543c
Octal104357200110056621512474
Binary1000100111011111000000010010000101110110100011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,239,128); }

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

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

 a { background-color: rgb(68,239,128); }

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

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

 span { border-color: rgb(68,239,128); }

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