Html Css Color HEX #F2FA7F Tidal

📋 copy color: '#F2FA7F'

red 242 ◦ green 250 ◦ blue 127

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

Shades of Tidal #F2FA7F

Tints of Tidal #F2FA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.52%

R = 39.1%
G = 40.39%
B = 20.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F2FA7F (or 0xF2FA7F) is known color: Tidal. HEX triplet: F2, FA and 7F. RGB value is (242,250,127). Sum of RGB (Red+Green+Blue) = 242+250+127=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 127 (50% from 255 or 20.52% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA7F is #0D0580. Grayscale: #EAEAEA. Windows color (decimal): -853377 or 8387314. OLE color: 8387314.

HSL color Cylindrical-coordinate representation of color #F2FA7F: hue angle of 63.9º degrees, saturation: 0.92, 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 #F2FA7F is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 127 -
CMYK 0.03 0 0.49 0.02
HSL 63.9º 0.92% 0.74% -
HSV(B) 63.9º 0.49% 0.98% -
XYZ 74.63 88.78 33.28 -
YUV 233.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 242 250 127 0.03 0 0.49 0.02 63.9 0.92 0.74
Hex F2 FA 7F 3 0 31 2 40 5C 4A
Octal 362 372 177 3 0 61 2 100 134 112
Binary 11110010 11111010 1111111 11 0 110001 10 1000000 1011100 1001010

Color Harmonies of #F2FA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA7F

Black with #F2FA7F

Text Example


Text Example

White with #F2FA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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