Color Hex Logo

#4afe5a Color Hex

#4AFE5A
(74,254,90)
0 Favorites   0 Comments

Color spaces of #4afe5a

RGB 7425490
HSL0.350.990.64
HSV125°71°100°
CMYK 0.710.000.65   0.00
XYZ40.111373.077721.6642
Yxy73.07770.29740.5419
Hunter Lab85.4855-65.844344.8143
CIE-Lab88.4848-75.323763.3870

#4afe5a color RGB value is (74,254,90).

#4afe5a hex color red value is 74, green value is 254 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #4afe5a hue: 0.35 , saturation: 0.99 and the lightness value of 4afe5a is 0.64.

The process color (four color CMYK) of #4afe5a color hex is 0.71, 0.00, 0.65, 0.00. Web safe color of #4afe5a is #33ff66. Color #4afe5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111110 01011010
Octal 112 376 132
Decimal 74 254 90
Hex 4A FE 5A

RGB Percentages of Color #4afe5a

%17.70
%60.77
%21.53

CMYK Percentages of Color #4afe5a

%71
%0
%65
%0

Triadic Colors of #4afe5a

#4afe5a #5a4afe #fe5a4a

Analogous Colors of #4afe5a

#4afe5a #4afeb4 #94fe4a

Monochromatic Colors of #4afe5a

#4afe5a

Complementary Color

#4afe5a #fe4aee

#4afe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afe5a Color CSS Codes

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

#4afe5a Text Font Color

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

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


#4afe5a Background Color

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

This div background color is #4afe5a


#4afe5a Border Color

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

This div border color is #4afe5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,254,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4afe5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4afe5a;
  -webkit-box-shadow: 1px 1px 3px 2px #4afe5a;
  box-shadow:         1px 1px 3px 2px #4afe5a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,254,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afe5a

Related Colors


Comments

No comments written yet.

Please login to write comment.