#EDF584

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

Shades of Tidal #EDF584

Tints of Tidal #EDF584

Color information

#EDF584 (or 0xEDF584) is unknown color: approx Tidal. HEX triplet: ED, F5 and 84. RGB value is (237,245,132). Sum of RGB (Red+Green+Blue) = 237+245+132=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF584 is #120A7B. Grayscale: #E6E6E6. Windows color (decimal): -1182332 or 8713709. OLE color: 8713709.

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

Color convert

RGB237245132-
CMYK0.0300.460.04
HSL64.25º84.96%73.92%-
HSV(B)64.25º46.12%96.08%-
XYZ71.7484.9834.45-
YUV229.7372.85133.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 245 (96.09% from 255) = 39.90%
BLUE value IS 132 (51.95% from 255) = 21.50%
R=38.60%
G=39.90%
B=21.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451320.0300.460.0464.2584.9673.92
HexEDF584302E440554a
Octal35536520430564100125112
Binary111011011111010110000100110101110100100000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF584; }

 p { color: rgb(237,245,132); }

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

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

 a { background-color: rgb(237,245,132); }

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

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

 span { border-color: rgb(237,245,132); }

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