Color Hex Logo

#85dd4d Color Hex

#85DD4D
(133,221,77)
0 Favorites   0 Comments

Color spaces of #85dd4d

RGB 13322177
HSL0.270.680.58
HSV97°65°87°
CMYK 0.400.000.65   0.13
XYZ36.868957.235316.1255
Yxy57.23530.33450.5192
Hunter Lab75.6540-45.405140.3203
CIE-Lab80.3118-50.486060.2396

#85dd4d color RGB value is (133,221,77).

#85dd4d hex color red value is 133, green value is 221 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #85dd4d hue: 0.27 , saturation: 0.68 and the lightness value of 85dd4d is 0.58.

The process color (four color CMYK) of #85dd4d color hex is 0.40, 0.00, 0.65, 0.13. Web safe color of #85dd4d is #99cc66. Color #85dd4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 01001101
Octal 205 335 115
Decimal 133 221 77
Hex 85 DD 4D

RGB Percentages of Color #85dd4d

%30.86
%51.28
%17.87

CMYK Percentages of Color #85dd4d

%40
%0
%65
%13

Triadic Colors of #85dd4d

#85dd4d #4d85dd #dd4d85

Analogous Colors of #85dd4d

#85dd4d #4ddd5d #cddd4d

Monochromatic Colors of #85dd4d

#85dd4d

Complementary Color

#85dd4d #a54ddd

#85dd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dd4d Color CSS Codes

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

#85dd4d Text Font Color

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

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


#85dd4d Background Color

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

This div background color is #85dd4d


#85dd4d Border Color

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

This div border color is #85dd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dd4d


Comments

No comments written yet.

Please login to write comment.