color codes Logo

#60e65d color codes

#60E65D
(96,230,93)
0 Favorites   0 Comments

Color spaces of #60e65d

RGB 9623093
HSL0.330.730.63
HSV119°60°90°
CMYK 0.580.000.60   0.10
XYZ35.096559.870720.0624
Yxy59.87070.30510.5205
Hunter Lab77.3762-54.443738.7904
CIE-Lab81.7679-62.701854.7578

#60e65d color RGB value is (96,230,93).

#60e65d hex color red value is 96, green value is 230 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #60e65d hue: 0.33 , saturation: 0.73 and the lightness value of 60e65d is 0.63.

The process color (four color CMYK) of #60e65d color code is 0.58, 0.00, 0.60, 0.10. Web safe color of #60e65d is #66ff66. Color #60e65d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11100110 01011101
Octal 140 346 135
Decimal 96 230 93
Hex 60 E6 5D

RGB Percentages of Color #60e65d

%22.91
%54.89
%22.20

CMYK Percentages of Color #60e65d

%58
%0
%60
%10

Triadic Colors of #60e65d

#60e65d #5d60e6 #e65d60

Analogous Colors of #60e65d

#60e65d #5de69f #a5e65d

Monochromatic Colors of #60e65d

#60e65d

Complementary Color

#60e65d #e35de6

#60e65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60e65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60e65d Color CSS Codes

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

#60e65d Text Font Color

<p style="color:#60e65d">Text here</p>

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


#60e65d Background Color

<div style="background-color:#60e65d">
Div content here</div>

This div background color is #60e65d


#60e65d Border Color

<div style="border:3px solid #60e65d">
Div here</div>

This div border color is #60e65d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,230,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60e65d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60e65d;
  -webkit-box-shadow: 1px 1px 3px 2px #60e65d;
  box-shadow:         1px 1px 3px 2px #60e65d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,230,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60e65d


Comments

No comments written yet.

Please login to write comment.