Color Hex Logo

#4cdb50 Color Hex

#4CDB50
(76,219,80)
0 Favorites   0 Comments

Color spaces of #4cdb50

RGB 7621980
HSL0.340.670.58
HSV122°65°86°
CMYK 0.650.000.63   0.14
XYZ29.760052.778716.2082
Yxy52.77870.30140.5345
Hunter Lab72.6490-54.014737.6265
CIE-Lab77.7442-64.547555.6322

#4cdb50 color RGB value is (76,219,80).

#4cdb50 hex color red value is 76, green value is 219 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #4cdb50 hue: 0.34 , saturation: 0.67 and the lightness value of 4cdb50 is 0.58.

The process color (four color CMYK) of #4cdb50 color hex is 0.65, 0.00, 0.63, 0.14. Web safe color of #4cdb50 is #33cc66. Color #4cdb50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011011 01010000
Octal 114 333 120
Decimal 76 219 80
Hex 4C DB 50

RGB Percentages of Color #4cdb50

%20.27
%58.40
%21.33

CMYK Percentages of Color #4cdb50

%65
%0
%63
%14

Triadic Colors of #4cdb50

#4cdb50 #504cdb #db504c

Analogous Colors of #4cdb50

#4cdb50 #4cdb98 #90db4c

Monochromatic Colors of #4cdb50

#4cdb50

Complementary Color

#4cdb50 #db4cd7

#4cdb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdb50 Color CSS Codes

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

#4cdb50 Text Font Color

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

This sample text font color is #4cdb50
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.


#4cdb50 Background Color

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

This div background color is #4cdb50


#4cdb50 Border Color

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

This div border color is #4cdb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdb50


Comments

No comments written yet.

Please login to write comment.