Color Hex Logo

#55b33e Color Hex

#55B33E
(85,179,62)
0 Favorites   0 Comments

Color spaces of #55b33e

RGB 8517962
HSL0.300.490.47
HSV108°65°70°
CMYK 0.530.000.65   0.30
XYZ20.735934.519310.1274
Yxy34.51930.31710.5280
Hunter Lab58.7531-39.819530.9072
CIE-Lab65.3727-49.745549.6808

#55b33e color RGB value is (85,179,62).

#55b33e hex color red value is 85, green value is 179 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #55b33e hue: 0.30 , saturation: 0.49 and the lightness value of 55b33e is 0.47.

The process color (four color CMYK) of #55b33e color hex is 0.53, 0.00, 0.65, 0.30. Web safe color of #55b33e is #66cc33. Color #55b33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10110011 00111110
Octal 125 263 76
Decimal 85 179 62
Hex 55 B3 3E

RGB Percentages of Color #55b33e

%26.07
%54.91
%19.02

CMYK Percentages of Color #55b33e

%53
%0
%65
%30

Triadic Colors of #55b33e

#55b33e #3e55b3 #b33e55

Analogous Colors of #55b33e

#55b33e #3eb361 #90b33e

Monochromatic Colors of #55b33e

#55b33e

Complementary Color

#55b33e #9c3eb3

#55b33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55b33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55b33e Color CSS Codes

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

#55b33e Text Font Color

<p style="color:#55b33e">Text here</p>

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


#55b33e Background Color

<div style="background-color:#55b33e">
Div content here</div>

This div background color is #55b33e


#55b33e Border Color

<div style="border:3px solid #55b33e">
Div here</div>

This div border color is #55b33e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,179,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55b33e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55b33e;
  -webkit-box-shadow: 1px 1px 3px 2px #55b33e;
  box-shadow:         1px 1px 3px 2px #55b33e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,179,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55b33e


Comments

No comments written yet.

Please login to write comment.