COLOR #75D988

HEX: #75D988
RGB: (117,217,136)

Renk bilgisi

#75D988 contains mainly green color. #75D988 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#75D988 color RGB value is (117,217,136).

  • kırmız ton 117;
  • yeşil ton 217;
  • mavi ton 136.
RGB:
(117,217,136)
(46%,85%,53%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 217 of 255 = 85%
B 136 of 255 = 53%

117
217
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 217 + 136 = 470 (100%)
R 117 of 470 ~ 24.89%
G 217 of 470 ~ 46.17%
B 136 of 470 ~ 28.94%

%24.89
%46.17
%28.94

CMYK RENK MODELİ

#75D988 rengi CMYK tonu (46,0,37,15).

  • camgöbeği tonu 46.08%
  • eflatun tonu 0.00%
  • sarı tonu 37.33%
  • ana renk tonu 14.90%
CMYK:
(46,0,37,15)
C46M0Y37K15 
(46%,0%,37%,15%)
(0.46/0.00/0.37/0.15)	

CMYK yüzdeleri

%46.08
%0
%37.33
%14.9

Codes

Color #75D988 in popluar color models

75D988
RGB117217136
HSL131°56.82%65.49%
HSB/HSV131°46.08%85.10%
CMYK46.08%0.00%37.33%
14.90%

Color #75D988 in popluar number systems.

HEX75D988
Decimal117217136
Binary11101011101100110001000
Octal165331210

Shades and tints

Shades of #75D988

#75D988
(117,217,136)
#6BC67C
(107,198,124)
#61B370
(97,179,112)
#57A064
(87,160,100)
#4D8D58
(77,141,88)
#437A4C
(67,122,76)
#396740
(57,103,64)
#2F5434
(47,84,52)
#254128
(37,65,40)
#1B2E1C
(27,46,28)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #75D988

#75D988
(117,217,136)
#81DC92
(129,220,146)
#8DDF9C
(141,223,156)
#99E2A6
(153,226,166)
#A5E5B0
(165,229,176)
#B1E8BA
(177,232,186)
#BDEBC4
(189,235,196)
#C9EECE
(201,238,206)
#D5F1D8
(213,241,216)
#E1F4E2
(225,244,226)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75D988; }

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

This text font color is #75D988.


Background Color

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

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

This div background color is #75D988.


Border color

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

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

This div border color is #75D988.


Opacity

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

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

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

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

This text has shadow with #75D988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D988 on black background.


Color preview on white background

This text has color #75D988 on white background.



Black color preview on #75D988 background

This text has black color on #75D988 background.


White color preview on #75D988 background

This text has white color on #75D988 background.