COLOR #6CCA65

HEX: #6CCA65 RGB: (108,202,101)

Color info

#6CCA65 contains mainly green color. Web safe color of #6CCA65 is #66CC66 (or #6C6).

RGB color model

#6CCA65 color RGB value is (108,202,101).

RGB: (108,202,101) (42%, 79%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 202 of 255 = 79%
B 101 of 255 = 40%

108
202
101

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

Portions of RGB colors in percentages

R + G + B = 108 + 202 + 101 = 411 (100%)
R 108 of 411 ~ 26.28%
G 202 of 411 ~ 49.15%
B 101 of 411 ~ 24.57'%

%26.28
%49.15
%24.57

CMYK color model

#6CCA65 color CMYK value is (47,0,50,21).

  • cyan value is 46.53%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 20.78%
CMYK: (47,0,50,21) C47M0Y50K21 (47%,0%,50%,21%) (0.47/0.00/0.50/0.21) 

CMYK percentages

%46.53
%0
%50
%20.78

Codes

Color #6CCA65 in popluar color models

6C CA 65
RGB 108 202 101
HSL 116° 48.79% 59.41%
HSB/HSV 116° 50.00% 79.22%
CMYK 46.53% 0.00% 50.00%
20.78%

Color #6CCA65 in popluar number systems.

HEX 6C CA 65
Decimal 108 202 101
Binary 1101100 11001010 1100101
Octal 154 312 145

Shades and tints

Shades of #6CCA65

#6CCA65
(108,202,101)
#63B85C
(99,184,92)
#5AA653
(90,166,83)
#51944A
(81,148,74)
#488241
(72,130,65)
#3F7038
(63,112,56)
#365E2F
(54,94,47)
#2D4C26
(45,76,38)
#243A1D
(36,58,29)
#1B2814
(27,40,20)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #6CCA65

#6CCA65
(108,202,101)
#79CE73
(121,206,115)
#86D281
(134,210,129)
#93D68F
(147,214,143)
#A0DA9D
(160,218,157)
#ADDEAB
(173,222,171)
#BAE2B9
(186,226,185)
#C7E6C7
(199,230,199)
#D4EAD5
(212,234,213)
#E1EEE3
(225,238,227)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCA65 color. Also use rgb(108,202,101) instead hex code.

Text Font Color

.myTextColor { color: #6CCA65; }

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

This text font color is #6CCA65.

Background Color

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

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

This div background color is #6CCA65.

Border color

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

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

This div border color is #6CCA65.

Opacity

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

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

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

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

This text has shadow with #6CCA65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CCA65.

Preview

Color preview on black background

This text has color #6CCA65 on black background.


Color preview on white background

This text has color #6CCA65 on white background.


Black color preview on #6CCA65 background

This text has black color on #6CCA65 background.


White color preview on #6CCA65 background

This text has white color on #6CCA65 background.


Related colors

Complementary color

Complementary color for #hex is #93359A.


I love getcolorcode.com

Triadic colors

1 #656CCA and #CA656C with #6CCA65 are triadic colors.

2 #65CA6C and #CA6C65 with #6CCA65 are triadic colors.