Color Hex Logo

#4cb901 Color Hex

#4CB901
(76,185,1)
0 Favorites   0 Comments

Color spaces of #4cb901

RGB 761851
HSL0.270.990.36
HSV96°99°73°
CMYK 0.590.000.99   0.27
XYZ20.334936.23665.9513
Yxy36.23660.32520.5796
Hunter Lab60.1968-45.046036.2761
CIE-Lab66.7003-57.420966.6858

#4cb901 color RGB value is (76,185,1).

#4cb901 hex color red value is 76, green value is 185 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #4cb901 hue: 0.27 , saturation: 0.99 and the lightness value of 4cb901 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111001 00000001
Octal 114 271 1
Decimal 76 185 1
Hex 4C B9 1

RGB Percentages of Color #4cb901

%29.01
%70.61
%0.38

CMYK Percentages of Color #4cb901

%59
%0
%99
%27

Triadic Colors of #4cb901

#4cb901 #014cb9 #b9014c

Analogous Colors of #4cb901

#4cb901 #01b912 #a8b901

Monochromatic Colors of #4cb901

#4cb901

Complementary Color

#4cb901 #6e01b9

#4cb901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb901 Color CSS Codes

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

#4cb901 Text Font Color

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

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


#4cb901 Background Color

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

This div background color is #4cb901


#4cb901 Border Color

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

This div border color is #4cb901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb901


Comments

No comments written yet.

Please login to write comment.