COLOR #75EB69

HEX: #75EB69
RGB: (117,235,105)

Color info

#75EB69 contains mainly green color. Web safe color of #75EB69 is #66FF66 (or #6F6).

RGB color model

#75EB69 color RGB value is (117,235,105).

  • red value is 117;
  • green value is 235;
  • blue value is 105.
RGB:
(117,235,105)
(46%,92%,41%)

RGB channels and saturation

R 117 of 255 = 46%
G 235 of 255 = 92%
B 105 of 255 = 41%

117
235
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 235 + 105 = 457 (100%)
R 117 of 457 ~ 25.6%
G 235 of 457 ~ 51.42%
B 105 of 457 ~ 22.98%

%25.6
%51.42
%22.98

CMYK color model

#75EB69 color CMYK value is (50,0,55,8).

  • cyan value is 50.21%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 7.84%
CMYK:
(50,0,55,8)
C50M0Y55K8 
(50%,0%,55%,8%)
(0.50/0.00/0.55/0.08)	

CMYK percentages

%50.21
%0
%55.32
%7.84

Codes

Color #75EB69 in popluar color models

75EB69
RGB117235105
HSL114°76.47%66.67%
HSB/HSV114°55.32%92.16%
CMYK50.21%0.00%55.32%
7.84%

Color #75EB69 in popluar number systems.

HEX75EB69
Decimal117235105
Binary1110101111010111101001
Octal165353151

Shades and tints

Shades of #75EB69

#75EB69
(117,235,105)
#6BD660
(107,214,96)
#61C157
(97,193,87)
#57AC4E
(87,172,78)
#4D9745
(77,151,69)
#43823C
(67,130,60)
#396D33
(57,109,51)
#2F582A
(47,88,42)
#254321
(37,67,33)
#1B2E18
(27,46,24)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #75EB69

#75EB69
(117,235,105)
#81EC76
(129,236,118)
#8DED83
(141,237,131)
#99EE90
(153,238,144)
#A5EF9D
(165,239,157)
#B1F0AA
(177,240,170)
#BDF1B7
(189,241,183)
#C9F2C4
(201,242,196)
#D5F3D1
(213,243,209)
#E1F4DE
(225,244,222)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75EB69 color. Also use rgb(117,235,105) instead hex code.

Text Font Color

.myTextColor { color: #75EB69; }

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

This text font color is #75EB69.


Background Color

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

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

This div background color is #75EB69.


Border color

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

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

This div border color is #75EB69.


Opacity

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

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

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

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

This text has shadow with #75EB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75EB69 on black background.


Color preview on white background

This text has color #75EB69 on white background.



Black color preview on #75EB69 background

This text has black color on #75EB69 background.


White color preview on #75EB69 background

This text has white color on #75EB69 background.