Color Hex Logo

#80f47a Color Hex

#80F47A
(128,244,122)
0 Favorites   0 Comments

Color spaces of #80f47a

RGB 128244122
HSL0.330.850.72
HSV117°50°96°
CMYK 0.480.000.50   0.04
XYZ44.765670.695729.6986
Yxy70.69570.30840.4870
Hunter Lab84.0807-52.105737.9144
CIE-Lab87.3370-56.397848.4626

#80f47a color RGB value is (128,244,122).

#80f47a hex color red value is 128, green value is 244 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #80f47a hue: 0.33 , saturation: 0.85 and the lightness value of 80f47a is 0.72.

The process color (four color CMYK) of #80f47a color hex is 0.48, 0.00, 0.50, 0.04. Web safe color of #80f47a is #99ff66. Color #80f47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11110100 01111010
Octal 200 364 172
Decimal 128 244 122
Hex 80 F4 7A

RGB Percentages of Color #80f47a

%25.91
%49.39
%24.70

CMYK Percentages of Color #80f47a

%48
%0
%50
%4

Triadic Colors of #80f47a

#80f47a #7a80f4 #f47a80

Analogous Colors of #80f47a

#80f47a #7af4b1 #bdf47a

Monochromatic Colors of #80f47a

#80f47a

Complementary Color

#80f47a #ee7af4

#80f47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80f47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80f47a Color CSS Codes

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

#80f47a Text Font Color

<p style="color:#80f47a">Text here</p>

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


#80f47a Background Color

<div style="background-color:#80f47a">
Div content here</div>

This div background color is #80f47a


#80f47a Border Color

<div style="border:3px solid #80f47a">
Div here</div>

This div border color is #80f47a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,244,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80f47a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80f47a;
  -webkit-box-shadow: 1px 1px 3px 2px #80f47a;
  box-shadow:         1px 1px 3px 2px #80f47a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,244,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80f47a

#80f47a Color Palettes


Comments

No comments written yet.

Please login to write comment.