#F1FC84

Color #F1FC84 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F1FC84

Tints of Tidal #F1FC84

Color information

#F1FC84 (or 0xF1FC84) is unknown color: approx Tidal. HEX triplet: F1, FC and 84. RGB value is (241,252,132). Sum of RGB (Red+Green+Blue) = 241+252+132=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 132 (51.95% from 255 or 21.12% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FC84 is #0E037B. Grayscale: #EBEBEB. Windows color (decimal): -918396 or 8715505. OLE color: 8715505.

HSL color Cylindrical-coordinate representation of color #F1FC84: hue angle of 65.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1FC84 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB241252132-
CMYK0.0400.480.01
HSL65.5º95.24%75.29%-
HSV(B)65.5º47.62%98.82%-
XYZ75.2589.9935.23-
YUV235.0369.86132.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 132 (51.95% from 255) = 21.12%
R=38.56%
G=40.32%
B=21.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412521320.0400.480.0165.595.2475.29
HexF1FC8440301425f4b
Octal36137420440601102137113
Binary11110001111111001000010010001100001100001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FC84; }

 p { color: rgb(241,252,132); }

 H1.HeaderClassName
 {
   color: #F1FC84;
 }
 .AnyTagClassName
 {
   color: #F1FC84;
 }
</style>
background-color css

<style>
 a { background-color: #F1FC84; }

 a { background-color: rgb(241,252,132); }

 div.DivClassName
 {
   background-color: #F1FC84;
 }
 .BgClassName
 {
   background-color: #F1FC84;
 }
</style>
border-color css

<style>
 span { border-color: #F1FC84; }

 span { border-color: rgb(241,252,132); }

 td.TdClassName
 {
   border-color: #F1FC84;
 }
 .TagClassName
 {
   border-color: #F1FC84;
 }
</style>