COLOR #59C274

HEX: #59C274 RGB: (89,194,116)

Color info

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

RGB color model

#59C274 color RGB value is (89,194,116).

RGB: (89,194,116) (35%, 76%, 45%)

RGB channels and saturation

R 89 of 255 = 35%
G 194 of 255 = 76%
B 116 of 255 = 45%

89
194
116

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

Portions of RGB colors in percentages

R + G + B = 89 + 194 + 116 = 399 (100%)
R 89 of 399 ~ 22.31%
G 194 of 399 ~ 48.62%
B 116 of 399 ~ 29.07'%

%22.31
%48.62
%29.07

CMYK color model

#59C274 color CMYK value is (54,0,40,24).

  • cyan value is 54.12%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 23.92%

CMYK: (54,0,40,24)
C54M0Y40K24 (54%, 0%, 40%, 24%)
(0.54 / 0.00 / 0.40 / 0.24)

CMYK percentages

%54.12
%0
%40.21
%23.92

Codes

Color #59C274 in popluar color models

59 C2 74
RGB 89 194 116
HSL 135° 46.26% 55.49%
HSB/HSV 135° 54.12% 76.08%
CMYK 54.12% 0.00% 40.21%
23.92%

Color #59C274 in popluar number systems.

HEX 59 C2 74
Decimal 89 194 116
Binary 1011001 11000010 1110100
Octal 131 302 164

Shades and tints

Shades of #59C274

#59C274
(89,194,116)
#51B16A
(81,177,106)
#49A060
(73,160,96)
#418F56
(65,143,86)
#397E4C
(57,126,76)
#316D42
(49,109,66)
#295C38
(41,92,56)
#214B2E
(33,75,46)
#193A24
(25,58,36)
#11291A
(17,41,26)
#091810
(9,24,16)
#000000
(0,0,0)

Tints of #59C274

#59C274
(89,194,116)
#68C780
(104,199,128)
#77CC8C
(119,204,140)
#86D198
(134,209,152)
#95D6A4
(149,214,164)
#A4DBB0
(164,219,176)
#B3E0BC
(179,224,188)
#C2E5C8
(194,229,200)
#D1EAD4
(209,234,212)
#E0EFE0
(224,239,224)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59C274; }

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

This text font color is #59C274.

Background Color

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

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

This div background color is #59C274.

Border color

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

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

This div border color is #59C274.

Opacity

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

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

Text with #59C274 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 #59C274;}

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

This text has shadow with #59C274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59C274.

Preview

Color preview on black background

This text has color #59C274 on black background.


Color preview on white background

This text has color #59C274 on white background.


Black color preview on #59C274 background

This text has black color on #59C274 background.


White color preview on #59C274 background

This text has white color on #59C274 background.


Related colors

Complementary color

Complementary color for #hex is #A63D8B.


I love getcolorcode.com

Triadic colors

1 #7459C2 and #C27459 with #59C274 are triadic colors.

2 #74C259 and #C25974 with #59C274 are triadic colors.