COLOR #4BD862

HEX: #4BD862
RGB: (75,216,98)

Color info

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

RGB color model

#4BD862 color RGB value is (75,216,98).

  • red value is 75;
  • green value is 216;
  • blue value is 98.
RGB:
(75,216,98)
(29%,85%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 216 of 255 = 85%
B 98 of 255 = 38%

75
216
98

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

Portions of RGB colors in percentages

R + G + B =
75 + 216 + 98 = 389 (100%)
R 75 of 389 ~ 19.28%
G 216 of 389 ~ 55.53%
B 98 of 389 ~ 25.19%

%19.28
%55.53
%25.19

CMYK color model

#4BD862 color CMYK value is (65,0,55,15).

  • cyan value is 65.28%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 15.29%
CMYK:
(65,0,55,15)
C65M0Y55K15 
(65%,0%,55%,15%)
(0.65/0.00/0.55/0.15)	

CMYK percentages

%65.28
%0
%54.63
%15.29

Codes

Color #4BD862 in popluar color models

4BD862
RGB7521698
HSL130°64.38%57.06%
HSB/HSV130°65.28%84.71%
CMYK65.28%0.00%54.63%
15.29%

Color #4BD862 in popluar number systems.

HEX4BD862
Decimal7521698
Binary1001011110110001100010
Octal113330142

Shades and tints

Shades of #4BD862

#4BD862
(75,216,98)
#45C55A
(69,197,90)
#3FB252
(63,178,82)
#399F4A
(57,159,74)
#338C42
(51,140,66)
#2D793A
(45,121,58)
#276632
(39,102,50)
#21532A
(33,83,42)
#1B4022
(27,64,34)
#152D1A
(21,45,26)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #4BD862

#4BD862
(75,216,98)
#5BDB70
(91,219,112)
#6BDE7E
(107,222,126)
#7BE18C
(123,225,140)
#8BE49A
(139,228,154)
#9BE7A8
(155,231,168)
#ABEAB6
(171,234,182)
#BBEDC4
(187,237,196)
#CBF0D2
(203,240,210)
#DBF3E0
(219,243,224)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD862 color. Also use rgb(75,216,98) instead hex code.

Text Font Color

.myTextColor { color: #4BD862; }

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

This text font color is #4BD862.


Background Color

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

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

This div background color is #4BD862.


Border color

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

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

This div border color is #4BD862.


Opacity

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

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

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

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

This text has shadow with #4BD862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD862 on black background.


Color preview on white background

This text has color #4BD862 on white background.



Black color preview on #4BD862 background

This text has black color on #4BD862 background.


White color preview on #4BD862 background

This text has white color on #4BD862 background.