Html Css Color HEX #F5FE82 Tidal

📋 copy color: '#F5FE82'

red 245 ◦ green 254 ◦ blue 130

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

Shades of Tidal #F5FE82

Tints of Tidal #F5FE82

RGB

 RED value IS 245 (96.09% from 255) = 38.95%

 GREEN value IS 254 (99.61% from 255) = 40.38%

 BLUE value IS 130 (51.17% from 255) = 20.67%

R = 38.95%
G = 40.38%
B = 20.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#F5FE82 (or 0xF5FE82) is known color: Tidal. HEX triplet: F5, FE and 82. RGB value is (245,254,130). Sum of RGB (Red+Green+Blue) = 245+254+130=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 130 (51.17% from 255 or 20.67% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FE82 is #0A017D. Grayscale: #EDEDED. Windows color (decimal): -655742 or 8584949. OLE color: 8584949.

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

Color convert

RGB 245 254 130 -
CMYK 0.04 0 0.49 0.00
HSL 64.35º 0.98% 0.75% -
HSV(B) 64.35º 0.49% 1% -
XYZ 77.13 91.91 34.79 -
YUV 237.17 67.52 133.58 -
System Red Green Blue C M Y K H S L
Decimal 245 254 130 0.04 0 0.49 0.00 64.35 0.98 0.75
Hex F5 FE 82 4 0 31 0 40 62 4B
Octal 365 376 202 4 0 61 0 100 142 113
Binary 11110101 11111110 10000010 100 0 110001 0 1000000 1100010 1001011

Color Harmonies of #F5FE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FE82

Black with #F5FE82

Text Example


Text Example

White with #F5FE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FE82; }

 p { color: rgb(245,254,130); }

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

background-color css

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

 a { background-color: rgb(245,254,130); }

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

border-color css

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

 span { border-color: rgb(245,254,130); }

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