COLOR #65BE79

HEX: #65BE79
RGB: (101,190,121)

Color info

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

RGB color model

#65BE79 color RGB value is (101,190,121).

  • red value is 101;
  • green value is 190;
  • blue value is 121.
RGB:
(101,190,121)
(40%,75%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 190 of 255 = 75%
B 121 of 255 = 47%

101
190
121

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

Portions of RGB colors in percentages

R + G + B =
101 + 190 + 121 = 412 (100%)
R 101 of 412 ~ 24.51%
G 190 of 412 ~ 46.12%
B 121 of 412 ~ 29.37%

%24.51
%46.12
%29.37

CMYK color model

#65BE79 color CMYK value is (47,0,36,25).

  • cyan value is 46.84%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 25.49%
CMYK:
(47,0,36,25)
C47M0Y36K25 
(47%,0%,36%,25%)
(0.47/0.00/0.36/0.25)	

CMYK percentages

%46.84
%0
%36.32
%25.49

Codes

Color #65BE79 in popluar color models

65BE79
RGB101190121
HSL133°40.64%57.06%
HSB/HSV133°46.84%74.51%
CMYK46.84%0.00%36.32%
25.49%

Color #65BE79 in popluar number systems.

HEX65BE79
Decimal101190121
Binary1100101101111101111001
Octal145276171

Shades and tints

Shades of #65BE79

#65BE79
(101,190,121)
#5CAD6E
(92,173,110)
#539C63
(83,156,99)
#4A8B58
(74,139,88)
#417A4D
(65,122,77)
#386942
(56,105,66)
#2F5837
(47,88,55)
#26472C
(38,71,44)
#1D3621
(29,54,33)
#142516
(20,37,22)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #65BE79

#65BE79
(101,190,121)
#73C385
(115,195,133)
#81C891
(129,200,145)
#8FCD9D
(143,205,157)
#9DD2A9
(157,210,169)
#ABD7B5
(171,215,181)
#B9DCC1
(185,220,193)
#C7E1CD
(199,225,205)
#D5E6D9
(213,230,217)
#E3EBE5
(227,235,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65BE79 color. Also use rgb(101,190,121) instead hex code.

Text Font Color

.myTextColor { color: #65BE79; }

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

This text font color is #65BE79.


Background Color

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

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

This div background color is #65BE79.


Border color

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

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

This div border color is #65BE79.


Opacity

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

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

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

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

This text has shadow with #65BE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65BE79 on black background.


Color preview on white background

This text has color #65BE79 on white background.



Black color preview on #65BE79 background

This text has black color on #65BE79 background.


White color preview on #65BE79 background

This text has white color on #65BE79 background.