COLOR #75D481

HEX: #75D481
RGB: (117,212,129)

Color info

#75D481 contains mainly green color. Web safe color of #75D481 is #66CC99 (or #6C9).

RGB color model

#75D481 color RGB value is (117,212,129).

  • red value is 117;
  • green value is 212;
  • blue value is 129.
RGB:
(117,212,129)
(46%,83%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 212 of 255 = 83%
B 129 of 255 = 51%

117
212
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 212 + 129 = 458 (100%)
R 117 of 458 ~ 25.55%
G 212 of 458 ~ 46.29%
B 129 of 458 ~ 28.17%

%25.55
%46.29
%28.17

CMYK color model

#75D481 color CMYK value is (45,0,39,17).

  • cyan value is 44.81%
  • magenta value is 0.00%
  • yellow value is 39.15%
  • key color value is 16.86%
CMYK:
(45,0,39,17)
C45M0Y39K17 
(45%,0%,39%,17%)
(0.45/0.00/0.39/0.17)	

CMYK percentages

%44.81
%0
%39.15
%16.86

Codes

Color #75D481 in popluar color models

75D481
RGB117212129
HSL128°52.49%64.51%
HSB/HSV128°44.81%83.14%
CMYK44.81%0.00%39.15%
16.86%

Color #75D481 in popluar number systems.

HEX75D481
Decimal117212129
Binary11101011101010010000001
Octal165324201

Shades and tints

Shades of #75D481

#75D481
(117,212,129)
#6BC176
(107,193,118)
#61AE6B
(97,174,107)
#579B60
(87,155,96)
#4D8855
(77,136,85)
#43754A
(67,117,74)
#39623F
(57,98,63)
#2F4F34
(47,79,52)
#253C29
(37,60,41)
#1B291E
(27,41,30)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #75D481

#75D481
(117,212,129)
#81D78C
(129,215,140)
#8DDA97
(141,218,151)
#99DDA2
(153,221,162)
#A5E0AD
(165,224,173)
#B1E3B8
(177,227,184)
#BDE6C3
(189,230,195)
#C9E9CE
(201,233,206)
#D5ECD9
(213,236,217)
#E1EFE4
(225,239,228)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D481 color. Also use rgb(117,212,129) instead hex code.

Text Font Color

.myTextColor { color: #75D481; }

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

This text font color is #75D481.


Background Color

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

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

This div background color is #75D481.


Border color

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

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

This div border color is #75D481.


Opacity

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

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

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

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

This text has shadow with #75D481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D481 on black background.


Color preview on white background

This text has color #75D481 on white background.



Black color preview on #75D481 background

This text has black color on #75D481 background.


White color preview on #75D481 background

This text has white color on #75D481 background.