#EDFC97

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

Shades of Tidal #EDFC97

Tints of Tidal #EDFC97

Color information

#EDFC97 (or 0xEDFC97) is unknown color: approx Tidal. HEX triplet: ED, FC and 97. RGB value is (237,252,151). Sum of RGB (Red+Green+Blue) = 237+252+151=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 151 (59.38% from 255 or 23.59% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC97 is #120368. Grayscale: #ECECEC. Windows color (decimal): -1180521 or 9960685. OLE color: 9960685.

HSL color Cylindrical-coordinate representation of color #EDFC97: hue angle of 68.91º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDFC97 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB237252151-
CMYK0.0600.400.01
HSL68.91º94.39%79.02%-
HSV(B)68.91º40.08%98.82%-
XYZ75.3289.8642.65-
YUV23680.03128.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 151 (59.38% from 255) = 23.59%
R=37.03%
G=39.38%
B=23.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521510.0600.400.0168.9194.3979.02
HexEDFC9760281455e4f
Octal35537422760501105136117
Binary11101101111111001001011111001010001100010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFC97; }

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

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

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

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

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

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

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

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