COLOR #63C275

HEX: #63C275 RGB: (99,194,117)

Color info

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

RGB color model

#63C275 color RGB value is (99,194,117).

RGB: (99,194,117) (39%, 76%, 46%)

RGB channels and saturation

R 99 of 255 = 39%
G 194 of 255 = 76%
B 117 of 255 = 46%

99
194
117

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

Portions of RGB colors in percentages

R + G + B = 99 + 194 + 117 = 410 (100%)
R 99 of 410 ~ 24.15%
G 194 of 410 ~ 47.32%
B 117 of 410 ~ 28.54'%

%24.15
%47.32
%28.54

CMYK color model

#63C275 color CMYK value is (49,0,40,24).

  • cyan value is 48.97%
  • magenta value is 0.00%
  • yellow value is 39.69%
  • key color value is 23.92%
CMYK: (49,0,40,24) C49M0Y40K24 (49%,0%,40%,24%) (0.49/0.00/0.40/0.24) 

CMYK percentages

%48.97
%0
%39.69
%23.92

Codes

Color #63C275 in popluar color models

63 C2 75
RGB 99 194 117
HSL 131° 43.78% 57.45%
HSB/HSV 131° 48.97% 76.08%
CMYK 48.97% 0.00% 39.69%
23.92%

Color #63C275 in popluar number systems.

HEX 63 C2 75
Decimal 99 194 117
Binary 1100011 11000010 1110101
Octal 143 302 165

Shades and tints

Shades of #63C275

#63C275
(99,194,117)
#5AB16B
(90,177,107)
#51A061
(81,160,97)
#488F57
(72,143,87)
#3F7E4D
(63,126,77)
#366D43
(54,109,67)
#2D5C39
(45,92,57)
#244B2F
(36,75,47)
#1B3A25
(27,58,37)
#12291B
(18,41,27)
#091811
(9,24,17)
#000000
(0,0,0)

Tints of #63C275

#63C275
(99,194,117)
#71C781
(113,199,129)
#7FCC8D
(127,204,141)
#8DD199
(141,209,153)
#9BD6A5
(155,214,165)
#A9DBB1
(169,219,177)
#B7E0BD
(183,224,189)
#C5E5C9
(197,229,201)
#D3EAD5
(211,234,213)
#E1EFE1
(225,239,225)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63C275; }

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

This text font color is #63C275.

Background Color

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

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

This div background color is #63C275.

Border color

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

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

This div border color is #63C275.

Opacity

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

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

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

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

This text has shadow with #63C275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63C275.

Preview

Color preview on black background

This text has color #63C275 on black background.


Color preview on white background

This text has color #63C275 on white background.


Black color preview on #63C275 background

This text has black color on #63C275 background.


White color preview on #63C275 background

This text has white color on #63C275 background.


Related colors

Complementary color

Complementary color for #hex is #9C3D8A.


I love getcolorcode.com

Triadic colors

1 #7563C2 and #C27563 with #63C275 are triadic colors.

2 #75C263 and #C26375 with #63C275 are triadic colors.