Color Hex Logo

#4bd470 Color Hex

#4BD470
(75,212,112)
0 Favorites   0 Comments

Color spaces of #4bd470

RGB 75212112
HSL0.380.610.56
HSV136°65°83°
CMYK 0.650.000.47   0.17
XYZ29.369849.752723.3845
Yxy49.75270.28650.4854
Hunter Lab70.5356-49.113029.7186
CIE-Lab75.9172-58.163138.7067

#4bd470 color RGB value is (75,212,112).

#4bd470 hex color red value is 75, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4bd470 hue: 0.38 , saturation: 0.61 and the lightness value of 4bd470 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010100 01110000
Octal 113 324 160
Decimal 75 212 112
Hex 4B D4 70

RGB Percentages of Color #4bd470

%18.80
%53.13
%28.07

CMYK Percentages of Color #4bd470

%65
%0
%47
%17

Triadic Colors of #4bd470

#4bd470 #704bd4 #d4704b

Analogous Colors of #4bd470

#4bd470 #4bd4b5 #6bd44b

Monochromatic Colors of #4bd470

#4bd470

Complementary Color

#4bd470 #d44baf

#4bd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd470 Color CSS Codes

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

#4bd470 Text Font Color

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

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


#4bd470 Background Color

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

This div background color is #4bd470


#4bd470 Border Color

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

This div border color is #4bd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd470


Comments

No comments written yet.

Please login to write comment.