COLOR #65BE99

HEX: #65BE99 RGB: (101,190,153)

Color info

#65BE99 contains mainly green and blue colors. Web safe color of #65BE99 is #66CC99 (or #6C9).

RGB color model

#65BE99 color RGB value is (101,190,153).

RGB: (101,190,153) (40%, 75%, 60%)

RGB channels and saturation

R 101 of 255 = 40%
G 190 of 255 = 75%
B 153 of 255 = 60%

101
190
153

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

Portions of RGB colors in percentages

R + G + B = 101 + 190 + 153 = 444 (100%)
R 101 of 444 ~ 22.75%
G 190 of 444 ~ 42.79%
B 153 of 444 ~ 34.46'%

%22.75
%42.79
%34.46

CMYK color model

#65BE99 color CMYK value is (47,0,19,25).

  • cyan value is 46.84%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%

CMYK: (47,0,19,25)
C47M0Y19K25 (47%, 0%, 19%, 25%)
(0.47 / 0.00 / 0.19 / 0.25)

CMYK percentages

%46.84
%0
%19.47
%25.49

Codes

Color #65BE99 in popluar color models

65 BE 99
RGB 101 190 153
HSL 155° 40.64% 57.06%
HSB/HSV 155° 46.84% 74.51%
CMYK 46.84% 0.00% 19.47%
25.49%

Color #65BE99 in popluar number systems.

HEX 65 BE 99
Decimal 101 190 153
Binary 1100101 10111110 10011001
Octal 145 276 231

Shades and tints

Shades of #65BE99

#65BE99
(101,190,153)
#5CAD8C
(92,173,140)
#539C7F
(83,156,127)
#4A8B72
(74,139,114)
#417A65
(65,122,101)
#386958
(56,105,88)
#2F584B
(47,88,75)
#26473E
(38,71,62)
#1D3631
(29,54,49)
#142524
(20,37,36)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #65BE99

#65BE99
(101,190,153)
#73C3A2
(115,195,162)
#81C8AB
(129,200,171)
#8FCDB4
(143,205,180)
#9DD2BD
(157,210,189)
#ABD7C6
(171,215,198)
#B9DCCF
(185,220,207)
#C7E1D8
(199,225,216)
#D5E6E1
(213,230,225)
#E3EBEA
(227,235,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65BE99; }

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

This text font color is #65BE99.

Background Color

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

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

This div background color is #65BE99.

Border color

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

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

This div border color is #65BE99.

Opacity

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

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

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

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

This text has shadow with #65BE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65BE99.

Preview

Color preview on black background

This text has color #65BE99 on black background.


Color preview on white background

This text has color #65BE99 on white background.


Black color preview on #65BE99 background

This text has black color on #65BE99 background.


White color preview on #65BE99 background

This text has white color on #65BE99 background.


Related colors

Complementary color

Complementary color for #hex is #9A4166.


I love getcolorcode.com

Triadic colors

1 #9965BE and #BE9965 with #65BE99 are triadic colors.

2 #99BE65 and #BE6599 with #65BE99 are triadic colors.