Color Hex Logo

#85f215 Color Hex

#85F215
(133,242,21)
0 Favorites   0 Comments

Color spaces of #85f215

RGB 13324221
HSL0.250.890.52
HSV90°91°95°
CMYK 0.450.000.91   0.05
XYZ41.560468.544911.7495
Yxy68.54490.34110.5625
Hunter Lab82.7918-55.281149.5401
CIE-Lab86.2782-61.349681.1243

#85f215 color RGB value is (133,242,21).

#85f215 hex color red value is 133, green value is 242 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #85f215 hue: 0.25 , saturation: 0.89 and the lightness value of 85f215 is 0.52.

The process color (four color CMYK) of #85f215 color hex is 0.45, 0.00, 0.91, 0.05. Web safe color of #85f215 is #99ff00. Color #85f215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11110010 00010101
Octal 205 362 25
Decimal 133 242 21
Hex 85 F2 15

RGB Percentages of Color #85f215

%33.59
%61.11
%5.30

CMYK Percentages of Color #85f215

%45
%0
%91
%5

Triadic Colors of #85f215

#85f215 #1585f2 #f21585

Analogous Colors of #85f215

#85f215 #16f215 #f2f115

Monochromatic Colors of #85f215

#85f215

Complementary Color

#85f215 #8215f2

#85f215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85f215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85f215 Color CSS Codes

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

#85f215 Text Font Color

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

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


#85f215 Background Color

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

This div background color is #85f215


#85f215 Border Color

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

This div border color is #85f215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85f215


Comments

No comments written yet.

Please login to write comment.