Color Hex Logo

#9bf73d Color Hex

#9BF73D
(155,247,61)
0 Favorites   0 Comments

Color spaces of #9bf73d

RGB 15524761
HSL0.250.920.60
HSV90°75°97°
CMYK 0.370.000.75   0.03
XYZ47.620673.827016.1550
Yxy73.82700.34610.5365
Hunter Lab85.9226-51.435248.9983
CIE-Lab88.8407-54.779074.8802

#9bf73d color RGB value is (155,247,61).

#9bf73d hex color red value is 155, green value is 247 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9bf73d hue: 0.25 , saturation: 0.92 and the lightness value of 9bf73d is 0.60.

The process color (four color CMYK) of #9bf73d color hex is 0.37, 0.00, 0.75, 0.03. Web safe color of #9bf73d is #99ff33. Color #9bf73d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11110111 00111101
Octal 233 367 75
Decimal 155 247 61
Hex 9B F7 3D

RGB Percentages of Color #9bf73d

%33.48
%53.35
%13.17

CMYK Percentages of Color #9bf73d

%37
%0
%75
%3

Triadic Colors of #9bf73d

#9bf73d #3d9bf7 #f73d9b

Analogous Colors of #9bf73d

#9bf73d #3ef73d #f7f63d

Monochromatic Colors of #9bf73d

#9bf73d

Complementary Color

#9bf73d #993df7

#9bf73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf73d Color CSS Codes

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

#9bf73d Text Font Color

<p style="color:#9bf73d">Text here</p>

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


#9bf73d Background Color

<div style="background-color:#9bf73d">
Div content here</div>

This div background color is #9bf73d


#9bf73d Border Color

<div style="border:3px solid #9bf73d">
Div here</div>

This div border color is #9bf73d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,247,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bf73d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bf73d;
  -webkit-box-shadow: 1px 1px 3px 2px #9bf73d;
  box-shadow:         1px 1px 3px 2px #9bf73d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,247,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf73d

Related Colors


Comments

No comments written yet.

Please login to write comment.