Html Css Color HEX #F2FD7E Tidal

📋 copy color: '#F2FD7E'

red 242 ◦ green 253 ◦ blue 126

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

Shades of Tidal #F2FD7E

Tints of Tidal #F2FD7E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.74%

 BLUE value IS 126 (49.61% from 255) = 20.29%

R = 38.97%
G = 40.74%
B = 20.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#F2FD7E (or 0xF2FD7E) is known color: Tidal. HEX triplet: F2, FD and 7E. RGB value is (242,253,126). Sum of RGB (Red+Green+Blue) = 242+253+126=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD7E is #0D0281. Grayscale: #EBEBEB. Windows color (decimal): -852610 or 8322546. OLE color: 8322546.

HSL color Cylindrical-coordinate representation of color #F2FD7E: hue angle of 65.2º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2FD7E is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 253 126 -
CMYK 0.04 0 0.50 0.01
HSL 65.2º 0.97% 0.74% -
HSV(B) 65.2º 0.5% 0.99% -
XYZ 75.51 90.63 33.25 -
YUV 235.23 66.36 132.83 -
System Red Green Blue C M Y K H S L
Decimal 242 253 126 0.04 0 0.50 0.01 65.2 0.97 0.74
Hex F2 FD 7E 4 0 32 1 41 61 4A
Octal 362 375 176 4 0 62 1 101 141 112
Binary 11110010 11111101 1111110 100 0 110010 1 1000001 1100001 1001010

Color Harmonies of #F2FD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD7E

Black with #F2FD7E

Text Example


Text Example

White with #F2FD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD7E; }

 p { color: rgb(242,253,126); }

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

background-color css

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

 a { background-color: rgb(242,253,126); }

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

border-color css

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

 span { border-color: rgb(242,253,126); }

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