COLOR #F0FD89

HEX: #F0FD89 RGB: (240,253,137)

Color info

#F0FD89 contains mainly red and green colors. Web safe color of #F0FD89 is #FFFF99 (or #FF9).

RGB color model

#F0FD89 color RGB value is (240,253,137).

RGB: (240,253,137) (94%, 99%, 54%)

RGB channels and saturation

R 240 of 255 = 94%
G 253 of 255 = 99%
B 137 of 255 = 54%

240
253
137

R + G + B ~ 82%. #F0FD89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 253 + 137 = 630 (100%)
R 240 of 630 ~ 38.1%
G 253 of 630 ~ 40.16%
B 137 of 630 ~ 21.75'%

%38.1
%40.16
%21.75

CMYK color model

#F0FD89 color CMYK value is (5,0,46,1).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 45.85%
  • key color value is 0.78%

CMYK: (5,0,46,1)
C5M0Y46K1 (5%, 0%, 46%, 1%)
(0.05 / 0.00 / 0.46 / 0.01)

CMYK percentages

%5.14
%0
%45.85
%0.78

Codes

Color #F0FD89 in popluar color models

F0 FD 89
RGB 240 253 137
HSL 67° 96.67% 76.47%
HSB/HSV 67° 45.85% 99.22%
CMYK 5.14% 0.00% 45.85%
0.78%

Color #F0FD89 in popluar number systems.

HEX F0 FD 89
Decimal 240 253 137
Binary 11110000 11111101 10001001
Octal 360 375 211

Shades and tints

Shades of #F0FD89

#F0FD89
(240,253,137)
#DBE67D
(219,230,125)
#C6CF71
(198,207,113)
#B1B865
(177,184,101)
#9CA159
(156,161,89)
#878A4D
(135,138,77)
#727341
(114,115,65)
#5D5C35
(93,92,53)
#484529
(72,69,41)
#332E1D
(51,46,29)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #F0FD89

#F0FD89
(240,253,137)
#F1FD93
(241,253,147)
#F2FD9D
(242,253,157)
#F3FDA7
(243,253,167)
#F4FDB1
(244,253,177)
#F5FDBB
(245,253,187)
#F6FDC5
(246,253,197)
#F7FDCF
(247,253,207)
#F8FDD9
(248,253,217)
#F9FDE3
(249,253,227)
#FAFDED
(250,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0FD89 color. Also use rgb(240,253,137) instead hex code.

Text Font Color

.myTextColor { color: #F0FD89; }

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

This text font color is #F0FD89.

Background Color

.myBgColor { background-color: #F0FD89; }

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

This div background color is #F0FD89.

Border color

.myBorderColor { border: 1px solid #F0FD89; }

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

This div border color is #F0FD89.

Opacity

.myOpacity80 { color: #F0FD89; opacity: 0.8; }

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

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

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

This text has shadow with #F0FD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FD89.

Preview

Color preview on black background

This text has color #F0FD89 on black background.


Color preview on white background

This text has color #F0FD89 on white background.


Black color preview on #F0FD89 background

This text has black color on #F0FD89 background.


White color preview on #F0FD89 background

This text has white color on #F0FD89 background.


Related colors

Complementary color

Complementary color for #hex is #0F0276.


I love getcolorcode.com

Triadic colors

1 #89F0FD and #FD89F0 with #F0FD89 are triadic colors.

2 #89FDF0 and #FDF089 with #F0FD89 are triadic colors.