COLOR #9FDB55

HEX: #9FDB55
RGB: (159,219,85)

Color info

#9FDB55 contains mainly green color. Web safe color of #9FDB55 is #99CC66 (or #9C6).

RGB color model

#9FDB55 color RGB value is (159,219,85).

  • red value is 159;
  • green value is 219;
  • blue value is 85.
RGB:
(159,219,85)
(62%,86%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 219 of 255 = 86%
B 85 of 255 = 33%

159
219
85

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

Portions of RGB colors in percentages

R + G + B =
159 + 219 + 85 = 463 (100%)
R 159 of 463 ~ 34.34%
G 219 of 463 ~ 47.3%
B 85 of 463 ~ 18.36%

%34.34
%47.3
%18.36

CMYK color model

#9FDB55 color CMYK value is (27,0,61,14).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 61.19%
  • key color value is 14.12%
CMYK:
(27,0,61,14)
C27M0Y61K14 
(27%,0%,61%,14%)
(0.27/0.00/0.61/0.14)	

CMYK percentages

%27.4
%0
%61.19
%14.12

Codes

Color #9FDB55 in popluar color models

9FDB55
RGB15921985
HSL87°65.05%59.61%
HSB/HSV87°61.19%85.88%
CMYK27.40%0.00%61.19%
14.12%

Color #9FDB55 in popluar number systems.

HEX9FDB55
Decimal15921985
Binary10011111110110111010101
Octal237333125

Shades and tints

Shades of #9FDB55

#9FDB55
(159,219,85)
#91C84E
(145,200,78)
#83B547
(131,181,71)
#75A240
(117,162,64)
#678F39
(103,143,57)
#597C32
(89,124,50)
#4B692B
(75,105,43)
#3D5624
(61,86,36)
#2F431D
(47,67,29)
#213016
(33,48,22)
#131D0F
(19,29,15)
#000000
(0,0,0)

Tints of #9FDB55

#9FDB55
(159,219,85)
#A7DE64
(167,222,100)
#AFE173
(175,225,115)
#B7E482
(183,228,130)
#BFE791
(191,231,145)
#C7EAA0
(199,234,160)
#CFEDAF
(207,237,175)
#D7F0BE
(215,240,190)
#DFF3CD
(223,243,205)
#E7F6DC
(231,246,220)
#EFF9EB
(239,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDB55 color. Also use rgb(159,219,85) instead hex code.

Text Font Color

.myTextColor { color: #9FDB55; }

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

This text font color is #9FDB55.


Background Color

.myBgColor { background-color: #9FDB55; }

<div style="background-color:#9FDB55">Inner text</div>

This div background color is #9FDB55.


Border color

.myBorderColor { border: 1px solid #9FDB55; }

<div style="border:3px solid #9FDB55">Div</div>

This div border color is #9FDB55.


Opacity

.myOpacity80 { color: #9FDB55; opacity: 0.8; }

<p style="color:#9FDB55;opacity:0.8;">80%</p>

Text with #9FDB55 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 #9FDB55;}

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

This text has shadow with #9FDB55 color.

.textShadow {text-shadow: 3px 3px 1px #9FDB55, 3px 3px 1px red;}

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

This text has shadow with #9FDB55 primary color and red secondary color.


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

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

This text has shadow with #9FDB55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDB55 on black background.


Color preview on white background

This text has color #9FDB55 on white background.



Black color preview on #9FDB55 background

This text has black color on #9FDB55 background.


White color preview on #9FDB55 background

This text has white color on #9FDB55 background.