color codes Logo

#53f55b color codes

#53F55B
(83,245,91)
0 Favorites   0 Comments

Color spaces of #53f55b

RGB 8324591
HSL0.340.890.64
HSV123°66°96°
CMYK 0.660.000.63   0.04
XYZ38.108067.899120.9949
Yxy67.89910.30010.5346
Hunter Lab82.4009-61.650642.5742
CIE-Lab85.9560-70.774360.2420

#53f55b color RGB value is (83,245,91).

#53f55b hex color red value is 83, green value is 245 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #53f55b hue: 0.34 , saturation: 0.89 and the lightness value of 53f55b is 0.64.

The process color (four color CMYK) of #53f55b color code is 0.66, 0.00, 0.63, 0.04. Web safe color of #53f55b is #66ff66. Color #53f55b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11110101 01011011
Octal 123 365 133
Decimal 83 245 91
Hex 53 F5 5B

RGB Percentages of Color #53f55b

%19.81
%58.47
%21.72

CMYK Percentages of Color #53f55b

%66
%0
%63
%4

Triadic Colors of #53f55b

#53f55b #5b53f5 #f55b53

Analogous Colors of #53f55b

#53f55b #53f5ac #9cf553

Monochromatic Colors of #53f55b

#53f55b

Complementary Color

#53f55b #f553ed

#53f55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53f55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53f55b Color CSS Codes

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

#53f55b Text Font Color

<p style="color:#53f55b">Text here</p>

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


#53f55b Background Color

<div style="background-color:#53f55b">
Div content here</div>

This div background color is #53f55b


#53f55b Border Color

<div style="border:3px solid #53f55b">
Div here</div>

This div border color is #53f55b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,245,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53f55b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53f55b;
  -webkit-box-shadow: 1px 1px 3px 2px #53f55b;
  box-shadow:         1px 1px 3px 2px #53f55b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,245,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53f55b


Comments

No comments written yet.

Please login to write comment.