#44CC5F

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

Shades of Emerald #44CC5F

Tints of Emerald #44CC5F

Color information

#44CC5F (or 0x44CC5F) is unknown color: approx Emerald. HEX triplet: 44, CC and 5F. RGB value is (68,204,95). Sum of RGB (Red+Green+Blue) = 68+204+95=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CC5F is #BB33A0. Grayscale: #979797. Windows color (decimal): -12268449 or 6278212. OLE color: 6278212.

HSL color Cylindrical-coordinate representation of color #44CC5F: hue angle of 131.91º 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 #44CC5F is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB6820495-
CMYK0.6700.530.2
HSL131.91º57.14%53.33%-
HSV(B)131.91º66.67%80%-
XYZ26.0445.2418.19-
YUV150.9196.4468.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 204 (80.08% from 255) = 55.59%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=18.53%
G=55.59%
B=25.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68204950.6700.530.2131.9157.1453.33
Hex44CC5F4303514843935
Octal104314137103065242047165
Binary1000100110011001011111100001101101011010010000100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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