COLOR #6CC95D

HEX: #6CC95D
RGB: (108,201,93)

Renk bilgisi

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

RGB renk modeli

#6CC95D color RGB value is (108,201,93).

  • kırmız ton 108;
  • yeşil ton 201;
  • mavi ton 93.
RGB:
(108,201,93)
(42%,79%,36%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 201 of 255 = 79%
B 93 of 255 = 36%

108
201
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 201 + 93 = 402 (100%)
R 108 of 402 ~ 26.87%
G 201 of 402 ~ 50%
B 93 of 402 ~ 23.13%

%26.87
%50
%23.13

CMYK RENK MODELİ

#6CC95D rengi CMYK tonu (46,0,54,21).

  • camgöbeği tonu 46.27%
  • eflatun tonu 0.00%
  • sarı tonu 53.73%
  • ana renk tonu 21.18%
CMYK:
(46,0,54,21)
C46M0Y54K21 
(46%,0%,54%,21%)
(0.46/0.00/0.54/0.21)	

CMYK yüzdeleri

%46.27
%0
%53.73
%21.18

Codes

Color #6CC95D in popluar color models

6CC95D
RGB10820193
HSL112°50.00%57.65%
HSB/HSV112°53.73%78.82%
CMYK46.27%0.00%53.73%
21.18%

Color #6CC95D in popluar number systems.

HEX6CC95D
Decimal10820193
Binary1101100110010011011101
Octal154311135

Shades and tints

Shades of #6CC95D

#6CC95D
(108,201,93)
#63B755
(99,183,85)
#5AA54D
(90,165,77)
#519345
(81,147,69)
#48813D
(72,129,61)
#3F6F35
(63,111,53)
#365D2D
(54,93,45)
#2D4B25
(45,75,37)
#24391D
(36,57,29)
#1B2715
(27,39,21)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #6CC95D

#6CC95D
(108,201,93)
#79CD6B
(121,205,107)
#86D179
(134,209,121)
#93D587
(147,213,135)
#A0D995
(160,217,149)
#ADDDA3
(173,221,163)
#BAE1B1
(186,225,177)
#C7E5BF
(199,229,191)
#D4E9CD
(212,233,205)
#E1EDDB
(225,237,219)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC95D color. Also use rgb(108,201,93) instead hex code.

Text Font Color

.myTextColor { color: #6CC95D; }

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

This text font color is #6CC95D.


Background Color

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

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

This div background color is #6CC95D.


Border color

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

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

This div border color is #6CC95D.


Opacity

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

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

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

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

This text has shadow with #6CC95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC95D on black background.


Color preview on white background

This text has color #6CC95D on white background.



Black color preview on #6CC95D background

This text has black color on #6CC95D background.


White color preview on #6CC95D background

This text has white color on #6CC95D background.