COLOR #F4FF75

HEX: #F4FF75
RGB: (244,255,117)

Color info

#F4FF75 contains mainly red and green colors. Web safe color of #F4FF75 is #FFFF66 (or #FF6).

RGB color model

#F4FF75 color RGB value is (244,255,117).

  • red value is 244;
  • green value is 255;
  • blue value is 117.
RGB:
(244,255,117)
(96%,100%,46%)

RGB channels and saturation

R 244 of 255 = 96%
G 255 of 255 = 100%
B 117 of 255 = 46%

244
255
117

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

Portions of RGB colors in percentages

R + G + B =
244 + 255 + 117 = 616 (100%)
R 244 of 616 ~ 39.61%
G 255 of 616 ~ 41.4%
B 117 of 616 ~ 18.99%

%39.61
%41.4
%18.99

CMYK color model

#F4FF75 color CMYK value is (4,0,54,0).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 0.00%
CMYK:
(4,0,54,0)
C4M0Y54K0 
(4%,0%,54%,0%)
(0.04/0.00/0.54/0.00)	

CMYK percentages

%4.31
%0
%54.12
%0

Codes

Color #F4FF75 in popluar color models

F4FF75
RGB244255117
HSL65°100.00%72.94%
HSB/HSV65°54.12%100.00%
CMYK4.31%0.00%54.12%
0.00%

Color #F4FF75 in popluar number systems.

HEXF4FF75
Decimal244255117
Binary11110100111111111110101
Octal364377165

Shades and tints

Shades of #F4FF75

#F4FF75
(244,255,117)
#DEE86B
(222,232,107)
#C8D161
(200,209,97)
#B2BA57
(178,186,87)
#9CA34D
(156,163,77)
#868C43
(134,140,67)
#707539
(112,117,57)
#5A5E2F
(90,94,47)
#444725
(68,71,37)
#2E301B
(46,48,27)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #F4FF75

#F4FF75
(244,255,117)
#F5FF81
(245,255,129)
#F6FF8D
(246,255,141)
#F7FF99
(247,255,153)
#F8FFA5
(248,255,165)
#F9FFB1
(249,255,177)
#FAFFBD
(250,255,189)
#FBFFC9
(251,255,201)
#FCFFD5
(252,255,213)
#FDFFE1
(253,255,225)
#FEFFED
(254,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FF75 color. Also use rgb(244,255,117) instead hex code.

Text Font Color

.myTextColor { color: #F4FF75; }

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

This text font color is #F4FF75.


Background Color

.myBgColor { background-color: #F4FF75; }

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

This div background color is #F4FF75.


Border color

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

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

This div border color is #F4FF75.


Opacity

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

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

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

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

This text has shadow with #F4FF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FF75 on black background.


Color preview on white background

This text has color #F4FF75 on white background.



Black color preview on #F4FF75 background

This text has black color on #F4FF75 background.


White color preview on #F4FF75 background

This text has white color on #F4FF75 background.