#F5FD93

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

Shades of Tidal #F5FD93

Tints of Tidal #F5FD93

Color information

#F5FD93 (or 0xF5FD93) is unknown color: approx Tidal. HEX triplet: F5, FD and 93. RGB value is (245,253,147). Sum of RGB (Red+Green+Blue) = 245+253+147=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 147 (57.81% from 255 or 22.79% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FD93 is #0A026C. Grayscale: #EEEEEE. Windows color (decimal): -655981 or 9698805. OLE color: 9698805.

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

Color convert

RGB245253147-
CMYK0.0300.420.01
HSL64.53º96.36%78.43%-
HSV(B)64.53º41.9%99.22%-
XYZ78.0591.7741.2-
YUV238.5276.35132.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 147 (57.81% from 255) = 22.79%
R=37.98%
G=39.22%
B=22.79%

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
Decimal2452531470.0300.420.0164.5396.3678.43
HexF5FD93302A141604e
Octal36537522330521101140116
Binary1111010111111101100100111101010101100000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FD93; }

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

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

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

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

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

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

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

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