Html Css Color HEX #F2FD7F Tidal

📋 copy color: '#F2FD7F'

red 242 ◦ green 253 ◦ blue 127

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

Shades of Tidal #F2FD7F

Tints of Tidal #F2FD7F

RGB

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

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

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

R = 38.91%
G = 40.68%
B = 20.42%

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

#F2FD7F (or 0xF2FD7F) is known color: Tidal. HEX triplet: F2, FD and 7F. RGB value is (242,253,127). Sum of RGB (Red+Green+Blue) = 242+253+127=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 127 (50% from 255 or 20.42% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD7F is #0D0280. Grayscale: #EBEBEB. Windows color (decimal): -852609 or 8388082. OLE color: 8388082.

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

Color convert

RGB 242 253 127 -
CMYK 0.04 0 0.50 0.01
HSL 65.24º 0.97% 0.75% -
HSV(B) 65.24º 0.5% 0.99% -
XYZ 75.57 90.66 33.59 -
YUV 235.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 242 253 127 0.04 0 0.50 0.01 65.24 0.97 0.75
Hex F2 FD 7F 4 0 32 1 41 61 4B
Octal 362 375 177 4 0 62 1 101 141 113
Binary 11110010 11111101 1111111 100 0 110010 1 1000001 1100001 1001011

Color Harmonies of #F2FD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD7F

Black with #F2FD7F

Text Example


Text Example

White with #F2FD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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