COLOR #98CF62

HEX: #98CF62 RGB: (152,207,98)

Color info

#98CF62 contains mainly red and green colors. Web safe color of #98CF62 is #99CC66 (or #9C6).

RGB color model

#98CF62 color RGB value is (152,207,98).

RGB: (152,207,98) (60%, 81%, 38%)

RGB channels and saturation

R 152 of 255 = 60%
G 207 of 255 = 81%
B 98 of 255 = 38%

152
207
98

R + G + B ~ 60%. #98CF62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 207 + 98 = 457 (100%)
R 152 of 457 ~ 33.26%
G 207 of 457 ~ 45.3%
B 98 of 457 ~ 21.44'%

%33.26
%45.3
%21.44

CMYK color model

#98CF62 color CMYK value is (27,0,53,19).

  • cyan value is 26.57%
  • magenta value is 0.00%
  • yellow value is 52.66%
  • key color value is 18.82%

CMYK: (27,0,53,19)
C27M0Y53K19 (27%, 0%, 53%, 19%)
(0.27 / 0.00 / 0.53 / 0.19)

CMYK percentages

%26.57
%0
%52.66
%18.82

Codes

Color #98CF62 in popluar color models

98 CF 62
RGB 152 207 98
HSL 90° 53.17% 59.80%
HSB/HSV 90° 52.66% 81.18%
CMYK 26.57% 0.00% 52.66%
18.82%

Color #98CF62 in popluar number systems.

HEX 98 CF 62
Decimal 152 207 98
Binary 10011000 11001111 1100010
Octal 230 317 142

Shades and tints

Shades of #98CF62

#98CF62
(152,207,98)
#8BBD5A
(139,189,90)
#7EAB52
(126,171,82)
#71994A
(113,153,74)
#648742
(100,135,66)
#57753A
(87,117,58)
#4A6332
(74,99,50)
#3D512A
(61,81,42)
#303F22
(48,63,34)
#232D1A
(35,45,26)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #98CF62

#98CF62
(152,207,98)
#A1D370
(161,211,112)
#AAD77E
(170,215,126)
#B3DB8C
(179,219,140)
#BCDF9A
(188,223,154)
#C5E3A8
(197,227,168)
#CEE7B6
(206,231,182)
#D7EBC4
(215,235,196)
#E0EFD2
(224,239,210)
#E9F3E0
(233,243,224)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CF62 color. Also use rgb(152,207,98) instead hex code.

Text Font Color

.myTextColor { color: #98CF62; }

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

This text font color is #98CF62.

Background Color

.myBgColor { background-color: #98CF62; }

<div style="background-color:#98CF62">Inner text</div>

This div background color is #98CF62.

Border color

.myBorderColor { border: 1px solid #98CF62; }

<div style="border:3px solid #98CF62">Div</div>

This div border color is #98CF62.

Opacity

.myOpacity80 { color: #98CF62; opacity: 0.8; }

<p style="color:#98CF62;opacity:0.8;">80%</p>

Text with #98CF62 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 #98CF62;}

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

This text has shadow with #98CF62 color.


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

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

This text has shadow with #98CF62 primary color and red secondary color.


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

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

This text has shadow with #98CF62 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98CF62.

Preview

Color preview on black background

This text has color #98CF62 on black background.


Color preview on white background

This text has color #98CF62 on white background.


Black color preview on #98CF62 background

This text has black color on #98CF62 background.


White color preview on #98CF62 background

This text has white color on #98CF62 background.


Related colors

Complementary color

Complementary color for #hex is #67309D.


I love getcolorcode.com

Triadic colors

1 #6298CF and #CF6298 with #98CF62 are triadic colors.

2 #62CF98 and #CF9862 with #98CF62 are triadic colors.