Color Hex Logo

#85c951 Color Hex

#85C951
(133,201,81)
0 Favorites   0 Comments

Color spaces of #85c951

RGB 13320181
HSL0.260.530.55
HSV94°60°79°
CMYK 0.340.000.60   0.21
XYZ32.044747.353915.2359
Yxy47.35390.33860.5004
Hunter Lab68.8142-37.302735.0427
CIE-Lab74.4156-41.724952.0566

#85c951 color RGB value is (133,201,81).

#85c951 hex color red value is 133, green value is 201 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #85c951 hue: 0.26 , saturation: 0.53 and the lightness value of 85c951 is 0.55.

The process color (four color CMYK) of #85c951 color hex is 0.34, 0.00, 0.60, 0.21. Web safe color of #85c951 is #99cc66. Color #85c951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001001 01010001
Octal 205 311 121
Decimal 133 201 81
Hex 85 C9 51

RGB Percentages of Color #85c951

%32.05
%48.43
%19.52

CMYK Percentages of Color #85c951

%34
%0
%60
%21

Triadic Colors of #85c951

#85c951 #5185c9 #c95185

Analogous Colors of #85c951

#85c951 #51c959 #c1c951

Monochromatic Colors of #85c951

#85c951

Complementary Color

#85c951 #9551c9

#85c951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c951 Color CSS Codes

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

#85c951 Text Font Color

<p style="color:#85c951">Text here</p>

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


#85c951 Background Color

<div style="background-color:#85c951">
Div content here</div>

This div background color is #85c951


#85c951 Border Color

<div style="border:3px solid #85c951">
Div here</div>

This div border color is #85c951


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,201,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85c951; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85c951;
  -webkit-box-shadow: 1px 1px 3px 2px #85c951;
  box-shadow:         1px 1px 3px 2px #85c951; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,201,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c951


Comments

No comments written yet.

Please login to write comment.