COLOR #62BB64

HEX: #62BB64
RGB: (98,187,100)

Color info

#62BB64 contains mainly green color. Web safe color of #62BB64 is #66CC66 (or #6C6).

RGB color model

#62BB64 color RGB value is (98,187,100).

  • red value is 98;
  • green value is 187;
  • blue value is 100.
RGB:
(98,187,100)
(38%,73%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 187 of 255 = 73%
B 100 of 255 = 39%

98
187
100

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

Portions of RGB colors in percentages

R + G + B =
98 + 187 + 100 = 385 (100%)
R 98 of 385 ~ 25.45%
G 187 of 385 ~ 48.57%
B 100 of 385 ~ 25.97%

%25.45
%48.57
%25.97

CMYK color model

#62BB64 color CMYK value is (48,0,47,27).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 46.52%
  • key color value is 26.67%
CMYK:
(48,0,47,27)
C48M0Y47K27 
(48%,0%,47%,27%)
(0.48/0.00/0.47/0.27)	

CMYK percentages

%47.59
%0
%46.52
%26.67

Codes

Color #62BB64 in popluar color models

62BB64
RGB98187100
HSL121°39.56%55.88%
HSB/HSV121°47.59%73.33%
CMYK47.59%0.00%46.52%
26.67%

Color #62BB64 in popluar number systems.

HEX62BB64
Decimal98187100
Binary1100010101110111100100
Octal142273144

Shades and tints

Shades of #62BB64

#62BB64
(98,187,100)
#5AAA5B
(90,170,91)
#529952
(82,153,82)
#4A8849
(74,136,73)
#427740
(66,119,64)
#3A6637
(58,102,55)
#32552E
(50,85,46)
#2A4425
(42,68,37)
#22331C
(34,51,28)
#1A2213
(26,34,19)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #62BB64

#62BB64
(98,187,100)
#70C172
(112,193,114)
#7EC780
(126,199,128)
#8CCD8E
(140,205,142)
#9AD39C
(154,211,156)
#A8D9AA
(168,217,170)
#B6DFB8
(182,223,184)
#C4E5C6
(196,229,198)
#D2EBD4
(210,235,212)
#E0F1E2
(224,241,226)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62BB64; }

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

This text font color is #62BB64.


Background Color

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

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

This div background color is #62BB64.


Border color

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

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

This div border color is #62BB64.


Opacity

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

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

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

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

This text has shadow with #62BB64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62BB64 on black background.


Color preview on white background

This text has color #62BB64 on white background.



Black color preview on #62BB64 background

This text has black color on #62BB64 background.


White color preview on #62BB64 background

This text has white color on #62BB64 background.