#44D985

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

Shades of Emerald #44D985

Tints of Emerald #44D985

Color information

#44D985 (or 0x44D985) is unknown color: approx Emerald. HEX triplet: 44, D9 and 85. RGB value is (68,217,133). Sum of RGB (Red+Green+Blue) = 68+217+133=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #44D985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D985 is #BB267A. Grayscale: #A3A3A3. Windows color (decimal): -12265083 or 8771908. OLE color: 8771908.

HSL color Cylindrical-coordinate representation of color #44D985: hue angle of 146.17º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D985 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB68217133-
CMYK0.6900.390.15
HSL146.17º66.22%55.88%-
HSV(B)146.17º68.66%85.1%-
XYZ31.4352.5530.68-
YUV162.87111.1460.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.27%
GREEN value IS 217 (85.16% from 255) = 51.91%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=16.27%
G=51.91%
B=31.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682171330.6900.390.15146.1766.2255.88
Hex44D98545027F924238
Octal1043312051050471722210270
Binary10001001101100110000101100010101001111111100100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,217,133); }

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

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

 a { background-color: rgb(68,217,133); }

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

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

 span { border-color: rgb(68,217,133); }

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