COLOR #75E875

HEX: #75E875
RGB: (117,232,117)

Color info

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

RGB color model

#75E875 color RGB value is (117,232,117).

  • red value is 117;
  • green value is 232;
  • blue value is 117.
RGB:
(117,232,117)
(46%,91%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 232 of 255 = 91%
B 117 of 255 = 46%

117
232
117

R + G + B ~ 61%. #75E875 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 232 + 117 = 466 (100%)
R 117 of 466 ~ 25.11%
G 232 of 466 ~ 49.79%
B 117 of 466 ~ 25.11%

%25.11
%49.79
%25.11

CMYK color model

#75E875 color CMYK value is (50,0,50,9).

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 49.57%
  • key color value is 9.02%
CMYK:
(50,0,50,9)
C50M0Y50K9 
(50%,0%,50%,9%)
(0.50/0.00/0.50/0.09)	

CMYK percentages

%49.57
%0
%49.57
%9.02

Codes

Color #75E875 in popluar color models

75E875
RGB117232117
HSL120°71.43%68.43%
HSB/HSV120°49.57%90.98%
CMYK49.57%0.00%49.57%
9.02%

Color #75E875 in popluar number systems.

HEX75E875
Decimal117232117
Binary1110101111010001110101
Octal165350165

Shades and tints

Shades of #75E875

#75E875
(117,232,117)
#6BD36B
(107,211,107)
#61BE61
(97,190,97)
#57A957
(87,169,87)
#4D944D
(77,148,77)
#437F43
(67,127,67)
#396A39
(57,106,57)
#2F552F
(47,85,47)
#254025
(37,64,37)
#1B2B1B
(27,43,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #75E875

#75E875
(117,232,117)
#81EA81
(129,234,129)
#8DEC8D
(141,236,141)
#99EE99
(153,238,153)
#A5F0A5
(165,240,165)
#B1F2B1
(177,242,177)
#BDF4BD
(189,244,189)
#C9F6C9
(201,246,201)
#D5F8D5
(213,248,213)
#E1FAE1
(225,250,225)
#EDFCED
(237,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75E875; }

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

This text font color is #75E875.


Background Color

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

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

This div background color is #75E875.


Border color

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

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

This div border color is #75E875.


Opacity

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

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

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

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

This text has shadow with #75E875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E875 on black background.


Color preview on white background

This text has color #75E875 on white background.



Black color preview on #75E875 background

This text has black color on #75E875 background.


White color preview on #75E875 background

This text has white color on #75E875 background.