COLOR #62CD88

HEX: #62CD88
RGB: (98,205,136)

Color info

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

RGB color model

#62CD88 color RGB value is (98,205,136).

  • red value is 98;
  • green value is 205;
  • blue value is 136.
RGB:
(98,205,136)
(38%,80%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 205 of 255 = 80%
B 136 of 255 = 53%

98
205
136

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

Portions of RGB colors in percentages

R + G + B =
98 + 205 + 136 = 439 (100%)
R 98 of 439 ~ 22.32%
G 205 of 439 ~ 46.7%
B 136 of 439 ~ 30.98%

%22.32
%46.7
%30.98

CMYK color model

#62CD88 color CMYK value is (52,0,34,20).

  • cyan value is 52.20%
  • magenta value is 0.00%
  • yellow value is 33.66%
  • key color value is 19.61%
CMYK:
(52,0,34,20)
C52M0Y34K20 
(52%,0%,34%,20%)
(0.52/0.00/0.34/0.20)	

CMYK percentages

%52.2
%0
%33.66
%19.61

Codes

Color #62CD88 in popluar color models

62CD88
RGB98205136
HSL141°51.69%59.41%
HSB/HSV141°52.20%80.39%
CMYK52.20%0.00%33.66%
19.61%

Color #62CD88 in popluar number systems.

HEX62CD88
Decimal98205136
Binary11000101100110110001000
Octal142315210

Shades and tints

Shades of #62CD88

#62CD88
(98,205,136)
#5ABB7C
(90,187,124)
#52A970
(82,169,112)
#4A9764
(74,151,100)
#428558
(66,133,88)
#3A734C
(58,115,76)
#326140
(50,97,64)
#2A4F34
(42,79,52)
#223D28
(34,61,40)
#1A2B1C
(26,43,28)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #62CD88

#62CD88
(98,205,136)
#70D192
(112,209,146)
#7ED59C
(126,213,156)
#8CD9A6
(140,217,166)
#9ADDB0
(154,221,176)
#A8E1BA
(168,225,186)
#B6E5C4
(182,229,196)
#C4E9CE
(196,233,206)
#D2EDD8
(210,237,216)
#E0F1E2
(224,241,226)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62CD88 color. Also use rgb(98,205,136) instead hex code.

Text Font Color

.myTextColor { color: #62CD88; }

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

This text font color is #62CD88.


Background Color

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

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

This div background color is #62CD88.


Border color

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

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

This div border color is #62CD88.


Opacity

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

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

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

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

This text has shadow with #62CD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62CD88 on black background.


Color preview on white background

This text has color #62CD88 on white background.



Black color preview on #62CD88 background

This text has black color on #62CD88 background.


White color preview on #62CD88 background

This text has white color on #62CD88 background.