COLOR #68E470

HEX: #68E470
RGB: (104,228,112)

Renk bilgisi

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

RGB renk modeli

#68E470 color RGB value is (104,228,112).

  • kırmız ton 104;
  • yeşil ton 228;
  • mavi ton 112.
RGB:
(104,228,112)
(41%,89%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 228 of 255 = 89%
B 112 of 255 = 44%

104
228
112

R + G + B ~ 58%. #68E470 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 228 + 112 = 444 (100%)
R 104 of 444 ~ 23.42%
G 228 of 444 ~ 51.35%
B 112 of 444 ~ 25.23%

%23.42
%51.35
%25.23

CMYK RENK MODELİ

#68E470 rengi CMYK tonu (54,0,51,11).

  • camgöbeği tonu 54.39%
  • eflatun tonu 0.00%
  • sarı tonu 50.88%
  • ana renk tonu 10.59%
CMYK:
(54,0,51,11)
C54M0Y51K11 
(54%,0%,51%,11%)
(0.54/0.00/0.51/0.11)	

CMYK yüzdeleri

%54.39
%0
%50.88
%10.59

Codes

Color #68E470 in popluar color models

68E470
RGB104228112
HSL124°69.66%65.10%
HSB/HSV124°54.39%89.41%
CMYK54.39%0.00%50.88%
10.59%

Color #68E470 in popluar number systems.

HEX68E470
Decimal104228112
Binary1101000111001001110000
Octal150344160

Shades and tints

Shades of #68E470

#68E470
(104,228,112)
#5FD066
(95,208,102)
#56BC5C
(86,188,92)
#4DA852
(77,168,82)
#449448
(68,148,72)
#3B803E
(59,128,62)
#326C34
(50,108,52)
#29582A
(41,88,42)
#204420
(32,68,32)
#173016
(23,48,22)
#0E1C0C
(14,28,12)
#000000
(0,0,0)

Tints of #68E470

#68E470
(104,228,112)
#75E67D
(117,230,125)
#82E88A
(130,232,138)
#8FEA97
(143,234,151)
#9CECA4
(156,236,164)
#A9EEB1
(169,238,177)
#B6F0BE
(182,240,190)
#C3F2CB
(195,242,203)
#D0F4D8
(208,244,216)
#DDF6E5
(221,246,229)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68E470 color. Also use rgb(104,228,112) instead hex code.

Text Font Color

.myTextColor { color: #68E470; }

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

This text font color is #68E470.


Background Color

.myBgColor { background-color: #68E470; }

<div style="background-color:#68E470">Inner text</div>

This div background color is #68E470.


Border color

.myBorderColor { border: 1px solid #68E470; }

<div style="border:3px solid #68E470">Div</div>

This div border color is #68E470.


Opacity

.myOpacity80 { color: #68E470; opacity: 0.8; }

<p style="color:#68E470;opacity:0.8;">80%</p>

Text with #68E470 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 #68E470;}

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

This text has shadow with #68E470 color.

.textShadow {text-shadow: 3px 3px 1px #68E470, 3px 3px 1px red;}

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

This text has shadow with #68E470 primary color and red secondary color.


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

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

This text has shadow with #68E470 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68E470 on black background.


Color preview on white background

This text has color #68E470 on white background.



Black color preview on #68E470 background

This text has black color on #68E470 background.


White color preview on #68E470 background

This text has white color on #68E470 background.