Color Hex Logo

#4cc48d Color Hex

#4CC48D
(76,196,141)
0 Favorites   0 Comments

Color spaces of #4cc48d

RGB 76196141
HSL0.420.500.53
HSV153°61°77°
CMYK 0.610.000.28   0.23
XYZ27.528142.939432.0366
Yxy42.93940.26860.4189
Hunter Lab65.5282-39.687216.8829
CIE-Lab71.5138-46.401717.8633

#4cc48d color RGB value is (76,196,141).

#4cc48d hex color red value is 76, green value is 196 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #4cc48d hue: 0.42 , saturation: 0.50 and the lightness value of 4cc48d is 0.53.

The process color (four color CMYK) of #4cc48d color hex is 0.61, 0.00, 0.28, 0.23. Web safe color of #4cc48d is #33cc99. Color #4cc48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11000100 10001101
Octal 114 304 215
Decimal 76 196 141
Hex 4C C4 8D

RGB Percentages of Color #4cc48d

%18.40
%47.46
%34.14

CMYK Percentages of Color #4cc48d

%61
%0
%28
%23

Triadic Colors of #4cc48d

#4cc48d #8d4cc4 #c48d4c

Analogous Colors of #4cc48d

#4cc48d #4cbfc4 #4cc451

Monochromatic Colors of #4cc48d

#4cc48d

Complementary Color

#4cc48d #c44c83

#4cc48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cc48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cc48d Color CSS Codes

.mybgcolor {background-color:#4cc48d; } 
.myforecolor {color:#4cc48d; }
.mybordercolor {border:3px solid #4cc48d; }

#4cc48d Text Font Color

<p style="color:#4cc48d">Text here</p>

This sample text font color is #4cc48d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4cc48d Background Color

<div style="background-color:#4cc48d">
Div content here</div>

This div background color is #4cc48d


#4cc48d Border Color

<div style="border:3px solid #4cc48d">
Div here</div>

This div border color is #4cc48d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,196,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cc48d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cc48d;
  -webkit-box-shadow: 1px 1px 3px 2px #4cc48d;
  box-shadow:         1px 1px 3px 2px #4cc48d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,196,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4cc48d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4cc48d;
  -webkit-box-shadow: 1px 1px 3px 2px #4cc48d;
  box-shadow:         1px 1px 3px 2px #4cc48d;">
Div content here</div>

This div box has shadow with color #4cc48d


Comments

No comments written yet.

Please login to write comment.