COLOR #62C468

HEX: #62C468
RGB: (98,196,104)

Color info

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

RGB color model

#62C468 color RGB value is (98,196,104).

  • red value is 98;
  • green value is 196;
  • blue value is 104.
RGB:
(98,196,104)
(38%,77%,41%)

RGB channels and saturation

R 98 of 255 = 38%
G 196 of 255 = 77%
B 104 of 255 = 41%

98
196
104

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

Portions of RGB colors in percentages

R + G + B =
98 + 196 + 104 = 398 (100%)
R 98 of 398 ~ 24.62%
G 196 of 398 ~ 49.25%
B 104 of 398 ~ 26.13%

%24.62
%49.25
%26.13

CMYK color model

#62C468 color CMYK value is (50,0,47,23).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 23.14%
CMYK:
(50,0,47,23)
C50M0Y47K23 
(50%,0%,47%,23%)
(0.50/0.00/0.47/0.23)	

CMYK percentages

%50
%0
%46.94
%23.14

Codes

Color #62C468 in popluar color models

62C468
RGB98196104
HSL124°45.37%57.65%
HSB/HSV124°50.00%76.86%
CMYK50.00%0.00%46.94%
23.14%

Color #62C468 in popluar number systems.

HEX62C468
Decimal98196104
Binary1100010110001001101000
Octal142304150

Shades and tints

Shades of #62C468

#62C468
(98,196,104)
#5AB35F
(90,179,95)
#52A256
(82,162,86)
#4A914D
(74,145,77)
#428044
(66,128,68)
#3A6F3B
(58,111,59)
#325E32
(50,94,50)
#2A4D29
(42,77,41)
#223C20
(34,60,32)
#1A2B17
(26,43,23)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #62C468

#62C468
(98,196,104)
#70C975
(112,201,117)
#7ECE82
(126,206,130)
#8CD38F
(140,211,143)
#9AD89C
(154,216,156)
#A8DDA9
(168,221,169)
#B6E2B6
(182,226,182)
#C4E7C3
(196,231,195)
#D2ECD0
(210,236,208)
#E0F1DD
(224,241,221)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62C468 color. Also use rgb(98,196,104) instead hex code.

Text Font Color

.myTextColor { color: #62C468; }

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

This text font color is #62C468.


Background Color

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

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

This div background color is #62C468.


Border color

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

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

This div border color is #62C468.


Opacity

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

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

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

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

This text has shadow with #62C468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62C468 on black background.


Color preview on white background

This text has color #62C468 on white background.



Black color preview on #62C468 background

This text has black color on #62C468 background.


White color preview on #62C468 background

This text has white color on #62C468 background.