COLOR #75E476

HEX: #75E476
RGB: (117,228,118)

Renk bilgisi

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

RGB renk modeli

#75E476 color RGB value is (117,228,118).

  • kırmız ton 117;
  • yeşil ton 228;
  • mavi ton 118.
RGB:
(117,228,118)
(46%,89%,46%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 228 of 255 = 89%
B 118 of 255 = 46%

117
228
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 228 + 118 = 463 (100%)
R 117 of 463 ~ 25.27%
G 228 of 463 ~ 49.24%
B 118 of 463 ~ 25.49%

%25.27
%49.24
%25.49

CMYK RENK MODELİ

#75E476 rengi CMYK tonu (49,0,48,11).

  • camgöbeği tonu 48.68%
  • eflatun tonu 0.00%
  • sarı tonu 48.25%
  • ana renk tonu 10.59%
CMYK:
(49,0,48,11)
C49M0Y48K11 
(49%,0%,48%,11%)
(0.49/0.00/0.48/0.11)	

CMYK yüzdeleri

%48.68
%0
%48.25
%10.59

Codes

Color #75E476 in popluar color models

75E476
RGB117228118
HSL121°67.27%67.65%
HSB/HSV121°48.68%89.41%
CMYK48.68%0.00%48.25%
10.59%

Color #75E476 in popluar number systems.

HEX75E476
Decimal117228118
Binary1110101111001001110110
Octal165344166

Shades and tints

Shades of #75E476

#75E476
(117,228,118)
#6BD06C
(107,208,108)
#61BC62
(97,188,98)
#57A858
(87,168,88)
#4D944E
(77,148,78)
#438044
(67,128,68)
#396C3A
(57,108,58)
#2F5830
(47,88,48)
#254426
(37,68,38)
#1B301C
(27,48,28)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #75E476

#75E476
(117,228,118)
#81E682
(129,230,130)
#8DE88E
(141,232,142)
#99EA9A
(153,234,154)
#A5ECA6
(165,236,166)
#B1EEB2
(177,238,178)
#BDF0BE
(189,240,190)
#C9F2CA
(201,242,202)
#D5F4D6
(213,244,214)
#E1F6E2
(225,246,226)
#EDF8EE
(237,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75E476; }

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

This text font color is #75E476.


Background Color

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

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

This div background color is #75E476.


Border color

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

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

This div border color is #75E476.


Opacity

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

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

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

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

This text has shadow with #75E476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E476 on black background.


Color preview on white background

This text has color #75E476 on white background.



Black color preview on #75E476 background

This text has black color on #75E476 background.


White color preview on #75E476 background

This text has white color on #75E476 background.