Color Hex Logo

#5ff63d Color Hex

#5FF63D
(95,246,61)
0 Favorites   0 Comments

Color spaces of #5ff63d

RGB 9524661
HSL0.300.910.60
HSV109°75°96°
CMYK 0.610.000.75   0.04
XYZ38.517468.681415.6416
Yxy68.68140.31360.5591
Hunter Lab82.8742-62.068646.8216
CIE-Lab86.3460-71.140171.7128

#5ff63d color RGB value is (95,246,61).

#5ff63d hex color red value is 95, green value is 246 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5ff63d hue: 0.30 , saturation: 0.91 and the lightness value of 5ff63d is 0.60.

The process color (four color CMYK) of #5ff63d color hex is 0.61, 0.00, 0.75, 0.04. Web safe color of #5ff63d is #66ff33. Color #5ff63d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11110110 00111101
Octal 137 366 75
Decimal 95 246 61
Hex 5F F6 3D

RGB Percentages of Color #5ff63d

%23.63
%61.19
%15.17

CMYK Percentages of Color #5ff63d

%61
%0
%75
%4

Triadic Colors of #5ff63d

#5ff63d #3d5ff6 #f63d5f

Analogous Colors of #5ff63d

#5ff63d #3df678 #bcf63d

Monochromatic Colors of #5ff63d

#5ff63d

Complementary Color

#5ff63d #d43df6

#5ff63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff63d Color CSS Codes

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

#5ff63d Text Font Color

<p style="color:#5ff63d">Text here</p>

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


#5ff63d Background Color

<div style="background-color:#5ff63d">
Div content here</div>

This div background color is #5ff63d


#5ff63d Border Color

<div style="border:3px solid #5ff63d">
Div here</div>

This div border color is #5ff63d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,246,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ff63d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ff63d;
  -webkit-box-shadow: 1px 1px 3px 2px #5ff63d;
  box-shadow:         1px 1px 3px 2px #5ff63d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,246,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff63d


Comments

No comments written yet.

Please login to write comment.