COLOR #9FED64

HEX: #9FED64
RGB: (159,237,100)

Color info

#9FED64 contains mainly green color. Web safe color of #9FED64 is #99FF66 (or #9F6).

RGB color model

#9FED64 color RGB value is (159,237,100).

  • red value is 159;
  • green value is 237;
  • blue value is 100.
RGB: (159,237,100) (62%,93%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 237 of 255 = 93%
B 100 of 255 = 39%

159
237
100

R + G + B ~ 65%. #9FED64 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 237 + 100 = 496 (100%)
R 159 of 496 ~ 32.06%
G 237 of 496 ~ 47.78%
B 100 of 496 ~ 20.16%

%32.06
%47.78
%20.16

CMYK color model

#9FED64 color CMYK value is (33,0,58,7).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 57.81%
  • key color value is 7.06%
CMYK: (33,0,58,7) C33M0Y58K7 (33%,0%,58%,7%) (0.33/0.00/0.58/0.07)

CMYK percentages

%32.91
%0
%57.81
%7.06

Codes

Color #9FED64 in popluar color models

9FED64
RGB159237100
HSL94°79.19%66.08%
HSB/HSV94°57.81%92.94%
CMYK32.91%0.00%57.81%
7.06%

Color #9FED64 in popluar number systems.

HEX9FED64
Decimal159237100
Binary10011111111011011100100
Octal237355144

Shades and tints

Shades of #9FED64

#9FED64
(159,237,100)
#91D85B
(145,216,91)
#83C352
(131,195,82)
#75AE49
(117,174,73)
#679940
(103,153,64)
#598437
(89,132,55)
#4B6F2E
(75,111,46)
#3D5A25
(61,90,37)
#2F451C
(47,69,28)
#213013
(33,48,19)
#131B0A
(19,27,10)
#000000
(0,0,0)

Tints of #9FED64

#9FED64
(159,237,100)
#A7EE72
(167,238,114)
#AFEF80
(175,239,128)
#B7F08E
(183,240,142)
#BFF19C
(191,241,156)
#C7F2AA
(199,242,170)
#CFF3B8
(207,243,184)
#D7F4C6
(215,244,198)
#DFF5D4
(223,245,212)
#E7F6E2
(231,246,226)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FED64 color. Also use rgb(159,237,100) instead hex code.

Text Font Color

.myTextColor { color: #9FED64; }

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

This text font color is #9FED64.


Background Color

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

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

This div background color is #9FED64.


Border color

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

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

This div border color is #9FED64.


Opacity

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

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

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

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

This text has shadow with #9FED64 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FED64 on black background.


Color preview on white background

This text has color #9FED64 on white background.



Black color preview on #9FED64 background

This text has black color on #9FED64 background.


White color preview on #9FED64 background

This text has white color on #9FED64 background.