COLOR #63D068

HEX: #63D068 RGB: (99,208,104)

Color info

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

RGB color model

#63D068 color RGB value is (99,208,104).

RGB: (99,208,104) (39%, 82%, 41%)

RGB channels and saturation

R 99 of 255 = 39%
G 208 of 255 = 82%
B 104 of 255 = 41%

99
208
104

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

Portions of RGB colors in percentages

R + G + B = 99 + 208 + 104 = 411 (100%)
R 99 of 411 ~ 24.09%
G 208 of 411 ~ 50.61%
B 104 of 411 ~ 25.3'%

%24.09
%50.61
%25.3

CMYK color model

#63D068 color CMYK value is (52,0,50,18).

  • cyan value is 52.40%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 18.43%

CMYK: (52,0,50,18)
C52M0Y50K18 (52%, 0%, 50%, 18%)
(0.52 / 0.00 / 0.50 / 0.18)

CMYK percentages

%52.4
%0
%50
%18.43

Codes

Color #63D068 in popluar color models

63 D0 68
RGB 99 208 104
HSL 123° 53.69% 60.20%
HSB/HSV 123° 52.40% 81.57%
CMYK 52.40% 0.00% 50.00%
18.43%

Color #63D068 in popluar number systems.

HEX 63 D0 68
Decimal 99 208 104
Binary 1100011 11010000 1101000
Octal 143 320 150

Shades and tints

Shades of #63D068

#63D068
(99,208,104)
#5ABE5F
(90,190,95)
#51AC56
(81,172,86)
#489A4D
(72,154,77)
#3F8844
(63,136,68)
#36763B
(54,118,59)
#2D6432
(45,100,50)
#245229
(36,82,41)
#1B4020
(27,64,32)
#122E17
(18,46,23)
#091C0E
(9,28,14)
#000000
(0,0,0)

Tints of #63D068

#63D068
(99,208,104)
#71D475
(113,212,117)
#7FD882
(127,216,130)
#8DDC8F
(141,220,143)
#9BE09C
(155,224,156)
#A9E4A9
(169,228,169)
#B7E8B6
(183,232,182)
#C5ECC3
(197,236,195)
#D3F0D0
(211,240,208)
#E1F4DD
(225,244,221)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D068 color. Also use rgb(99,208,104) instead hex code.

Text Font Color

.myTextColor { color: #63D068; }

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

This text font color is #63D068.

Background Color

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

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

This div background color is #63D068.

Border color

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

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

This div border color is #63D068.

Opacity

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

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

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

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

This text has shadow with #63D068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63D068.

Preview

Color preview on black background

This text has color #63D068 on black background.


Color preview on white background

This text has color #63D068 on white background.


Black color preview on #63D068 background

This text has black color on #63D068 background.


White color preview on #63D068 background

This text has white color on #63D068 background.


Related colors

Complementary color

Complementary color for #hex is #9C2F97.


I love getcolorcode.com

Triadic colors

1 #6863D0 and #D06863 with #63D068 are triadic colors.

2 #68D063 and #D06368 with #63D068 are triadic colors.