#F3FC82

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

Shades of Tidal #F3FC82

Tints of Tidal #F3FC82

Color information

#F3FC82 (or 0xF3FC82) is unknown color: approx Tidal. HEX triplet: F3, FC and 82. RGB value is (243,252,130). Sum of RGB (Red+Green+Blue) = 243+252+130=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 130 (51.17% from 255 or 20.8% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FC82 is #0C037D. Grayscale: #EBEBEB. Windows color (decimal): -787326 or 8584435. OLE color: 8584435.

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

Color convert

RGB243252130-
CMYK0.0400.480.01
HSL64.43º95.31%74.9%-
HSV(B)64.43º48.41%98.82%-
XYZ75.890.2934.55-
YUV235.468.52133.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 130 (51.17% from 255) = 20.8%
R=38.88%
G=40.32%
B=20.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432521300.0400.480.0164.4395.3174.9
HexF3FC8240301405f4b
Octal36337420240601100137113
Binary11110011111111001000001010001100001100000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FC82; }

 p { color: rgb(243,252,130); }

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

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

 a { background-color: rgb(243,252,130); }

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

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

 span { border-color: rgb(243,252,130); }

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