Html Css Color HEX #F0FB80 Tidal

📋 copy color: '#F0FB80'

red 240 ◦ green 251 ◦ blue 128

#F0FB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #F0FB80

Tints of Tidal #F0FB80

RGB

 RED value IS 240 (94.14% from 255) = 38.77%

 GREEN value IS 251 (98.44% from 255) = 40.55%

 BLUE value IS 128 (50.39% from 255) = 20.68%

R = 38.77%
G = 40.55%
B = 20.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F0FB80 (or 0xF0FB80) is known color: Tidal. HEX triplet: F0, FB and 80. RGB value is (240,251,128). Sum of RGB (Red+Green+Blue) = 240+251+128=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FB80 is #0F047F. Grayscale: #EAEAEA. Windows color (decimal): -984192 or 8453104. OLE color: 8453104.

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

Color convert

RGB 240 251 128 -
CMYK 0.04 0 0.49 0.02
HSL 65.37º 0.94% 0.74% -
HSV(B) 65.37º 0.49% 0.98% -
XYZ 74.33 89.08 33.7 -
YUV 233.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 240 251 128 0.04 0 0.49 0.02 65.37 0.94 0.74
Hex F0 FB 80 4 0 31 2 41 5E 4A
Octal 360 373 200 4 0 61 2 101 136 112
Binary 11110000 11111011 10000000 100 0 110001 10 1000001 1011110 1001010

Color Harmonies of #F0FB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FB80

Black with #F0FB80

Text Example


Text Example

White with #F0FB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FB80; }

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

 H1.HeaderClassName
 {
   color: #F0FB80;
 }
 .AnyTagClassName
 {
   color: #F0FB80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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