Html Css Color HEX #F0FF7D Tidal

📋 copy color: '#F0FF7D'

red 240 ◦ green 255 ◦ blue 125

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

Shades of Tidal #F0FF7D

Tints of Tidal #F0FF7D

RGB

 RED value IS 240 (94.14% from 255) = 38.71%

 GREEN value IS 255 (100% from 255) = 41.13%

 BLUE value IS 125 (49.22% from 255) = 20.16%

R = 38.71%
G = 41.13%
B = 20.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#F0FF7D (or 0xF0FF7D) is known color: Tidal. HEX triplet: F0, FF and 7D. RGB value is (240,255,125). Sum of RGB (Red+Green+Blue) = 240+255+125=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF7D is #0F0082. Grayscale: #ECECEC. Windows color (decimal): -983171 or 8257520. OLE color: 8257520.

HSL color Cylindrical-coordinate representation of color #F0FF7D: hue angle of 66.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0FF7D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 240 255 125 -
CMYK 0.06 0 0.51 0
HSL 66.92º 1% 0.75% -
HSV(B) 66.92º 0.51% 1% -
XYZ 75.4 91.53 33.09 -
YUV 235.7 65.53 131.07 -
System Red Green Blue C M Y K H S L
Decimal 240 255 125 0.06 0 0.51 0 66.92 1 0.75
Hex F0 FF 7D 6 0 33 0 43 64 4B
Octal 360 377 175 6 0 63 0 103 144 113
Binary 11110000 11111111 1111101 110 0 110011 0 1000011 1100100 1001011

Color Harmonies of #F0FF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FF7D

Black with #F0FF7D

Text Example


Text Example

White with #F0FF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FF7D; }

 p { color: rgb(240,255,125); }

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

background-color css

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

 a { background-color: rgb(240,255,125); }

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

border-color css

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

 span { border-color: rgb(240,255,125); }

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