#F5FE82

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

Shades of Tidal #F5FE82

Tints of Tidal #F5FE82

Color information

#F5FE82 (or 0xF5FE82) is unknown color: approx Tidal. HEX triplet: F5, FE and 82. RGB value is (245,254,130). Sum of RGB (Red+Green+Blue) = 245+254+130=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 130 (51.17% from 255 or 20.67% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FE82 is #0A017D. Grayscale: #EDEDED. Windows color (decimal): -655742 or 8584949. OLE color: 8584949.

HSL color Cylindrical-coordinate representation of color #F5FE82: hue angle of 64.35º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5FE82 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB245254130-
CMYK0.0400.490.00
HSL64.35º98.41%75.29%-
HSV(B)64.35º48.82%99.61%-
XYZ77.1391.9134.79-
YUV237.1767.52133.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 130 (51.17% from 255) = 20.67%
R=38.95%
G=40.38%
B=20.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541300.0400.490.0064.3598.4175.29
HexF5FE824031040624b
Octal36537620240610100142113
Binary11110101111111101000001010001100010100000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FE82; }

 p { color: rgb(245,254,130); }

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

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

 a { background-color: rgb(245,254,130); }

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

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

 span { border-color: rgb(245,254,130); }

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