#EDFA97

Color #EDFA97 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EDFA97

Tints of Tidal #EDFA97

Color information

#EDFA97 (or 0xEDFA97) is unknown color: approx Tidal. HEX triplet: ED, FA and 97. RGB value is (237,250,151). Sum of RGB (Red+Green+Blue) = 237+250+151=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 151 (59.38% from 255 or 23.67% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA97 is #120568. Grayscale: #EBEBEB. Windows color (decimal): -1181033 or 9960173. OLE color: 9960173.

HSL color Cylindrical-coordinate representation of color #EDFA97: hue angle of 67.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDFA97 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB237250151-
CMYK0.0500.400.02
HSL67.88º90.83%78.63%-
HSV(B)67.88º39.6%98.04%-
XYZ74.788.6142.44-
YUV234.8380.69129.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 151 (59.38% from 255) = 23.67%
R=37.15%
G=39.18%
B=23.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501510.0500.400.0267.8890.8378.63
HexEDFA9750282445b4f
Octal35537222750502104133117
Binary111011011111101010010111101010100010100010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA97; }

 p { color: rgb(237,250,151); }

 H1.HeaderClassName
 {
   color: #EDFA97;
 }
 .AnyTagClassName
 {
   color: #EDFA97;
 }
</style>
background-color css

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

 a { background-color: rgb(237,250,151); }

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

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

 span { border-color: rgb(237,250,151); }

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