COLOR #75FB8A

HEX: #75FB8A
RGB: (117,251,138)

Color info

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

RGB color model

#75FB8A color RGB value is (117,251,138).

  • red value is 117;
  • green value is 251;
  • blue value is 138.
RGB:
(117,251,138)
(46%,98%,54%)

RGB channels and saturation

R 117 of 255 = 46%
G 251 of 255 = 98%
B 138 of 255 = 54%

117
251
138

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

Portions of RGB colors in percentages

R + G + B =
117 + 251 + 138 = 506 (100%)
R 117 of 506 ~ 23.12%
G 251 of 506 ~ 49.6%
B 138 of 506 ~ 27.27%

%23.12
%49.6
%27.27

CMYK color model

#75FB8A color CMYK value is (53,0,45,2).

  • cyan value is 53.39%
  • magenta value is 0.00%
  • yellow value is 45.02%
  • key color value is 1.57%
CMYK:
(53,0,45,2)
C53M0Y45K2 
(53%,0%,45%,2%)
(0.53/0.00/0.45/0.02)	

CMYK percentages

%53.39
%0
%45.02
%1.57

Codes

Color #75FB8A in popluar color models

75FB8A
RGB117251138
HSL129°94.37%72.16%
HSB/HSV129°53.39%98.43%
CMYK53.39%0.00%45.02%
1.57%

Color #75FB8A in popluar number systems.

HEX75FB8A
Decimal117251138
Binary11101011111101110001010
Octal165373212

Shades and tints

Shades of #75FB8A

#75FB8A
(117,251,138)
#6BE57E
(107,229,126)
#61CF72
(97,207,114)
#57B966
(87,185,102)
#4DA35A
(77,163,90)
#438D4E
(67,141,78)
#397742
(57,119,66)
#2F6136
(47,97,54)
#254B2A
(37,75,42)
#1B351E
(27,53,30)
#111F12
(17,31,18)
#000000
(0,0,0)

Tints of #75FB8A

#75FB8A
(117,251,138)
#81FB94
(129,251,148)
#8DFB9E
(141,251,158)
#99FBA8
(153,251,168)
#A5FBB2
(165,251,178)
#B1FBBC
(177,251,188)
#BDFBC6
(189,251,198)
#C9FBD0
(201,251,208)
#D5FBDA
(213,251,218)
#E1FBE4
(225,251,228)
#EDFBEE
(237,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75FB8A; }

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

This text font color is #75FB8A.


Background Color

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

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

This div background color is #75FB8A.


Border color

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

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

This div border color is #75FB8A.


Opacity

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

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

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

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

This text has shadow with #75FB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75FB8A on black background.


Color preview on white background

This text has color #75FB8A on white background.



Black color preview on #75FB8A background

This text has black color on #75FB8A background.


White color preview on #75FB8A background

This text has white color on #75FB8A background.