color codes Logo

#4bd75f color codes

#4BD75F
(75,215,95)
0 Favorites   0 Comments

Color spaces of #4bd75f

RGB 7521595
HSL0.360.640.57
HSV129°65°84°
CMYK 0.650.000.56   0.16
XYZ29.267650.923019.1130
Yxy50.92300.29470.5128
Hunter Lab71.3604-51.671034.0721
CIE-Lab76.6323-61.638147.7277

#4bd75f color RGB value is (75,215,95).

#4bd75f hex color red value is 75, green value is 215 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4bd75f hue: 0.36 , saturation: 0.64 and the lightness value of 4bd75f is 0.57.

The process color (four color CMYK) of #4bd75f color code is 0.65, 0.00, 0.56, 0.16. Web safe color of #4bd75f is #33cc66. Color #4bd75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010111 01011111
Octal 113 327 137
Decimal 75 215 95
Hex 4B D7 5F

RGB Percentages of Color #4bd75f

%19.48
%55.84
%24.68

CMYK Percentages of Color #4bd75f

%65
%0
%56
%16

Triadic Colors of #4bd75f

#4bd75f #5f4bd7 #d75f4b

Analogous Colors of #4bd75f

#4bd75f #4bd7a5 #7dd74b

Monochromatic Colors of #4bd75f

#4bd75f

Complementary Color

#4bd75f #d74bc3

#4bd75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd75f Color CSS Codes

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

#4bd75f Text Font Color

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

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


#4bd75f Background Color

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

This div background color is #4bd75f


#4bd75f Border Color

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

This div border color is #4bd75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd75f


Comments

No comments written yet.

Please login to write comment.