COLOR #75F787

HEX: #75F787
RGB: (117,247,135)

Color info

#75F787 contains mainly green color. Web safe color of #75F787 is #66FF99 (or #6F9).

RGB color model

#75F787 color RGB value is (117,247,135).

  • red value is 117;
  • green value is 247;
  • blue value is 135.
RGB:
(117,247,135)
(46%,97%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 247 of 255 = 97%
B 135 of 255 = 53%

117
247
135

R + G + B ~ 65%. #75F787 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 247 + 135 = 499 (100%)
R 117 of 499 ~ 23.45%
G 247 of 499 ~ 49.5%
B 135 of 499 ~ 27.05%

%23.45
%49.5
%27.05

CMYK color model

#75F787 color CMYK value is (53,0,45,3).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 45.34%
  • key color value is 3.14%
CMYK:
(53,0,45,3)
C53M0Y45K3 
(53%,0%,45%,3%)
(0.53/0.00/0.45/0.03)	

CMYK percentages

%52.63
%0
%45.34
%3.14

Codes

Color #75F787 in popluar color models

75F787
RGB117247135
HSL128°89.04%71.37%
HSB/HSV128°52.63%96.86%
CMYK52.63%0.00%45.34%
3.14%

Color #75F787 in popluar number systems.

HEX75F787
Decimal117247135
Binary11101011111011110000111
Octal165367207

Shades and tints

Shades of #75F787

#75F787
(117,247,135)
#6BE17B
(107,225,123)
#61CB6F
(97,203,111)
#57B563
(87,181,99)
#4D9F57
(77,159,87)
#43894B
(67,137,75)
#39733F
(57,115,63)
#2F5D33
(47,93,51)
#254727
(37,71,39)
#1B311B
(27,49,27)
#111B0F
(17,27,15)
#000000
(0,0,0)

Tints of #75F787

#75F787
(117,247,135)
#81F791
(129,247,145)
#8DF79B
(141,247,155)
#99F7A5
(153,247,165)
#A5F7AF
(165,247,175)
#B1F7B9
(177,247,185)
#BDF7C3
(189,247,195)
#C9F7CD
(201,247,205)
#D5F7D7
(213,247,215)
#E1F7E1
(225,247,225)
#EDF7EB
(237,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75F787 color. Also use rgb(117,247,135) instead hex code.

Text Font Color

.myTextColor { color: #75F787; }

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

This text font color is #75F787.


Background Color

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

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

This div background color is #75F787.


Border color

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

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

This div border color is #75F787.


Opacity

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

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

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

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

This text has shadow with #75F787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75F787 on black background.


Color preview on white background

This text has color #75F787 on white background.



Black color preview on #75F787 background

This text has black color on #75F787 background.


White color preview on #75F787 background

This text has white color on #75F787 background.