COLOR #13D664

HEX: #13D664 RGB: (19,214,100)

Color info

#13D664 contains mainly green color. Web safe color of #13D664 is #00CC66 (or #0C6).

RGB color model

#13D664 color RGB value is (19,214,100).

RGB: (19,214,100) (7%, 84%, 39%)

RGB channels and saturation

R 19 of 255 = 7%
G 214 of 255 = 84%
B 100 of 255 = 39%

19
214
100

R + G + B ~ 43%. #13D664 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 19 + 214 + 100 = 333 (100%)
R 19 of 333 ~ 5.71%
G 214 of 333 ~ 64.26%
B 100 of 333 ~ 30.03'%

%64.26
%30.03

CMYK color model

#13D664 color CMYK value is (91,0,53,16).

  • cyan value is 91.12%
  • magenta value is 0.00%
  • yellow value is 53.27%
  • key color value is 16.08%

CMYK: (91,0,53,16)
C91M0Y53K16 (91%, 0%, 53%, 16%)
(0.91 / 0.00 / 0.53 / 0.16)

CMYK percentages

%91.12
%0
%53.27
%16.08

Codes

Color #13D664 in popluar color models

13 D6 64
RGB 19 214 100
HSL 145° 83.69% 45.69%
HSB/HSV 145° 91.12% 83.92%
CMYK 91.12% 0.00% 53.27%
16.08%

Color #13D664 in popluar number systems.

HEX 13 D6 64
Decimal 19 214 100
Binary 10011 11010110 1100100
Octal 23 326 144

Shades and tints

Shades of #13D664

#13D664
(19,214,100)
#12C35B
(18,195,91)
#11B052
(17,176,82)
#109D49
(16,157,73)
#0F8A40
(15,138,64)
#0E7737
(14,119,55)
#0D642E
(13,100,46)
#0C5125
(12,81,37)
#0B3E1C
(11,62,28)
#0A2B13
(10,43,19)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #13D664

#13D664
(19,214,100)
#28D972
(40,217,114)
#3DDC80
(61,220,128)
#52DF8E
(82,223,142)
#67E29C
(103,226,156)
#7CE5AA
(124,229,170)
#91E8B8
(145,232,184)
#A6EBC6
(166,235,198)
#BBEED4
(187,238,212)
#D0F1E2
(208,241,226)
#E5F4F0
(229,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13D664 color. Also use rgb(19,214,100) instead hex code.

Text Font Color

.myTextColor { color: #13D664; }

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

This text font color is #13D664.

Background Color

.myBgColor { background-color: #13D664; }

<div style="background-color:#13D664">Inner text</div>

This div background color is #13D664.

Border color

.myBorderColor { border: 1px solid #13D664; }

<div style="border:3px solid #13D664">Div</div>

This div border color is #13D664.

Opacity

.myOpacity80 { color: #13D664; opacity: 0.8; }

<p style="color:#13D664;opacity:0.8;">80%</p>

Text with #13D664 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 #13D664;}

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

This text has shadow with #13D664 color.


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

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

This text has shadow with #13D664 primary color and red secondary color.


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

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

This text has shadow with #13D664 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13D664.

Preview

Color preview on black background

This text has color #13D664 on black background.


Color preview on white background

This text has color #13D664 on white background.


Black color preview on #13D664 background

This text has black color on #13D664 background.


White color preview on #13D664 background

This text has white color on #13D664 background.


Related colors

Complementary color

Complementary color for #hex is #EC299B.


I love getcolorcode.com

Triadic colors

1 #6413D6 and #D66413 with #13D664 are triadic colors.

2 #64D613 and #D61364 with #13D664 are triadic colors.