COLOR #4BD269

HEX: #4BD269 RGB: (75,210,105)

Color info

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

RGB color model

#4BD269 color RGB value is (75,210,105).

RGB: (75,210,105) (29%, 82%, 41%)

RGB channels and saturation

R 75 of 255 = 29%
G 210 of 255 = 82%
B 105 of 255 = 41%

75
210
105

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

Portions of RGB colors in percentages

R + G + B = 75 + 210 + 105 = 390 (100%)
R 75 of 390 ~ 19.23%
G 210 of 390 ~ 53.85%
B 105 of 390 ~ 26.92'%

%19.23
%53.85
%26.92

CMYK color model

#4BD269 color CMYK value is (64,0,50,18).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 17.65%

CMYK: (64,0,50,18)
C64M0Y50K18 (64%, 0%, 50%, 18%)
(0.64 / 0.00 / 0.50 / 0.18)

CMYK percentages

%64.29
%0
%50
%17.65

Codes

Color #4BD269 in popluar color models

4B D2 69
RGB 75 210 105
HSL 133° 60.00% 55.88%
HSB/HSV 133° 64.29% 82.35%
CMYK 64.29% 0.00% 50.00%
17.65%

Color #4BD269 in popluar number systems.

HEX 4B D2 69
Decimal 75 210 105
Binary 1001011 11010010 1101001
Octal 113 322 151

Shades and tints

Shades of #4BD269

#4BD269
(75,210,105)
#45BF60
(69,191,96)
#3FAC57
(63,172,87)
#39994E
(57,153,78)
#338645
(51,134,69)
#2D733C
(45,115,60)
#276033
(39,96,51)
#214D2A
(33,77,42)
#1B3A21
(27,58,33)
#152718
(21,39,24)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #4BD269

#4BD269
(75,210,105)
#5BD676
(91,214,118)
#6BDA83
(107,218,131)
#7BDE90
(123,222,144)
#8BE29D
(139,226,157)
#9BE6AA
(155,230,170)
#ABEAB7
(171,234,183)
#BBEEC4
(187,238,196)
#CBF2D1
(203,242,209)
#DBF6DE
(219,246,222)
#EBFAEB
(235,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD269 color. Also use rgb(75,210,105) instead hex code.

Text Font Color

.myTextColor { color: #4BD269; }

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

This text font color is #4BD269.

Background Color

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

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

This div background color is #4BD269.

Border color

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

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

This div border color is #4BD269.

Opacity

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

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

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

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

This text has shadow with #4BD269 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BD269.

Preview

Color preview on black background

This text has color #4BD269 on black background.


Color preview on white background

This text has color #4BD269 on white background.


Black color preview on #4BD269 background

This text has black color on #4BD269 background.


White color preview on #4BD269 background

This text has white color on #4BD269 background.


Related colors

Complementary color

Complementary color for #4BD269 is #B42D96.


I love getcolorcode.com

Triadic colors

1 #694BD2 and #D2694B with #4BD269 are triadic colors.

2 #69D24B and #D24B69 with #4BD269 are triadic colors.