Color Hex Logo

#4bb96e Color Hex

#4BB96E
(75,185,110)
0 Favorites   0 Comments

Color spaces of #4bb96e

RGB 75185110
HSL0.390.440.51
HSV139°59°73°
CMYK 0.590.000.41   0.27
XYZ23.065137.319620.7396
Yxy37.31960.28430.4600
Hunter Lab61.0898-39.512522.6342
CIE-Lab67.5161-48.111828.9194

#4bb96e color RGB value is (75,185,110).

#4bb96e hex color red value is 75, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4bb96e hue: 0.39 , saturation: 0.44 and the lightness value of 4bb96e is 0.51.

The process color (four color CMYK) of #4bb96e color hex is 0.59, 0.00, 0.41, 0.27. Web safe color of #4bb96e is #33cc66. Color #4bb96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111001 01101110
Octal 113 271 156
Decimal 75 185 110
Hex 4B B9 6E

RGB Percentages of Color #4bb96e

%20.27
%50.00
%29.73

CMYK Percentages of Color #4bb96e

%59
%0
%41
%27

Triadic Colors of #4bb96e

#4bb96e #6e4bb9 #b96e4b

Analogous Colors of #4bb96e

#4bb96e #4bb9a5 #5fb94b

Monochromatic Colors of #4bb96e

#4bb96e

Complementary Color

#4bb96e #b94b96

#4bb96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb96e Color CSS Codes

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

#4bb96e Text Font Color

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

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


#4bb96e Background Color

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

This div background color is #4bb96e


#4bb96e Border Color

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

This div border color is #4bb96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb96e


Comments

No comments written yet.

Please login to write comment.