Color Hex Logo

#4bd96b Color Hex

#4BD96B
(75,217,107)
0 Favorites   0 Comments

Color spaces of #4bd96b

RGB 75217107
HSL0.370.650.57
HSV134°65°85°
CMYK 0.650.000.51   0.15
XYZ30.368352.183122.3817
Yxy52.18310.28940.4973
Hunter Lab72.2379-51.376132.1965
CIE-Lab77.3902-60.724042.9834

#4bd96b color RGB value is (75,217,107).

#4bd96b hex color red value is 75, green value is 217 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #4bd96b hue: 0.37 , saturation: 0.65 and the lightness value of 4bd96b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011001 01101011
Octal 113 331 153
Decimal 75 217 107
Hex 4B D9 6B

RGB Percentages of Color #4bd96b

%18.80
%54.39
%26.82

CMYK Percentages of Color #4bd96b

%65
%0
%51
%15

Triadic Colors of #4bd96b

#4bd96b #6b4bd9 #d96b4b

Analogous Colors of #4bd96b

#4bd96b #4bd9b2 #72d94b

Monochromatic Colors of #4bd96b

#4bd96b

Complementary Color

#4bd96b #d94bb9

#4bd96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd96b Color CSS Codes

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

#4bd96b Text Font Color

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

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


#4bd96b Background Color

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

This div background color is #4bd96b


#4bd96b Border Color

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

This div border color is #4bd96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd96b


Comments

No comments written yet.

Please login to write comment.