COLOR #F0FC81

HEX: #F0FC81
RGB: (240,252,129)

Color info

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

RGB color model

#F0FC81 color RGB value is (240,252,129).

  • red value is 240;
  • green value is 252;
  • blue value is 129.
RGB:
(240,252,129)
(94%,99%,51%)

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 129 of 255 = 51%

240
252
129

R + G + B ~ 81%. #F0FC81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 252 + 129 = 621 (100%)
R 240 of 621 ~ 38.65%
G 252 of 621 ~ 40.58%
B 129 of 621 ~ 20.77%

%38.65
%40.58
%20.77

CMYK color model

#F0FC81 color CMYK value is (5,0,49,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 48.81%
  • key color value is 1.18%
CMYK:
(5,0,49,1)
C5M0Y49K1 
(5%,0%,49%,1%)
(0.05/0.00/0.49/0.01)	

CMYK percentages

%4.76
%0
%48.81
%1.18

Codes

Color #F0FC81 in popluar color models

F0FC81
RGB240252129
HSL66°95.35%74.71%
HSB/HSV66°48.81%98.82%
CMYK4.76%0.00%48.81%
1.18%

Color #F0FC81 in popluar number systems.

HEXF0FC81
Decimal240252129
Binary111100001111110010000001
Octal360374201

Shades and tints

Shades of #F0FC81

#F0FC81
(240,252,129)
#DBE676
(219,230,118)
#C6D06B
(198,208,107)
#B1BA60
(177,186,96)
#9CA455
(156,164,85)
#878E4A
(135,142,74)
#72783F
(114,120,63)
#5D6234
(93,98,52)
#484C29
(72,76,41)
#33361E
(51,54,30)
#1E2013
(30,32,19)
#000000
(0,0,0)

Tints of #F0FC81

#F0FC81
(240,252,129)
#F1FC8C
(241,252,140)
#F2FC97
(242,252,151)
#F3FCA2
(243,252,162)
#F4FCAD
(244,252,173)
#F5FCB8
(245,252,184)
#F6FCC3
(246,252,195)
#F7FCCE
(247,252,206)
#F8FCD9
(248,252,217)
#F9FCE4
(249,252,228)
#FAFCEF
(250,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0FC81 color. Also use rgb(240,252,129) instead hex code.

Text Font Color

.myTextColor { color: #F0FC81; }

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

This text font color is #F0FC81.


Background Color

.myBgColor { background-color: #F0FC81; }

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

This div background color is #F0FC81.


Border color

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

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

This div border color is #F0FC81.


Opacity

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

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

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

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

This text has shadow with #F0FC81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FC81 on black background.


Color preview on white background

This text has color #F0FC81 on white background.



Black color preview on #F0FC81 background

This text has black color on #F0FC81 background.


White color preview on #F0FC81 background

This text has white color on #F0FC81 background.