COLOR #64C783

HEX: #64C783 RGB: (100,199,131)

Color info

#64C783 contains mainly green color. Web safe color of #64C783 is #66CC99 (or #6C9).

RGB color model

#64C783 color RGB value is (100,199,131).

RGB: (100,199,131) (39%, 78%, 51%)

RGB channels and saturation

R 100 of 255 = 39%
G 199 of 255 = 78%
B 131 of 255 = 51%

100
199
131

R + G + B ~ 56%. #64C783 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 199 + 131 = 430 (100%)
R 100 of 430 ~ 23.26%
G 199 of 430 ~ 46.28%
B 131 of 430 ~ 30.47'%

%23.26
%46.28
%30.47

CMYK color model

#64C783 color CMYK value is (50,0,34,22).

  • cyan value is 49.75%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 21.96%

CMYK: (50,0,34,22)
C50M0Y34K22 (50%, 0%, 34%, 22%)
(0.50 / 0.00 / 0.34 / 0.22)

CMYK percentages

%49.75
%0
%34.17
%21.96

Codes

Color #64C783 in popluar color models

64 C7 83
RGB 100 199 131
HSL 139° 46.92% 58.63%
HSB/HSV 139° 49.75% 78.04%
CMYK 49.75% 0.00% 34.17%
21.96%

Color #64C783 in popluar number systems.

HEX 64 C7 83
Decimal 100 199 131
Binary 1100100 11000111 10000011
Octal 144 307 203

Shades and tints

Shades of #64C783

#64C783
(100,199,131)
#5BB578
(91,181,120)
#52A36D
(82,163,109)
#499162
(73,145,98)
#407F57
(64,127,87)
#376D4C
(55,109,76)
#2E5B41
(46,91,65)
#254936
(37,73,54)
#1C372B
(28,55,43)
#132520
(19,37,32)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #64C783

#64C783
(100,199,131)
#72CC8E
(114,204,142)
#80D199
(128,209,153)
#8ED6A4
(142,214,164)
#9CDBAF
(156,219,175)
#AAE0BA
(170,224,186)
#B8E5C5
(184,229,197)
#C6EAD0
(198,234,208)
#D4EFDB
(212,239,219)
#E2F4E6
(226,244,230)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C783 color. Also use rgb(100,199,131) instead hex code.

Text Font Color

.myTextColor { color: #64C783; }

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

This text font color is #64C783.

Background Color

.myBgColor { background-color: #64C783; }

<div style="background-color:#64C783">Inner text</div>

This div background color is #64C783.

Border color

.myBorderColor { border: 1px solid #64C783; }

<div style="border:3px solid #64C783">Div</div>

This div border color is #64C783.

Opacity

.myOpacity80 { color: #64C783; opacity: 0.8; }

<p style="color:#64C783;opacity:0.8;">80%</p>

Text with #64C783 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 #64C783;}

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

This text has shadow with #64C783 color.


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

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

This text has shadow with #64C783 primary color and red secondary color.


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

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

This text has shadow with #64C783 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64C783.

Preview

Color preview on black background

This text has color #64C783 on black background.


Color preview on white background

This text has color #64C783 on white background.


Black color preview on #64C783 background

This text has black color on #64C783 background.


White color preview on #64C783 background

This text has white color on #64C783 background.


Related colors

Complementary color

Complementary color for #hex is #9B387C.


I love getcolorcode.com

Triadic colors

1 #8364C7 and #C78364 with #64C783 are triadic colors.

2 #83C764 and #C76483 with #64C783 are triadic colors.