COLOR #63C264

HEX: #63C264 RGB: (99,194,100)

Color info

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

RGB color model

#63C264 color RGB value is (99,194,100).

RGB: (99,194,100) (39%, 76%, 39%)

RGB channels and saturation

R 99 of 255 = 39%
G 194 of 255 = 76%
B 100 of 255 = 39%

99
194
100

R + G + B ~ 51%. #63C264 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 194 + 100 = 393 (100%)
R 99 of 393 ~ 25.19%
G 194 of 393 ~ 49.36%
B 100 of 393 ~ 25.45'%

%25.19
%49.36
%25.45

CMYK color model

#63C264 color CMYK value is (49,0,48,24).

  • cyan value is 48.97%
  • magenta value is 0.00%
  • yellow value is 48.45%
  • key color value is 23.92%

CMYK: (49,0,48,24)
C49M0Y48K24 (49%, 0%, 48%, 24%)
(0.49 / 0.00 / 0.48 / 0.24)

CMYK percentages

%48.97
%0
%48.45
%23.92

Codes

Color #63C264 in popluar color models

63 C2 64
RGB 99 194 100
HSL 121° 43.78% 57.45%
HSB/HSV 121° 48.97% 76.08%
CMYK 48.97% 0.00% 48.45%
23.92%

Color #63C264 in popluar number systems.

HEX 63 C2 64
Decimal 99 194 100
Binary 1100011 11000010 1100100
Octal 143 302 144

Shades and tints

Shades of #63C264

#63C264
(99,194,100)
#5AB15B
(90,177,91)
#51A052
(81,160,82)
#488F49
(72,143,73)
#3F7E40
(63,126,64)
#366D37
(54,109,55)
#2D5C2E
(45,92,46)
#244B25
(36,75,37)
#1B3A1C
(27,58,28)
#122913
(18,41,19)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #63C264

#63C264
(99,194,100)
#71C772
(113,199,114)
#7FCC80
(127,204,128)
#8DD18E
(141,209,142)
#9BD69C
(155,214,156)
#A9DBAA
(169,219,170)
#B7E0B8
(183,224,184)
#C5E5C6
(197,229,198)
#D3EAD4
(211,234,212)
#E1EFE2
(225,239,226)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C264 color. Also use rgb(99,194,100) instead hex code.

Text Font Color

.myTextColor { color: #63C264; }

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

This text font color is #63C264.

Background Color

.myBgColor { background-color: #63C264; }

<div style="background-color:#63C264">Inner text</div>

This div background color is #63C264.

Border color

.myBorderColor { border: 1px solid #63C264; }

<div style="border:3px solid #63C264">Div</div>

This div border color is #63C264.

Opacity

.myOpacity80 { color: #63C264; opacity: 0.8; }

<p style="color:#63C264;opacity:0.8;">80%</p>

Text with #63C264 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 #63C264;}

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

This text has shadow with #63C264 color.


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

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

This text has shadow with #63C264 primary color and red secondary color.


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

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

This text has shadow with #63C264 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #63C264.

Preview

Color preview on black background

This text has color #63C264 on black background.


Color preview on white background

This text has color #63C264 on white background.


Black color preview on #63C264 background

This text has black color on #63C264 background.


White color preview on #63C264 background

This text has white color on #63C264 background.


Related colors

Complementary color

Complementary color for #hex is #9C3D9B.


I love getcolorcode.com

Triadic colors

1 #6463C2 and #C26463 with #63C264 are triadic colors.

2 #64C263 and #C26364 with #63C264 are triadic colors.