COLOR #75CB48

HEX: #75CB48 RGB: (117,203,72)

Color info

#75CB48 contains mainly green color. Web safe color of #75CB48 is #66CC33 (or #6C3).

RGB color model

#75CB48 color RGB value is (117,203,72).

RGB: (117,203,72) (46%, 80%, 28%)

RGB channels and saturation

R 117 of 255 = 46%
G 203 of 255 = 80%
B 72 of 255 = 28%

117
203
72

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

Portions of RGB colors in percentages

R + G + B = 117 + 203 + 72 = 392 (100%)
R 117 of 392 ~ 29.85%
G 203 of 392 ~ 51.79%
B 72 of 392 ~ 18.37'%

%29.85
%51.79
%18.37

CMYK color model

#75CB48 color CMYK value is (42,0,65,20).

  • cyan value is 42.36%
  • magenta value is 0.00%
  • yellow value is 64.53%
  • key color value is 20.39%

CMYK: (42,0,65,20)
C42M0Y65K20 (42%, 0%, 65%, 20%)
(0.42 / 0.00 / 0.65 / 0.20)

CMYK percentages

%42.36
%0
%64.53
%20.39

Codes

Color #75CB48 in popluar color models

75 CB 48
RGB 117 203 72
HSL 99° 55.74% 53.92%
HSB/HSV 99° 64.53% 79.61%
CMYK 42.36% 0.00% 64.53%
20.39%

Color #75CB48 in popluar number systems.

HEX 75 CB 48
Decimal 117 203 72
Binary 1110101 11001011 1001000
Octal 165 313 110

Shades and tints

Shades of #75CB48

#75CB48
(117,203,72)
#6BB942
(107,185,66)
#61A73C
(97,167,60)
#579536
(87,149,54)
#4D8330
(77,131,48)
#43712A
(67,113,42)
#395F24
(57,95,36)
#2F4D1E
(47,77,30)
#253B18
(37,59,24)
#1B2912
(27,41,18)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #75CB48

#75CB48
(117,203,72)
#81CF58
(129,207,88)
#8DD368
(141,211,104)
#99D778
(153,215,120)
#A5DB88
(165,219,136)
#B1DF98
(177,223,152)
#BDE3A8
(189,227,168)
#C9E7B8
(201,231,184)
#D5EBC8
(213,235,200)
#E1EFD8
(225,239,216)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CB48 color. Also use rgb(117,203,72) instead hex code.

Text Font Color

.myTextColor { color: #75CB48; }

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

This text font color is #75CB48.

Background Color

.myBgColor { background-color: #75CB48; }

<div style="background-color:#75CB48">Inner text</div>

This div background color is #75CB48.

Border color

.myBorderColor { border: 1px solid #75CB48; }

<div style="border:3px solid #75CB48">Div</div>

This div border color is #75CB48.

Opacity

.myOpacity80 { color: #75CB48; opacity: 0.8; }

<p style="color:#75CB48;opacity:0.8;">80%</p>

Text with #75CB48 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 #75CB48;}

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

This text has shadow with #75CB48 color.


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

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

This text has shadow with #75CB48 primary color and red secondary color.


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

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

This text has shadow with #75CB48 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75CB48.

Preview

Color preview on black background

This text has color #75CB48 on black background.


Color preview on white background

This text has color #75CB48 on white background.


Black color preview on #75CB48 background

This text has black color on #75CB48 background.


White color preview on #75CB48 background

This text has white color on #75CB48 background.


Related colors

Complementary color

Complementary color for #hex is #8A34B7.


I love getcolorcode.com

Triadic colors

1 #4875CB and #CB4875 with #75CB48 are triadic colors.

2 #48CB75 and #CB7548 with #75CB48 are triadic colors.