COLOR #59C660

HEX: #59C660 RGB: (89,198,96)

Color info

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

RGB color model

#59C660 color RGB value is (89,198,96).

RGB: (89,198,96) (35%, 78%, 38%)

RGB channels and saturation

R 89 of 255 = 35%
G 198 of 255 = 78%
B 96 of 255 = 38%

89
198
96

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

Portions of RGB colors in percentages

R + G + B = 89 + 198 + 96 = 383 (100%)
R 89 of 383 ~ 23.24%
G 198 of 383 ~ 51.7%
B 96 of 383 ~ 25.07'%

%23.24
%51.7
%25.07

CMYK color model

#59C660 color CMYK value is (55,0,52,22).

  • cyan value is 55.05%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 22.35%

CMYK: (55,0,52,22)
C55M0Y52K22 (55%, 0%, 52%, 22%)
(0.55 / 0.00 / 0.52 / 0.22)

CMYK percentages

%55.05
%0
%51.52
%22.35

Codes

Color #59C660 in popluar color models

59 C6 60
RGB 89 198 96
HSL 124° 48.88% 56.27%
HSB/HSV 124° 55.05% 77.65%
CMYK 55.05% 0.00% 51.52%
22.35%

Color #59C660 in popluar number systems.

HEX 59 C6 60
Decimal 89 198 96
Binary 1011001 11000110 1100000
Octal 131 306 140

Shades and tints

Shades of #59C660

#59C660
(89,198,96)
#51B458
(81,180,88)
#49A250
(73,162,80)
#419048
(65,144,72)
#397E40
(57,126,64)
#316C38
(49,108,56)
#295A30
(41,90,48)
#214828
(33,72,40)
#193620
(25,54,32)
#112418
(17,36,24)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #59C660

#59C660
(89,198,96)
#68CB6E
(104,203,110)
#77D07C
(119,208,124)
#86D58A
(134,213,138)
#95DA98
(149,218,152)
#A4DFA6
(164,223,166)
#B3E4B4
(179,228,180)
#C2E9C2
(194,233,194)
#D1EED0
(209,238,208)
#E0F3DE
(224,243,222)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C660 color. Also use rgb(89,198,96) instead hex code.

Text Font Color

.myTextColor { color: #59C660; }

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

This text font color is #59C660.

Background Color

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

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

This div background color is #59C660.

Border color

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

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

This div border color is #59C660.

Opacity

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

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

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

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

This text has shadow with #59C660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59C660.

Preview

Color preview on black background

This text has color #59C660 on black background.


Color preview on white background

This text has color #59C660 on white background.


Black color preview on #59C660 background

This text has black color on #59C660 background.


White color preview on #59C660 background

This text has white color on #59C660 background.


Related colors

Complementary color

Complementary color for #hex is #A6399F.


I love getcolorcode.com

Triadic colors

1 #6059C6 and #C66059 with #59C660 are triadic colors.

2 #60C659 and #C65960 with #59C660 are triadic colors.