#F0FB82

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

Shades of Tidal #F0FB82

Tints of Tidal #F0FB82

Color information

#F0FB82 (or 0xF0FB82) is unknown color: approx Tidal. HEX triplet: F0, FB and 82. RGB value is (240,251,130). Sum of RGB (Red+Green+Blue) = 240+251+130=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 130 (51.17% from 255 or 20.93% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FB82 is #0F047D. Grayscale: #EAEAEA. Windows color (decimal): -984190 or 8584176. OLE color: 8584176.

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

Color convert

RGB240251130-
CMYK0.0400.480.02
HSL65.45º93.8%74.71%-
HSV(B)65.45º48.21%98.43%-
XYZ74.4689.1334.4-
YUV233.9269.36132.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 130 (51.17% from 255) = 20.93%
R=38.65%
G=40.42%
B=20.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402511300.0400.480.0265.4593.874.71
HexF0FB8240302415e4b
Octal36037320240602101136113
Binary111100001111101110000010100011000010100000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FB82; }

 p { color: rgb(240,251,130); }

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

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

 a { background-color: rgb(240,251,130); }

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

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

 span { border-color: rgb(240,251,130); }

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