COLOR #65D865

HEX: #65D865
RGB: (101,216,101)

Color info

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

RGB color model

#65D865 color RGB value is (101,216,101).

  • red value is 101;
  • green value is 216;
  • blue value is 101.
RGB:
(101,216,101)
(40%,85%,40%)

RGB channels and saturation

R 101 of 255 = 40%
G 216 of 255 = 85%
B 101 of 255 = 40%

101
216
101

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

Portions of RGB colors in percentages

R + G + B =
101 + 216 + 101 = 418 (100%)
R 101 of 418 ~ 24.16%
G 216 of 418 ~ 51.67%
B 101 of 418 ~ 24.16%

%24.16
%51.67
%24.16

CMYK color model

#65D865 color CMYK value is (53,0,53,15).

  • cyan value is 53.24%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(53,0,53,15)
C53M0Y53K15 
(53%,0%,53%,15%)
(0.53/0.00/0.53/0.15)	

CMYK percentages

%53.24
%0
%53.24
%15.29

Codes

Color #65D865 in popluar color models

65D865
RGB101216101
HSL120°59.59%62.16%
HSB/HSV120°53.24%84.71%
CMYK53.24%0.00%53.24%
15.29%

Color #65D865 in popluar number systems.

HEX65D865
Decimal101216101
Binary1100101110110001100101
Octal145330145

Shades and tints

Shades of #65D865

#65D865
(101,216,101)
#5CC55C
(92,197,92)
#53B253
(83,178,83)
#4A9F4A
(74,159,74)
#418C41
(65,140,65)
#387938
(56,121,56)
#2F662F
(47,102,47)
#265326
(38,83,38)
#1D401D
(29,64,29)
#142D14
(20,45,20)
#0B1A0B
(11,26,11)
#000000
(0,0,0)

Tints of #65D865

#65D865
(101,216,101)
#73DB73
(115,219,115)
#81DE81
(129,222,129)
#8FE18F
(143,225,143)
#9DE49D
(157,228,157)
#ABE7AB
(171,231,171)
#B9EAB9
(185,234,185)
#C7EDC7
(199,237,199)
#D5F0D5
(213,240,213)
#E3F3E3
(227,243,227)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65D865; }

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

This text font color is #65D865.


Background Color

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

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

This div background color is #65D865.


Border color

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

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

This div border color is #65D865.


Opacity

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

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

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

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

This text has shadow with #65D865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65D865 on black background.


Color preview on white background

This text has color #65D865 on white background.



Black color preview on #65D865 background

This text has black color on #65D865 background.


White color preview on #65D865 background

This text has white color on #65D865 background.