Color Hex Logo

#60c533 Color Hex

#60C533
(96,197,51)
0 Favorites   0 Comments

Color spaces of #60c533

RGB 9619751
HSL0.280.590.49
HSV102°74°77°
CMYK 0.510.000.74   0.23
XYZ25.387742.658310.0278
Yxy42.65830.32520.5464
Hunter Lab65.3133-44.914236.6163
CIE-Lab71.3224-54.383060.2370

#60c533 color RGB value is (96,197,51).

#60c533 hex color red value is 96, green value is 197 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #60c533 hue: 0.28 , saturation: 0.59 and the lightness value of 60c533 is 0.49.

The process color (four color CMYK) of #60c533 color hex is 0.51, 0.00, 0.74, 0.23. Web safe color of #60c533 is #66cc33. Color #60c533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11000101 00110011
Octal 140 305 63
Decimal 96 197 51
Hex 60 C5 33

RGB Percentages of Color #60c533

%27.91
%57.27
%14.83

CMYK Percentages of Color #60c533

%51
%0
%74
%23

Triadic Colors of #60c533

#60c533 #3360c5 #c53360

Analogous Colors of #60c533

#60c533 #33c54f #a9c533

Monochromatic Colors of #60c533

#60c533

Complementary Color

#60c533 #9833c5

#60c533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60c533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60c533 Color CSS Codes

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

#60c533 Text Font Color

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

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


#60c533 Background Color

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

This div background color is #60c533


#60c533 Border Color

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

This div border color is #60c533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60c533


Comments

No comments written yet.

Please login to write comment.