COLOR #4CCB65

HEX: #4CCB65
RGB: (76,203,101)

Color info

#4CCB65 contains mainly green color. Web safe color of #4CCB65 is #33CC66 (or #3C6).

RGB color model

#4CCB65 color RGB value is (76,203,101).

  • red value is 76;
  • green value is 203;
  • blue value is 101.
RGB:
(76,203,101)
(30%,80%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 203 of 255 = 80%
B 101 of 255 = 40%

76
203
101

R + G + B ~ 50%. #4CCB65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 203 + 101 = 380 (100%)
R 76 of 380 ~ 20%
G 203 of 380 ~ 53.42%
B 101 of 380 ~ 26.58%

%20
%53.42
%26.58

CMYK color model

#4CCB65 color CMYK value is (63,0,50,20).

  • cyan value is 62.56%
  • magenta value is 0.00%
  • yellow value is 50.25%
  • key color value is 20.39%
CMYK:
(63,0,50,20)
C63M0Y50K20 
(63%,0%,50%,20%)
(0.63/0.00/0.50/0.20)	

CMYK percentages

%62.56
%0
%50.25
%20.39

Codes

Color #4CCB65 in popluar color models

4CCB65
RGB76203101
HSL132°54.98%54.71%
HSB/HSV132°62.56%79.61%
CMYK62.56%0.00%50.25%
20.39%

Color #4CCB65 in popluar number systems.

HEX4CCB65
Decimal76203101
Binary1001100110010111100101
Octal114313145

Shades and tints

Shades of #4CCB65

#4CCB65
(76,203,101)
#46B95C
(70,185,92)
#40A753
(64,167,83)
#3A954A
(58,149,74)
#348341
(52,131,65)
#2E7138
(46,113,56)
#285F2F
(40,95,47)
#224D26
(34,77,38)
#1C3B1D
(28,59,29)
#162914
(22,41,20)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #4CCB65

#4CCB65
(76,203,101)
#5CCF73
(92,207,115)
#6CD381
(108,211,129)
#7CD78F
(124,215,143)
#8CDB9D
(140,219,157)
#9CDFAB
(156,223,171)
#ACE3B9
(172,227,185)
#BCE7C7
(188,231,199)
#CCEBD5
(204,235,213)
#DCEFE3
(220,239,227)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CCB65 color. Also use rgb(76,203,101) instead hex code.

Text Font Color

.myTextColor { color: #4CCB65; }

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

This text font color is #4CCB65.


Background Color

.myBgColor { background-color: #4CCB65; }

<div style="background-color:#4CCB65">Inner text</div>

This div background color is #4CCB65.


Border color

.myBorderColor { border: 1px solid #4CCB65; }

<div style="border:3px solid #4CCB65">Div</div>

This div border color is #4CCB65.


Opacity

.myOpacity80 { color: #4CCB65; opacity: 0.8; }

<p style="color:#4CCB65;opacity:0.8;">80%</p>

Text with #4CCB65 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 #4CCB65;}

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

This text has shadow with #4CCB65 color.

.textShadow {text-shadow: 3px 3px 1px #4CCB65, 3px 3px 1px red;}

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

This text has shadow with #4CCB65 primary color and red secondary color.


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

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

This text has shadow with #4CCB65 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CCB65 on black background.


Color preview on white background

This text has color #4CCB65 on white background.



Black color preview on #4CCB65 background

This text has black color on #4CCB65 background.


White color preview on #4CCB65 background

This text has white color on #4CCB65 background.