#EDFE97

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

Shades of Tidal #EDFE97

Tints of Tidal #EDFE97

Color information

#EDFE97 (or 0xEDFE97) is unknown color: approx Tidal. HEX triplet: ED, FE and 97. RGB value is (237,254,151). Sum of RGB (Red+Green+Blue) = 237+254+151=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 151 (59.38% from 255 or 23.52% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE97 is #120168. Grayscale: #EDEDED. Windows color (decimal): -1180009 or 9961197. OLE color: 9961197.

HSL color Cylindrical-coordinate representation of color #EDFE97: hue angle of 69.9º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDFE97 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB237254151-
CMYK0.0700.410.00
HSL69.9º98.1%79.41%-
HSV(B)69.9º40.55%99.61%-
XYZ75.9591.1242.86-
YUV237.1879.37127.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 151 (59.38% from 255) = 23.52%
R=36.92%
G=39.56%
B=23.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541510.0700.410.0069.998.179.41
HexEDFE977029046624f
Octal35537622770510106142117
Binary11101101111111101001011111101010010100011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE97; }

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

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

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

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

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

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

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

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