COLOR #63DD5E

HEX: #63DD5E RGB: (99,221,94)

Color info

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

RGB color model

#63DD5E color RGB value is (99,221,94).

RGB: (99,221,94) (39%, 87%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 221 of 255 = 87%
B 94 of 255 = 37%

99
221
94

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

Portions of RGB colors in percentages

R + G + B = 99 + 221 + 94 = 414 (100%)
R 99 of 414 ~ 23.91%
G 221 of 414 ~ 53.38%
B 94 of 414 ~ 22.71'%

%23.91
%53.38
%22.71

CMYK color model

#63DD5E color CMYK value is (55,0,57,13).

  • cyan value is 55.20%
  • magenta value is 0.00%
  • yellow value is 57.47%
  • key color value is 13.33%

CMYK: (55,0,57,13)
C55M0Y57K13 (55%, 0%, 57%, 13%)
(0.55 / 0.00 / 0.57 / 0.13)

CMYK percentages

%55.2
%0
%57.47
%13.33

Codes

Color #63DD5E in popluar color models

63 DD 5E
RGB 99 221 94
HSL 118° 65.13% 61.76%
HSB/HSV 118° 57.47% 86.67%
CMYK 55.20% 0.00% 57.47%
13.33%

Color #63DD5E in popluar number systems.

HEX 63 DD 5E
Decimal 99 221 94
Binary 1100011 11011101 1011110
Octal 143 335 136

Shades and tints

Shades of #63DD5E

#63DD5E
(99,221,94)
#5AC956
(90,201,86)
#51B54E
(81,181,78)
#48A146
(72,161,70)
#3F8D3E
(63,141,62)
#367936
(54,121,54)
#2D652E
(45,101,46)
#245126
(36,81,38)
#1B3D1E
(27,61,30)
#122916
(18,41,22)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #63DD5E

#63DD5E
(99,221,94)
#71E06C
(113,224,108)
#7FE37A
(127,227,122)
#8DE688
(141,230,136)
#9BE996
(155,233,150)
#A9ECA4
(169,236,164)
#B7EFB2
(183,239,178)
#C5F2C0
(197,242,192)
#D3F5CE
(211,245,206)
#E1F8DC
(225,248,220)
#EFFBEA
(239,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63DD5E color. Also use rgb(99,221,94) instead hex code.

Text Font Color

.myTextColor { color: #63DD5E; }

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

This text font color is #63DD5E.

Background Color

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

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

This div background color is #63DD5E.

Border color

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

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

This div border color is #63DD5E.

Opacity

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

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

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

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

This text has shadow with #63DD5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63DD5E.

Preview

Color preview on black background

This text has color #63DD5E on black background.


Color preview on white background

This text has color #63DD5E on white background.


Black color preview on #63DD5E background

This text has black color on #63DD5E background.


White color preview on #63DD5E background

This text has white color on #63DD5E background.


Related colors

Complementary color

Complementary color for #hex is #9C22A1.


I love getcolorcode.com

Triadic colors

1 #5E63DD and #DD5E63 with #63DD5E are triadic colors.

2 #5EDD63 and #DD635E with #63DD5E are triadic colors.