COLOR #59C253

HEX: #59C253
RGB: (89,194,83)

Color info

#59C253 contains mainly green color. Web safe color of #59C253 is #66CC66 (or #6C6).

RGB color model

#59C253 color RGB value is (89,194,83).

  • red value is 89;
  • green value is 194;
  • blue value is 83.
RGB:
(89,194,83)
(35%,76%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 194 of 255 = 76%
B 83 of 255 = 33%

89
194
83

R + G + B ~ 48%. #59C253 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 194 + 83 = 366 (100%)
R 89 of 366 ~ 24.32%
G 194 of 366 ~ 53.01%
B 83 of 366 ~ 22.68%

%24.32
%53.01
%22.68

CMYK color model

#59C253 color CMYK value is (54,0,57,24).

  • cyan value is 54.12%
  • magenta value is 0.00%
  • yellow value is 57.22%
  • key color value is 23.92%
CMYK:
(54,0,57,24)
C54M0Y57K24 
(54%,0%,57%,24%)
(0.54/0.00/0.57/0.24)	

CMYK percentages

%54.12
%0
%57.22
%23.92

Codes

Color #59C253 in popluar color models

59C253
RGB8919483
HSL117°47.64%54.31%
HSB/HSV117°57.22%76.08%
CMYK54.12%0.00%57.22%
23.92%

Color #59C253 in popluar number systems.

HEX59C253
Decimal8919483
Binary1011001110000101010011
Octal131302123

Shades and tints

Shades of #59C253

#59C253
(89,194,83)
#51B14C
(81,177,76)
#49A045
(73,160,69)
#418F3E
(65,143,62)
#397E37
(57,126,55)
#316D30
(49,109,48)
#295C29
(41,92,41)
#214B22
(33,75,34)
#193A1B
(25,58,27)
#112914
(17,41,20)
#09180D
(9,24,13)
#000000
(0,0,0)

Tints of #59C253

#59C253
(89,194,83)
#68C762
(104,199,98)
#77CC71
(119,204,113)
#86D180
(134,209,128)
#95D68F
(149,214,143)
#A4DB9E
(164,219,158)
#B3E0AD
(179,224,173)
#C2E5BC
(194,229,188)
#D1EACB
(209,234,203)
#E0EFDA
(224,239,218)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C253 color. Also use rgb(89,194,83) instead hex code.

Text Font Color

.myTextColor { color: #59C253; }

<p style="color:#59C253">This sample text font color is #59C253.</p>

This text font color is #59C253.


Background Color

.myBgColor { background-color: #59C253; }

<div style="background-color:#59C253">Inner text</div>

This div background color is #59C253.


Border color

.myBorderColor { border: 1px solid #59C253; }

<div style="border:3px solid #59C253">Div</div>

This div border color is #59C253.


Opacity

.myOpacity80 { color: #59C253; opacity: 0.8; }

<p style="color:#59C253;opacity:0.8;">80%</p>

Text with #59C253 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #59C253;}

<p style="text-shadow: 3px 3px 1px #59C253">Text here.</p>

This text has shadow with #59C253 color.

.textShadow {text-shadow: 3px 3px 1px #59C253, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #59C253, 5px 5px 20px red">Text here.</p>

This text has shadow with #59C253 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59C253, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#59C253, Direction=45, Strength=4)">Text</p>

This text has shadow with #59C253 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #59C253;
  -webkit-box-shadow:	1px 1px 3px 2px #59C253;
  box-shadow:		1px 1px 3px 2px #59C253;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59C253;
-webkit-box-shadow: 1px 1px 3px 2px #59C253;
box-shadow:1px 1px 3px 2px #59C253;">
Div content here</div>
This div box has shadow with color #59C253.

Preview

Color preview on black background

This text has color #59C253 on black background.


Color preview on white background

This text has color #59C253 on white background.



Black color preview on #59C253 background

This text has black color on #59C253 background.


White color preview on #59C253 background

This text has white color on #59C253 background.