COLOR #98CB65

HEX: #98CB65
RGB: (152,203,101)

Color info

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

RGB color model

#98CB65 color RGB value is (152,203,101).

  • red value is 152;
  • green value is 203;
  • blue value is 101.
RGB:
(152,203,101)
(60%,80%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 203 of 255 = 80%
B 101 of 255 = 40%

152
203
101

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

Portions of RGB colors in percentages

R + G + B =
152 + 203 + 101 = 456 (100%)
R 152 of 456 ~ 33.33%
G 203 of 456 ~ 44.52%
B 101 of 456 ~ 22.15%

%33.33
%44.52
%22.15

CMYK color model

#98CB65 color CMYK value is (25,0,50,20).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 50.25%
  • key color value is 20.39%
CMYK:
(25,0,50,20)
C25M0Y50K20 
(25%,0%,50%,20%)
(0.25/0.00/0.50/0.20)	

CMYK percentages

%25.12
%0
%50.25
%20.39

Codes

Color #98CB65 in popluar color models

98CB65
RGB152203101
HSL90°49.51%59.61%
HSB/HSV90°50.25%79.61%
CMYK25.12%0.00%50.25%
20.39%

Color #98CB65 in popluar number systems.

HEX98CB65
Decimal152203101
Binary10011000110010111100101
Octal230313145

Shades and tints

Shades of #98CB65

#98CB65
(152,203,101)
#8BB95C
(139,185,92)
#7EA753
(126,167,83)
#71954A
(113,149,74)
#648341
(100,131,65)
#577138
(87,113,56)
#4A5F2F
(74,95,47)
#3D4D26
(61,77,38)
#303B1D
(48,59,29)
#232914
(35,41,20)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #98CB65

#98CB65
(152,203,101)
#A1CF73
(161,207,115)
#AAD381
(170,211,129)
#B3D78F
(179,215,143)
#BCDB9D
(188,219,157)
#C5DFAB
(197,223,171)
#CEE3B9
(206,227,185)
#D7E7C7
(215,231,199)
#E0EBD5
(224,235,213)
#E9EFE3
(233,239,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CB65; }

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

This text font color is #98CB65.


Background Color

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

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

This div background color is #98CB65.


Border color

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

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

This div border color is #98CB65.


Opacity

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

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

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

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

This text has shadow with #98CB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CB65 on black background.


Color preview on white background

This text has color #98CB65 on white background.



Black color preview on #98CB65 background

This text has black color on #98CB65 background.


White color preview on #98CB65 background

This text has white color on #98CB65 background.