COLOR #62B448

HEX: #62B448 RGB: (98,180,72)

Color info

#62B448 contains mainly green color. Web safe color of #62B448 is #66CC33 (or #6C3).

RGB color model

#62B448 color RGB value is (98,180,72).

RGB: (98,180,72) (38%, 71%, 28%)

RGB channels and saturation

R 98 of 255 = 38%
G 180 of 255 = 71%
B 72 of 255 = 28%

98
180
72

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

Portions of RGB colors in percentages

R + G + B = 98 + 180 + 72 = 350 (100%)
R 98 of 350 ~ 28%
G 180 of 350 ~ 51.43%
B 72 of 350 ~ 20.57'%

%28
%51.43
%20.57

CMYK color model

#62B448 color CMYK value is (46,0,60,29).

  • cyan value is 45.56%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 29.41%

CMYK: (46,0,60,29)
C46M0Y60K29 (46%, 0%, 60%, 29%)
(0.46 / 0.00 / 0.60 / 0.29)

CMYK percentages

%45.56
%0
%60
%29.41

Codes

Color #62B448 in popluar color models

62 B4 48
RGB 98 180 72
HSL 106° 42.86% 49.41%
HSB/HSV 106° 60.00% 70.59%
CMYK 45.56% 0.00% 60.00%
29.41%

Color #62B448 in popluar number systems.

HEX 62 B4 48
Decimal 98 180 72
Binary 1100010 10110100 1001000
Octal 142 264 110

Shades and tints

Shades of #62B448

#62B448
(98,180,72)
#5AA442
(90,164,66)
#52943C
(82,148,60)
#4A8436
(74,132,54)
#427430
(66,116,48)
#3A642A
(58,100,42)
#325424
(50,84,36)
#2A441E
(42,68,30)
#223418
(34,52,24)
#1A2412
(26,36,18)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #62B448

#62B448
(98,180,72)
#70BA58
(112,186,88)
#7EC068
(126,192,104)
#8CC678
(140,198,120)
#9ACC88
(154,204,136)
#A8D298
(168,210,152)
#B6D8A8
(182,216,168)
#C4DEB8
(196,222,184)
#D2E4C8
(210,228,200)
#E0EAD8
(224,234,216)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B448 color. Also use rgb(98,180,72) instead hex code.

Text Font Color

.myTextColor { color: #62B448; }

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

This text font color is #62B448.

Background Color

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

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

This div background color is #62B448.

Border color

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

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

This div border color is #62B448.

Opacity

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

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

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

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

This text has shadow with #62B448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62B448.

Preview

Color preview on black background

This text has color #62B448 on black background.


Color preview on white background

This text has color #62B448 on white background.


Black color preview on #62B448 background

This text has black color on #62B448 background.


White color preview on #62B448 background

This text has white color on #62B448 background.


Related colors

Complementary color

Complementary color for #hex is #9D4BB7.


I love getcolorcode.com

Triadic colors

1 #4862B4 and #B44862 with #62B448 are triadic colors.

2 #48B462 and #B46248 with #62B448 are triadic colors.