COLOR #75BC51

HEX: #75BC51
RGB: (117,188,81)

Renk bilgisi

#75BC51 contains mainly green color. #75BC51 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#75BC51 color RGB value is (117,188,81).

  • kırmız ton 117;
  • yeşil ton 188;
  • mavi ton 81.
RGB:
(117,188,81)
(46%,74%,32%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 188 of 255 = 74%
B 81 of 255 = 32%

117
188
81

R + G + B ~ 51%. #75BC51 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 188 + 81 = 386 (100%)
R 117 of 386 ~ 30.31%
G 188 of 386 ~ 48.7%
B 81 of 386 ~ 20.98%

%30.31
%48.7
%20.98

CMYK RENK MODELİ

#75BC51 rengi CMYK tonu (38,0,57,26).

  • camgöbeği tonu 37.77%
  • eflatun tonu 0.00%
  • sarı tonu 56.91%
  • ana renk tonu 26.27%
CMYK:
(38,0,57,26)
C38M0Y57K26 
(38%,0%,57%,26%)
(0.38/0.00/0.57/0.26)	

CMYK yüzdeleri

%37.77
%0
%56.91
%26.27

Codes

Color #75BC51 in popluar color models

75BC51
RGB11718881
HSL100°44.40%52.75%
HSB/HSV100°56.91%73.73%
CMYK37.77%0.00%56.91%
26.27%

Color #75BC51 in popluar number systems.

HEX75BC51
Decimal11718881
Binary1110101101111001010001
Octal165274121

Shades and tints

Shades of #75BC51

#75BC51
(117,188,81)
#6BAB4A
(107,171,74)
#619A43
(97,154,67)
#57893C
(87,137,60)
#4D7835
(77,120,53)
#43672E
(67,103,46)
#395627
(57,86,39)
#2F4520
(47,69,32)
#253419
(37,52,25)
#1B2312
(27,35,18)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #75BC51

#75BC51
(117,188,81)
#81C260
(129,194,96)
#8DC86F
(141,200,111)
#99CE7E
(153,206,126)
#A5D48D
(165,212,141)
#B1DA9C
(177,218,156)
#BDE0AB
(189,224,171)
#C9E6BA
(201,230,186)
#D5ECC9
(213,236,201)
#E1F2D8
(225,242,216)
#EDF8E7
(237,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BC51; }

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

This text font color is #75BC51.


Background Color

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

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

This div background color is #75BC51.


Border color

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

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

This div border color is #75BC51.


Opacity

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

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

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

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

This text has shadow with #75BC51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BC51 on black background.


Color preview on white background

This text has color #75BC51 on white background.



Black color preview on #75BC51 background

This text has black color on #75BC51 background.


White color preview on #75BC51 background

This text has white color on #75BC51 background.