#F0FC7E

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

Shades of Tidal #F0FC7E

Tints of Tidal #F0FC7E

Color information

#F0FC7E (or 0xF0FC7E) is unknown color: approx Tidal. HEX triplet: F0, FC and 7E. RGB value is (240,252,126). Sum of RGB (Red+Green+Blue) = 240+252+126=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 126 (49.61% from 255 or 20.39% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC7E is #0F0381. Grayscale: #EAEAEA. Windows color (decimal): -983938 or 8322288. OLE color: 8322288.

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

Color convert

RGB240252126-
CMYK0.0500.50.01
HSL65.71º95.45%74.12%-
HSV(B)65.71º50%98.82%-
XYZ74.5189.6533.12-
YUV234.0567.02132.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 126 (49.61% from 255) = 20.39%
R=38.83%
G=40.78%
B=20.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521260.0500.50.0165.7195.4574.12
HexF0FC7E50321425f4a
Octal36037417650621102137112
Binary1111000011111100111111010101100101100001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FC7E; }

 p { color: rgb(240,252,126); }

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

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

 a { background-color: rgb(240,252,126); }

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

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

 span { border-color: rgb(240,252,126); }

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