Html Css Color HEX #F2FA84 Tidal

📋 copy color: '#F2FA84'

red 242 ◦ green 250 ◦ blue 132

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

Shades of Tidal #F2FA84

Tints of Tidal #F2FA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.15%

R = 38.78%
G = 40.06%
B = 21.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F2FA84 (or 0xF2FA84) is known color: Tidal. HEX triplet: F2, FA and 84. RGB value is (242,250,132). Sum of RGB (Red+Green+Blue) = 242+250+132=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 132 (51.95% from 255 or 21.15% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA84 is #0D057B. Grayscale: #EAEAEA. Windows color (decimal): -853372 or 8714994. OLE color: 8714994.

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

Color convert

RGB 242 250 132 -
CMYK 0.03 0 0.47 0.02
HSL 64.07º 0.92% 0.75% -
HSV(B) 64.07º 0.47% 0.98% -
XYZ 74.97 88.91 35.04 -
YUV 234.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 242 250 132 0.03 0 0.47 0.02 64.07 0.92 0.75
Hex F2 FA 84 3 0 2F 2 40 5C 4B
Octal 362 372 204 3 0 57 2 100 134 113
Binary 11110010 11111010 10000100 11 0 101111 10 1000000 1011100 1001011

Color Harmonies of #F2FA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA84

Black with #F2FA84

Text Example


Text Example

White with #F2FA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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