Color Hex Logo

#55c82d Color Hex

#55C82D
(85,200,45)
0 Favorites   0 Comments

Color spaces of #55c82d

RGB 8520045
HSL0.290.630.48
HSV105°78°78°
CMYK 0.580.000.78   0.22
XYZ24.874243.42939.5543
Yxy43.42930.31950.5578
Hunter Lab65.9009-47.952037.5348
CIE-Lab71.8454-58.822962.5832

#55c82d color RGB value is (85,200,45).

#55c82d hex color red value is 85, green value is 200 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #55c82d hue: 0.29 , saturation: 0.63 and the lightness value of 55c82d is 0.48.

The process color (four color CMYK) of #55c82d color hex is 0.58, 0.00, 0.78, 0.22. Web safe color of #55c82d is #66cc33. Color #55c82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001000 00101101
Octal 125 310 55
Decimal 85 200 45
Hex 55 C8 2D

RGB Percentages of Color #55c82d

%25.76
%60.61
%13.64

CMYK Percentages of Color #55c82d

%58
%0
%78
%22

Triadic Colors of #55c82d

#55c82d #2d55c8 #c82d55

Analogous Colors of #55c82d

#55c82d #2dc853 #a3c82d

Monochromatic Colors of #55c82d

#55c82d

Complementary Color

#55c82d #a02dc8

#55c82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55c82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55c82d Color CSS Codes

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

#55c82d Text Font Color

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

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


#55c82d Background Color

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

This div background color is #55c82d


#55c82d Border Color

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

This div border color is #55c82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55c82d


Comments

No comments written yet.

Please login to write comment.