#F2FF80

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

Shades of Tidal #F2FF80

Tints of Tidal #F2FF80

Color information

#F2FF80 (or 0xF2FF80) is unknown color: approx Tidal. HEX triplet: F2, FF and 80. RGB value is (242,255,128). Sum of RGB (Red+Green+Blue) = 242+255+128=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 128 (50.39% from 255 or 20.48% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF80 is #0D007F. Grayscale: #EDEDED. Windows color (decimal): -852096 or 8454130. OLE color: 8454130.

HSL color Cylindrical-coordinate representation of color #F2FF80: hue angle of 66.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2FF80 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB242255128-
CMYK0.0500.500
HSL66.14º100%75.1%-
HSV(B)66.14º49.8%100%-
XYZ76.2791.9634.15-
YUV236.6466.69131.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 128 (50.39% from 255) = 20.48%
R=38.72%
G=40.8%
B=20.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551280.0500.50066.1410075.1
HexF2FF805032042644b
Octal36237720050620102144113
Binary11110010111111111000000010101100100100001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FF80; }

 p { color: rgb(242,255,128); }

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

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

 a { background-color: rgb(242,255,128); }

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

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

 span { border-color: rgb(242,255,128); }

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