COLOR #62BB85

HEX: #62BB85 RGB: (98,187,133)

Color info

#62BB85 contains mainly green and blue colors. Web safe color of #62BB85 is #66CC99 (or #6C9).

RGB color model

#62BB85 color RGB value is (98,187,133).

RGB: (98,187,133) (38%, 73%, 52%)

RGB channels and saturation

R 98 of 255 = 38%
G 187 of 255 = 73%
B 133 of 255 = 52%

98
187
133

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

Portions of RGB colors in percentages

R + G + B = 98 + 187 + 133 = 418 (100%)
R 98 of 418 ~ 23.44%
G 187 of 418 ~ 44.74%
B 133 of 418 ~ 31.82'%

%23.44
%44.74
%31.82

CMYK color model

#62BB85 color CMYK value is (48,0,29,27).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK: (48,0,29,27) C48M0Y29K27 (48%,0%,29%,27%) (0.48/0.00/0.29/0.27) 

CMYK percentages

%47.59
%0
%28.88
%26.67

Codes

Color #62BB85 in popluar color models

62 BB 85
RGB 98 187 133
HSL 144° 39.56% 55.88%
HSB/HSV 144° 47.59% 73.33%
CMYK 47.59% 0.00% 28.88%
26.67%

Color #62BB85 in popluar number systems.

HEX 62 BB 85
Decimal 98 187 133
Binary 1100010 10111011 10000101
Octal 142 273 205

Shades and tints

Shades of #62BB85

#62BB85
(98,187,133)
#5AAA79
(90,170,121)
#52996D
(82,153,109)
#4A8861
(74,136,97)
#427755
(66,119,85)
#3A6649
(58,102,73)
#32553D
(50,85,61)
#2A4431
(42,68,49)
#223325
(34,51,37)
#1A2219
(26,34,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #62BB85

#62BB85
(98,187,133)
#70C190
(112,193,144)
#7EC79B
(126,199,155)
#8CCDA6
(140,205,166)
#9AD3B1
(154,211,177)
#A8D9BC
(168,217,188)
#B6DFC7
(182,223,199)
#C4E5D2
(196,229,210)
#D2EBDD
(210,235,221)
#E0F1E8
(224,241,232)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62BB85; }

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

This text font color is #62BB85.

Background Color

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

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

This div background color is #62BB85.

Border color

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

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

This div border color is #62BB85.

Opacity

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

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

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

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

This text has shadow with #62BB85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62BB85.

Preview

Color preview on black background

This text has color #62BB85 on black background.


Color preview on white background

This text has color #62BB85 on white background.


Black color preview on #62BB85 background

This text has black color on #62BB85 background.


White color preview on #62BB85 background

This text has white color on #62BB85 background.


Related colors

Complementary color

Complementary color for #hex is #9D447A.


I love getcolorcode.com

Triadic colors

1 #8562BB and #BB8562 with #62BB85 are triadic colors.

2 #85BB62 and #BB6285 with #62BB85 are triadic colors.