Color Hex Logo

#4bd580 Color Hex

#4BD580
(75,213,128)
0 Favorites   0 Comments

Color spaces of #4bd580

RGB 75213128
HSL0.400.620.56
HSV143°65°84°
CMYK 0.650.000.40   0.16
XYZ30.592250.642928.5848
Yxy50.64290.27860.4611
Hunter Lab71.1638-47.802425.9993
CIE-Lab76.4622-55.886031.3552

#4bd580 color RGB value is (75,213,128).

#4bd580 hex color red value is 75, green value is 213 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4bd580 hue: 0.40 , saturation: 0.62 and the lightness value of 4bd580 is 0.56.

The process color (four color CMYK) of #4bd580 color hex is 0.65, 0.00, 0.40, 0.16. Web safe color of #4bd580 is #33cc99. Color #4bd580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010101 10000000
Octal 113 325 200
Decimal 75 213 128
Hex 4B D5 80

RGB Percentages of Color #4bd580

%18.03
%51.20
%30.77

CMYK Percentages of Color #4bd580

%65
%0
%40
%16

Triadic Colors of #4bd580

#4bd580 #804bd5 #d5804b

Analogous Colors of #4bd580

#4bd580 #4bd5c5 #5bd54b

Monochromatic Colors of #4bd580

#4bd580

Complementary Color

#4bd580 #d54ba0

#4bd580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd580 Color CSS Codes

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

#4bd580 Text Font Color

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

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


#4bd580 Background Color

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

This div background color is #4bd580


#4bd580 Border Color

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

This div border color is #4bd580


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,213,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bd580; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bd580;
  -webkit-box-shadow: 1px 1px 3px 2px #4bd580;
  box-shadow:         1px 1px 3px 2px #4bd580; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,213,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd580


Comments

No comments written yet.

Please login to write comment.