Color Hex Logo

#7fb900 Color Hex

#7FB900
(127,185,0)
0 Favorites   0 Comments

Color spaces of #7fb900

RGB 1271850
HSL0.221.000.36
HSV79°100°73°
CMYK 0.310.001.00   0.27
XYZ26.101439.20996.1926
Yxy39.20990.36500.5484
Hunter Lab62.6178-35.175837.9690
CIE-Lab68.9030-40.965069.4713

#7fb900 color RGB value is (127,185,0).

#7fb900 hex color red value is 127, green value is 185 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #7fb900 hue: 0.22 , saturation: 1.00 and the lightness value of 7fb900 is 0.36.

The process color (four color CMYK) of #7fb900 color hex is 0.31, 0.00, 1.00, 0.27. Web safe color of #7fb900 is #66cc00. Color #7fb900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111001 00000000
Octal 177 271 0
Decimal 127 185 0
Hex 7F B9 0

RGB Percentages of Color #7fb900

%40.71
%59.29
%0.00

CMYK Percentages of Color #7fb900

%31
%0
%100
%27

Triadic Colors of #7fb900

#7fb900 #007fb9 #b9007f

Analogous Colors of #7fb900

#7fb900 #23b900 #b99700

Monochromatic Colors of #7fb900

#7fb900

Complementary Color

#7fb900 #3a00b9

#7fb900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb900 Color CSS Codes

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

#7fb900 Text Font Color

<p style="color:#7fb900">Text here</p>

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


#7fb900 Background Color

<div style="background-color:#7fb900">
Div content here</div>

This div background color is #7fb900


#7fb900 Border Color

<div style="border:3px solid #7fb900">
Div here</div>

This div border color is #7fb900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb900


Comments

No comments written yet.

Please login to write comment.