#44F180

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

Shades of Emerald #44F180

Tints of Emerald #44F180

Color information

#44F180 (or 0x44F180) is unknown color: approx Emerald. HEX triplet: 44, F1 and 80. RGB value is (68,241,128). Sum of RGB (Red+Green+Blue) = 68+241+128=437 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.56% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #44F180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F180 is #BB0E7F. Grayscale: #B0B0B0. Windows color (decimal): -12258944 or 8450372. OLE color: 8450372.

HSL color Cylindrical-coordinate representation of color #44F180: hue angle of 140.81º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F180 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB68241128-
CMYK0.7200.470.05
HSL140.81º86.07%60.59%-
HSV(B)140.81º71.78%94.51%-
XYZ37.7465.731.11-
YUV176.39100.6950.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.56%
GREEN value IS 241 (94.53% from 255) = 55.15%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=15.56%
G=55.15%
B=29.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal682411280.7200.470.05140.8186.0760.59
Hex44F1804802F58d563d
Octal104361200110057521512675
Binary1000100111100011000000010010000101111101100011011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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