COLOR #75F491

HEX: #75F491
RGB: (117,244,145)

Color info

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

RGB color model

#75F491 color RGB value is (117,244,145).

  • red value is 117;
  • green value is 244;
  • blue value is 145.
RGB:
(117,244,145)
(46%,96%,57%)

RGB channels and saturation

R 117 of 255 = 46%
G 244 of 255 = 96%
B 145 of 255 = 57%

117
244
145

R + G + B ~ 66%. #75F491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 244 + 145 = 506 (100%)
R 117 of 506 ~ 23.12%
G 244 of 506 ~ 48.22%
B 145 of 506 ~ 28.66%

%23.12
%48.22
%28.66

CMYK color model

#75F491 color CMYK value is (52,0,41,4).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 4.31%
CMYK:
(52,0,41,4)
C52M0Y41K4 
(52%,0%,41%,4%)
(0.52/0.00/0.41/0.04)	

CMYK percentages

%52.05
%0
%40.57
%4.31

Codes

Color #75F491 in popluar color models

75F491
RGB117244145
HSL133°85.23%70.78%
HSB/HSV133°52.05%95.69%
CMYK52.05%0.00%40.57%
4.31%

Color #75F491 in popluar number systems.

HEX75F491
Decimal117244145
Binary11101011111010010010001
Octal165364221

Shades and tints

Shades of #75F491

#75F491
(117,244,145)
#6BDE84
(107,222,132)
#61C877
(97,200,119)
#57B26A
(87,178,106)
#4D9C5D
(77,156,93)
#438650
(67,134,80)
#397043
(57,112,67)
#2F5A36
(47,90,54)
#254429
(37,68,41)
#1B2E1C
(27,46,28)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #75F491

#75F491
(117,244,145)
#81F59B
(129,245,155)
#8DF6A5
(141,246,165)
#99F7AF
(153,247,175)
#A5F8B9
(165,248,185)
#B1F9C3
(177,249,195)
#BDFACD
(189,250,205)
#C9FBD7
(201,251,215)
#D5FCE1
(213,252,225)
#E1FDEB
(225,253,235)
#EDFEF5
(237,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75F491; }

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

This text font color is #75F491.


Background Color

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

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

This div background color is #75F491.


Border color

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

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

This div border color is #75F491.


Opacity

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

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

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

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

This text has shadow with #75F491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75F491 on black background.


Color preview on white background

This text has color #75F491 on white background.



Black color preview on #75F491 background

This text has black color on #75F491 background.


White color preview on #75F491 background

This text has white color on #75F491 background.