Color Hex Logo

#85f94b Color Hex

#85F94B
(133,249,75)
0 Favorites   0 Comments

Color spaces of #85f94b

RGB 13324975
HSL0.280.940.64
HSV100°70°98°
CMYK 0.470.000.70   0.02
XYZ44.818573.245918.4323
Yxy73.24590.32830.5366
Hunter Lab85.5838-56.294947.1393
CIE-Lab88.5649-61.537469.6465

#85f94b color RGB value is (133,249,75).

#85f94b hex color red value is 133, green value is 249 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #85f94b hue: 0.28 , saturation: 0.94 and the lightness value of 85f94b is 0.64.

The process color (four color CMYK) of #85f94b color hex is 0.47, 0.00, 0.70, 0.02. Web safe color of #85f94b is #99ff33. Color #85f94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111001 01001011
Octal 205 371 113
Decimal 133 249 75
Hex 85 F9 4B

RGB Percentages of Color #85f94b

%29.10
%54.49
%16.41

CMYK Percentages of Color #85f94b

%47
%0
%70
%2

Triadic Colors of #85f94b

#85f94b #4b85f9 #f94b85

Analogous Colors of #85f94b

#85f94b #4bf968 #dcf94b

Monochromatic Colors of #85f94b

#85f94b

Complementary Color

#85f94b #bf4bf9

#85f94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85f94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85f94b Color CSS Codes

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

#85f94b Text Font Color

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

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


#85f94b Background Color

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

This div background color is #85f94b


#85f94b Border Color

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

This div border color is #85f94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85f94b

Related Colors


Comments

No comments written yet.

Please login to write comment.