#F5FD94

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

Shades of Tidal #F5FD94

Tints of Tidal #F5FD94

Color information

#F5FD94 (or 0xF5FD94) is unknown color: approx Tidal. HEX triplet: F5, FD and 94. RGB value is (245,253,148). Sum of RGB (Red+Green+Blue) = 245+253+148=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 148 (58.20% from 255 or 22.91% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FD94 is #0A026B. Grayscale: #EFEFEF. Windows color (decimal): -655980 or 9764341. OLE color: 9764341.

HSL color Cylindrical-coordinate representation of color #F5FD94: hue angle of 64.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5FD94 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB245253148-
CMYK0.0300.420.01
HSL64.57º96.33%78.63%-
HSV(B)64.57º41.5%99.22%-
XYZ78.1391.841.62-
YUV238.6476.85132.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 148 (58.20% from 255) = 22.91%
R=37.93%
G=39.16%
B=22.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531480.0300.420.0164.5796.3378.63
HexF5FD94302A141604f
Octal36537522430521101140117
Binary1111010111111101100101001101010101100000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FD94; }

 p { color: rgb(245,253,148); }

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

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

 a { background-color: rgb(245,253,148); }

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

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

 span { border-color: rgb(245,253,148); }

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