#F1FD7E

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

Shades of Tidal #F1FD7E

Tints of Tidal #F1FD7E

Color information

#F1FD7E (or 0xF1FD7E) is unknown color: approx Tidal. HEX triplet: F1, FD and 7E. RGB value is (241,253,126). Sum of RGB (Red+Green+Blue) = 241+253+126=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 126 (49.61% from 255 or 20.32% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FD7E is #0E0281. Grayscale: #EBEBEB. Windows color (decimal): -918146 or 8322545. OLE color: 8322545.

HSL color Cylindrical-coordinate representation of color #F1FD7E: hue angle of 65.67º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1FD7E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB241253126-
CMYK0.0500.500.01
HSL65.67º96.95%74.31%-
HSV(B)65.67º50.2%99.22%-
XYZ75.1790.4633.24-
YUV234.9366.52132.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 126 (49.61% from 255) = 20.32%
R=38.87%
G=40.81%
B=20.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412531260.0500.500.0165.6796.9574.31
HexF1FD7E5032142614a
Octal36137517650621102141112
Binary1111000111111101111111010101100101100001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FD7E; }

 p { color: rgb(241,253,126); }

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

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

 a { background-color: rgb(241,253,126); }

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

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

 span { border-color: rgb(241,253,126); }

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