Color Hex Logo

#9bd61b Color Hex

#9BD61B
(155,214,27)
0 Favorites   0 Comments

Color spaces of #9bd61b

RGB 15521427
HSL0.220.780.47
HSV79°87°84°
CMYK 0.280.000.87   0.16
XYZ37.762055.14089.6899
Yxy55.14080.36810.5375
Hunter Lab74.2569-39.176544.2429
CIE-Lab79.1223-42.438174.7112

#9bd61b color RGB value is (155,214,27).

#9bd61b hex color red value is 155, green value is 214 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #9bd61b hue: 0.22 , saturation: 0.78 and the lightness value of 9bd61b is 0.47.

The process color (four color CMYK) of #9bd61b color hex is 0.28, 0.00, 0.87, 0.16. Web safe color of #9bd61b is #99cc33. Color #9bd61b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010110 00011011
Octal 233 326 33
Decimal 155 214 27
Hex 9B D6 1B

RGB Percentages of Color #9bd61b

%39.14
%54.04
%6.82

CMYK Percentages of Color #9bd61b

%28
%0
%87
%16

Triadic Colors of #9bd61b

#9bd61b #1b9bd6 #d61b9b

Analogous Colors of #9bd61b

#9bd61b #3dd61b #d6b41b

Monochromatic Colors of #9bd61b

#9bd61b

Complementary Color

#9bd61b #561bd6

#9bd61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd61b Color CSS Codes

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

#9bd61b Text Font Color

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

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


#9bd61b Background Color

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

This div background color is #9bd61b


#9bd61b Border Color

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

This div border color is #9bd61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd61b


Comments

No comments written yet.

Please login to write comment.