COLOR #6CDB68

HEX: #6CDB68
RGB: (108,219,104)

Renk bilgisi

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

RGB renk modeli

#6CDB68 color RGB value is (108,219,104).

  • kırmız ton 108;
  • yeşil ton 219;
  • mavi ton 104.
RGB:
(108,219,104)
(42%,86%,41%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 219 of 255 = 86%
B 104 of 255 = 41%

108
219
104

R + G + B ~ 56%. #6CDB68 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 219 + 104 = 431 (100%)
R 108 of 431 ~ 25.06%
G 219 of 431 ~ 50.81%
B 104 of 431 ~ 24.13%

%25.06
%50.81
%24.13

CMYK RENK MODELİ

#6CDB68 rengi CMYK tonu (51,0,53,14).

  • camgöbeği tonu 50.68%
  • eflatun tonu 0.00%
  • sarı tonu 52.51%
  • ana renk tonu 14.12%
CMYK:
(51,0,53,14)
C51M0Y53K14 
(51%,0%,53%,14%)
(0.51/0.00/0.53/0.14)	

CMYK yüzdeleri

%50.68
%0
%52.51
%14.12

Codes

Color #6CDB68 in popluar color models

6CDB68
RGB108219104
HSL118°61.50%63.33%
HSB/HSV118°52.51%85.88%
CMYK50.68%0.00%52.51%
14.12%

Color #6CDB68 in popluar number systems.

HEX6CDB68
Decimal108219104
Binary1101100110110111101000
Octal154333150

Shades and tints

Shades of #6CDB68

#6CDB68
(108,219,104)
#63C85F
(99,200,95)
#5AB556
(90,181,86)
#51A24D
(81,162,77)
#488F44
(72,143,68)
#3F7C3B
(63,124,59)
#366932
(54,105,50)
#2D5629
(45,86,41)
#244320
(36,67,32)
#1B3017
(27,48,23)
#121D0E
(18,29,14)
#000000
(0,0,0)

Tints of #6CDB68

#6CDB68
(108,219,104)
#79DE75
(121,222,117)
#86E182
(134,225,130)
#93E48F
(147,228,143)
#A0E79C
(160,231,156)
#ADEAA9
(173,234,169)
#BAEDB6
(186,237,182)
#C7F0C3
(199,240,195)
#D4F3D0
(212,243,208)
#E1F6DD
(225,246,221)
#EEF9EA
(238,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDB68 color. Also use rgb(108,219,104) instead hex code.

Text Font Color

.myTextColor { color: #6CDB68; }

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

This text font color is #6CDB68.


Background Color

.myBgColor { background-color: #6CDB68; }

<div style="background-color:#6CDB68">Inner text</div>

This div background color is #6CDB68.


Border color

.myBorderColor { border: 1px solid #6CDB68; }

<div style="border:3px solid #6CDB68">Div</div>

This div border color is #6CDB68.


Opacity

.myOpacity80 { color: #6CDB68; opacity: 0.8; }

<p style="color:#6CDB68;opacity:0.8;">80%</p>

Text with #6CDB68 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 #6CDB68;}

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

This text has shadow with #6CDB68 color.

.textShadow {text-shadow: 3px 3px 1px #6CDB68, 3px 3px 1px red;}

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

This text has shadow with #6CDB68 primary color and red secondary color.


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

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

This text has shadow with #6CDB68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CDB68 on black background.


Color preview on white background

This text has color #6CDB68 on white background.



Black color preview on #6CDB68 background

This text has black color on #6CDB68 background.


White color preview on #6CDB68 background

This text has white color on #6CDB68 background.