COLOR #65EC59

HEX: #65EC59 RGB: (101,236,89)

Color info

#65EC59 contains mainly green color. Web safe color of #65EC59 is #66FF66 (or #6F6).

RGB color model

#65EC59 color RGB value is (101,236,89).

RGB: (101,236,89) (40%, 93%, 35%)

RGB channels and saturation

R 101 of 255 = 40%
G 236 of 255 = 93%
B 89 of 255 = 35%

101
236
89

R + G + B ~ 56%. #65EC59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 236 + 89 = 426 (100%)
R 101 of 426 ~ 23.71%
G 236 of 426 ~ 55.4%
B 89 of 426 ~ 20.89'%

%23.71
%55.4
%20.89

CMYK color model

#65EC59 color CMYK value is (57,0,62,7).

  • cyan value is 57.20%
  • magenta value is 0.00%
  • yellow value is 62.29%
  • key color value is 7.45%

CMYK: (57,0,62,7)
C57M0Y62K7 (57%, 0%, 62%, 7%)
(0.57 / 0.00 / 0.62 / 0.07)

CMYK percentages

%57.2
%0
%62.29
%7.45

Codes

Color #65EC59 in popluar color models

65 EC 59
RGB 101 236 89
HSL 115° 79.46% 63.73%
HSB/HSV 115° 62.29% 92.55%
CMYK 57.20% 0.00% 62.29%
7.45%

Color #65EC59 in popluar number systems.

HEX 65 EC 59
Decimal 101 236 89
Binary 1100101 11101100 1011001
Octal 145 354 131

Shades and tints

Shades of #65EC59

#65EC59
(101,236,89)
#5CD751
(92,215,81)
#53C249
(83,194,73)
#4AAD41
(74,173,65)
#419839
(65,152,57)
#388331
(56,131,49)
#2F6E29
(47,110,41)
#265921
(38,89,33)
#1D4419
(29,68,25)
#142F11
(20,47,17)
#0B1A09
(11,26,9)
#000000
(0,0,0)

Tints of #65EC59

#65EC59
(101,236,89)
#73ED68
(115,237,104)
#81EE77
(129,238,119)
#8FEF86
(143,239,134)
#9DF095
(157,240,149)
#ABF1A4
(171,241,164)
#B9F2B3
(185,242,179)
#C7F3C2
(199,243,194)
#D5F4D1
(213,244,209)
#E3F5E0
(227,245,224)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65EC59 color. Also use rgb(101,236,89) instead hex code.

Text Font Color

.myTextColor { color: #65EC59; }

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

This text font color is #65EC59.

Background Color

.myBgColor { background-color: #65EC59; }

<div style="background-color:#65EC59">Inner text</div>

This div background color is #65EC59.

Border color

.myBorderColor { border: 1px solid #65EC59; }

<div style="border:3px solid #65EC59">Div</div>

This div border color is #65EC59.

Opacity

.myOpacity80 { color: #65EC59; opacity: 0.8; }

<p style="color:#65EC59;opacity:0.8;">80%</p>

Text with #65EC59 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 #65EC59;}

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

This text has shadow with #65EC59 color.


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

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

This text has shadow with #65EC59 primary color and red secondary color.


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

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

This text has shadow with #65EC59 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #65EC59.

Preview

Color preview on black background

This text has color #65EC59 on black background.


Color preview on white background

This text has color #65EC59 on white background.


Black color preview on #65EC59 background

This text has black color on #65EC59 background.


White color preview on #65EC59 background

This text has white color on #65EC59 background.


Related colors

Complementary color

Complementary color for #hex is #9A13A6.


I love getcolorcode.com

Triadic colors

1 #5965EC and #EC5965 with #65EC59 are triadic colors.

2 #59EC65 and #EC6559 with #65EC59 are triadic colors.