COLOR #6CCC63

HEX: #6CCC63
RGB: (108,204,99)

Renk bilgisi

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

RGB renk modeli

#6CCC63 color RGB value is (108,204,99).

  • kırmız ton 108;
  • yeşil ton 204;
  • mavi ton 99.
RGB:
(108,204,99)
(42%,80%,39%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 204 of 255 = 80%
B 99 of 255 = 39%

108
204
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 204 + 99 = 411 (100%)
R 108 of 411 ~ 26.28%
G 204 of 411 ~ 49.64%
B 99 of 411 ~ 24.09%

%26.28
%49.64
%24.09

CMYK RENK MODELİ

#6CCC63 rengi CMYK tonu (47,0,51,20).

  • camgöbeği tonu 47.06%
  • eflatun tonu 0.00%
  • sarı tonu 51.47%
  • ana renk tonu 20.00%
CMYK:
(47,0,51,20)
C47M0Y51K20 
(47%,0%,51%,20%)
(0.47/0.00/0.51/0.20)	

CMYK yüzdeleri

%47.06
%0
%51.47
%20

Codes

Color #6CCC63 in popluar color models

6CCC63
RGB10820499
HSL115°50.72%59.41%
HSB/HSV115°51.47%80.00%
CMYK47.06%0.00%51.47%
20.00%

Color #6CCC63 in popluar number systems.

HEX6CCC63
Decimal10820499
Binary1101100110011001100011
Octal154314143

Shades and tints

Shades of #6CCC63

#6CCC63
(108,204,99)
#63BA5A
(99,186,90)
#5AA851
(90,168,81)
#519648
(81,150,72)
#48843F
(72,132,63)
#3F7236
(63,114,54)
#36602D
(54,96,45)
#2D4E24
(45,78,36)
#243C1B
(36,60,27)
#1B2A12
(27,42,18)
#121809
(18,24,9)
#000000
(0,0,0)

Tints of #6CCC63

#6CCC63
(108,204,99)
#79D071
(121,208,113)
#86D47F
(134,212,127)
#93D88D
(147,216,141)
#A0DC9B
(160,220,155)
#ADE0A9
(173,224,169)
#BAE4B7
(186,228,183)
#C7E8C5
(199,232,197)
#D4ECD3
(212,236,211)
#E1F0E1
(225,240,225)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCC63 color. Also use rgb(108,204,99) instead hex code.

Text Font Color

.myTextColor { color: #6CCC63; }

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

This text font color is #6CCC63.


Background Color

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

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

This div background color is #6CCC63.


Border color

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

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

This div border color is #6CCC63.


Opacity

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

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

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

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

This text has shadow with #6CCC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCC63 on black background.


Color preview on white background

This text has color #6CCC63 on white background.



Black color preview on #6CCC63 background

This text has black color on #6CCC63 background.


White color preview on #6CCC63 background

This text has white color on #6CCC63 background.