COLOR #62C685

HEX: #62C685 RGB: (98,198,133)

Color info

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

RGB color model

#62C685 color RGB value is (98,198,133).

RGB: (98,198,133) (38%, 78%, 52%)

RGB channels and saturation

R 98 of 255 = 38%
G 198 of 255 = 78%
B 133 of 255 = 52%

98
198
133

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

Portions of RGB colors in percentages

R + G + B = 98 + 198 + 133 = 429 (100%)
R 98 of 429 ~ 22.84%
G 198 of 429 ~ 46.15%
B 133 of 429 ~ 31'%

%22.84
%46.15
%31

CMYK color model

#62C685 color CMYK value is (51,0,33,22).

  • cyan value is 50.51%
  • magenta value is 0.00%
  • yellow value is 32.83%
  • key color value is 22.35%

CMYK: (51,0,33,22)
C51M0Y33K22 (51%, 0%, 33%, 22%)
(0.51 / 0.00 / 0.33 / 0.22)

CMYK percentages

%50.51
%0
%32.83
%22.35

Codes

Color #62C685 in popluar color models

62 C6 85
RGB 98 198 133
HSL 141° 46.73% 58.04%
HSB/HSV 141° 50.51% 77.65%
CMYK 50.51% 0.00% 32.83%
22.35%

Color #62C685 in popluar number systems.

HEX 62 C6 85
Decimal 98 198 133
Binary 1100010 11000110 10000101
Octal 142 306 205

Shades and tints

Shades of #62C685

#62C685
(98,198,133)
#5AB479
(90,180,121)
#52A26D
(82,162,109)
#4A9061
(74,144,97)
#427E55
(66,126,85)
#3A6C49
(58,108,73)
#325A3D
(50,90,61)
#2A4831
(42,72,49)
#223625
(34,54,37)
#1A2419
(26,36,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #62C685

#62C685
(98,198,133)
#70CB90
(112,203,144)
#7ED09B
(126,208,155)
#8CD5A6
(140,213,166)
#9ADAB1
(154,218,177)
#A8DFBC
(168,223,188)
#B6E4C7
(182,228,199)
#C4E9D2
(196,233,210)
#D2EEDD
(210,238,221)
#E0F3E8
(224,243,232)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62C685 color. Also use rgb(98,198,133) instead hex code.

Text Font Color

.myTextColor { color: #62C685; }

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

This text font color is #62C685.

Background Color

.myBgColor { background-color: #62C685; }

<div style="background-color:#62C685">Inner text</div>

This div background color is #62C685.

Border color

.myBorderColor { border: 1px solid #62C685; }

<div style="border:3px solid #62C685">Div</div>

This div border color is #62C685.

Opacity

.myOpacity80 { color: #62C685; opacity: 0.8; }

<p style="color:#62C685;opacity:0.8;">80%</p>

Text with #62C685 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 #62C685;}

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

This text has shadow with #62C685 color.


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

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

This text has shadow with #62C685 primary color and red secondary color.


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

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

This text has shadow with #62C685 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #62C685.

Preview

Color preview on black background

This text has color #62C685 on black background.


Color preview on white background

This text has color #62C685 on white background.


Black color preview on #62C685 background

This text has black color on #62C685 background.


White color preview on #62C685 background

This text has white color on #62C685 background.


Related colors

Complementary color

Complementary color for #hex is #9D397A.


I love getcolorcode.com

Triadic colors

1 #8562C6 and #C68562 with #62C685 are triadic colors.

2 #85C662 and #C66285 with #62C685 are triadic colors.