#44CC75

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

Shades of Emerald #44CC75

Tints of Emerald #44CC75

Color information

#44CC75 (or 0x44CC75) is unknown color: approx Emerald. HEX triplet: 44, CC and 75. RGB value is (68,204,117). Sum of RGB (Red+Green+Blue) = 68+204+117=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CC75 is #BB338A. Grayscale: #999999. Windows color (decimal): -12268427 or 7720004. OLE color: 7720004.

HSL color Cylindrical-coordinate representation of color #44CC75: hue angle of 141.62º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC75 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB68204117-
CMYK0.6700.430.2
HSL141.62º57.14%53.33%-
HSV(B)141.62º66.67%80%-
XYZ27.1945.724.22-
YUV153.42107.4467.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.48%
GREEN value IS 204 (80.08% from 255) = 52.44%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=17.48%
G=52.44%
B=30.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682041170.6700.430.2141.6257.1453.33
Hex44CC754302B148e3935
Octal104314165103053242167165
Binary1000100110011001110101100001101010111010010001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,204,117); }

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

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

 a { background-color: rgb(68,204,117); }

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

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

 span { border-color: rgb(68,204,117); }

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