#EDF785

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

Shades of Tidal #EDF785

Tints of Tidal #EDF785

Color information

#EDF785 (or 0xEDF785) is unknown color: approx Tidal. HEX triplet: ED, F7 and 85. RGB value is (237,247,133). Sum of RGB (Red+Green+Blue) = 237+247+133=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF785 is #12087A. Grayscale: #E7E7E7. Windows color (decimal): -1181819 or 8779757. OLE color: 8779757.

HSL color Cylindrical-coordinate representation of color #EDF785: hue angle of 65.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF785 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB237247133-
CMYK0.0400.460.03
HSL65.26º87.69%74.51%-
HSV(B)65.26º46.15%96.86%-
XYZ72.4286.2235.02-
YUV231.0172.69132.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 247 (96.88% from 255) = 40.03%
BLUE value IS 133 (52.34% from 255) = 21.56%
R=38.41%
G=40.03%
B=21.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471330.0400.460.0365.2687.6974.51
HexEDF785402E341584b
Octal35536720540563101130113
Binary111011011111011110000101100010111011100000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF785; }

 p { color: rgb(237,247,133); }

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

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

 a { background-color: rgb(237,247,133); }

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

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

 span { border-color: rgb(237,247,133); }

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