COLOR #65E380

HEX: #65E380
RGB: (101,227,128)

Color info

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

RGB color model

#65E380 color RGB value is (101,227,128).

  • red value is 101;
  • green value is 227;
  • blue value is 128.
RGB:
(101,227,128)
(40%,89%,50%)

RGB channels and saturation

R 101 of 255 = 40%
G 227 of 255 = 89%
B 128 of 255 = 50%

101
227
128

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

Portions of RGB colors in percentages

R + G + B =
101 + 227 + 128 = 456 (100%)
R 101 of 456 ~ 22.15%
G 227 of 456 ~ 49.78%
B 128 of 456 ~ 28.07%

%22.15
%49.78
%28.07

CMYK color model

#65E380 color CMYK value is (56,0,44,11).

  • cyan value is 55.51%
  • magenta value is 0.00%
  • yellow value is 43.61%
  • key color value is 10.98%
CMYK:
(56,0,44,11)
C56M0Y44K11 
(56%,0%,44%,11%)
(0.56/0.00/0.44/0.11)	

CMYK percentages

%55.51
%0
%43.61
%10.98

Codes

Color #65E380 in popluar color models

65E380
RGB101227128
HSL133°69.23%64.31%
HSB/HSV133°55.51%89.02%
CMYK55.51%0.00%43.61%
10.98%

Color #65E380 in popluar number systems.

HEX65E380
Decimal101227128
Binary11001011110001110000000
Octal145343200

Shades and tints

Shades of #65E380

#65E380
(101,227,128)
#5CCF75
(92,207,117)
#53BB6A
(83,187,106)
#4AA75F
(74,167,95)
#419354
(65,147,84)
#387F49
(56,127,73)
#2F6B3E
(47,107,62)
#265733
(38,87,51)
#1D4328
(29,67,40)
#142F1D
(20,47,29)
#0B1B12
(11,27,18)
#000000
(0,0,0)

Tints of #65E380

#65E380
(101,227,128)
#73E58B
(115,229,139)
#81E796
(129,231,150)
#8FE9A1
(143,233,161)
#9DEBAC
(157,235,172)
#ABEDB7
(171,237,183)
#B9EFC2
(185,239,194)
#C7F1CD
(199,241,205)
#D5F3D8
(213,243,216)
#E3F5E3
(227,245,227)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65E380; }

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

This text font color is #65E380.


Background Color

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

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

This div background color is #65E380.


Border color

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

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

This div border color is #65E380.


Opacity

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

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

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

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

This text has shadow with #65E380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65E380 on black background.


Color preview on white background

This text has color #65E380 on white background.



Black color preview on #65E380 background

This text has black color on #65E380 background.


White color preview on #65E380 background

This text has white color on #65E380 background.