color codes Logo

#4bcf4c color codes

#4BCF4C
(75,207,76)
0 Favorites   0 Comments

Color spaces of #4bcf4c

RGB 7520776
HSL0.330.580.55
HSV120°64°81°
CMYK 0.640.000.63   0.19
XYZ26.519046.643314.4428
Yxy46.64330.30270.5324
Hunter Lab68.2959-50.207135.2688
CIE-Lab73.9610-61.042753.1067

#4bcf4c color RGB value is (75,207,76).

#4bcf4c hex color red value is 75, green value is 207 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #4bcf4c hue: 0.33 , saturation: 0.58 and the lightness value of 4bcf4c is 0.55.

The process color (four color CMYK) of #4bcf4c color code is 0.64, 0.00, 0.63, 0.19. Web safe color of #4bcf4c is #33cc33. Color #4bcf4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001111 01001100
Octal 113 317 114
Decimal 75 207 76
Hex 4B CF 4C

RGB Percentages of Color #4bcf4c

%20.95
%57.82
%21.23

CMYK Percentages of Color #4bcf4c

%64
%0
%63
%19

Triadic Colors of #4bcf4c

#4bcf4c #4c4bcf #cf4c4b

Analogous Colors of #4bcf4c

#4bcf4c #4bcf8e #8ccf4b

Monochromatic Colors of #4bcf4c

#4bcf4c

Complementary Color

#4bcf4c #cf4bce

#4bcf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcf4c Color CSS Codes

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

#4bcf4c Text Font Color

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

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


#4bcf4c Background Color

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

This div background color is #4bcf4c


#4bcf4c Border Color

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

This div border color is #4bcf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcf4c


Comments

No comments written yet.

Please login to write comment.