Color Hex Logo

#76f00b Color Hex

#76F00B
(118,240,11)
0 Favorites   0 Comments

Color spaces of #76f00b

RGB 11824011
HSL0.260.910.49
HSV92°95°94°
CMYK 0.510.000.95   0.06
XYZ38.691766.195911.0544
Yxy66.19590.33370.5709
Hunter Lab81.3609-57.494648.8969
CIE-Lab85.0962-65.195781.0024

#76f00b color RGB value is (118,240,11).

#76f00b hex color red value is 118, green value is 240 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #76f00b hue: 0.26 , saturation: 0.91 and the lightness value of 76f00b is 0.49.

The process color (four color CMYK) of #76f00b color hex is 0.51, 0.00, 0.95, 0.06. Web safe color of #76f00b is #66ff00. Color #76f00b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11110000 00001011
Octal 166 360 13
Decimal 118 240 11
Hex 76 F0 B

RGB Percentages of Color #76f00b

%31.98
%65.04
%2.98

CMYK Percentages of Color #76f00b

%51
%0
%95
%6

Triadic Colors of #76f00b

#76f00b #0b76f0 #f00b76

Analogous Colors of #76f00b

#76f00b #0bf013 #e9f00b

Monochromatic Colors of #76f00b

#76f00b

Complementary Color

#76f00b #850bf0

#76f00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76f00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76f00b Color CSS Codes

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

#76f00b Text Font Color

<p style="color:#76f00b">Text here</p>

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


#76f00b Background Color

<div style="background-color:#76f00b">
Div content here</div>

This div background color is #76f00b


#76f00b Border Color

<div style="border:3px solid #76f00b">
Div here</div>

This div border color is #76f00b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,240,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76f00b


Comments

No comments written yet.

Please login to write comment.