Html Css Color HEX #F2FA82 Tidal

📋 copy color: '#F2FA82'

red 242 ◦ green 250 ◦ blue 130

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

Shades of Tidal #F2FA82

Tints of Tidal #F2FA82

RGB

 RED value IS 242 (94.92% from 255) = 38.91%

 GREEN value IS 250 (98.05% from 255) = 40.19%

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

R = 38.91%
G = 40.19%
B = 20.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F2FA82 (or 0xF2FA82) is known color: Tidal. HEX triplet: F2, FA and 82. RGB value is (242,250,130). Sum of RGB (Red+Green+Blue) = 242+250+130=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 130 (51.17% from 255 or 20.90% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA82 is #0D057D. Grayscale: #EAEAEA. Windows color (decimal): -853374 or 8583922. OLE color: 8583922.

HSL color Cylindrical-coordinate representation of color #F2FA82: hue angle of 64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2FA82 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 130 -
CMYK 0.03 0 0.48 0.02
HSL 64º 0.92% 0.75% -
HSV(B) 64º 0.48% 0.98% -
XYZ 74.83 88.86 34.33 -
YUV 233.93 69.35 133.76 -
System Red Green Blue C M Y K H S L
Decimal 242 250 130 0.03 0 0.48 0.02 64 0.92 0.75
Hex F2 FA 82 3 0 30 2 40 5C 4B
Octal 362 372 202 3 0 60 2 100 134 113
Binary 11110010 11111010 10000010 11 0 110000 10 1000000 1011100 1001011

Color Harmonies of #F2FA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA82

Black with #F2FA82

Text Example


Text Example

White with #F2FA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA82; }

 p { color: rgb(242,250,130); }

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

background-color css

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

 a { background-color: rgb(242,250,130); }

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

border-color css

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

 span { border-color: rgb(242,250,130); }

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