#EDF487

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

Shades of Tidal #EDF487

Tints of Tidal #EDF487

Color information

#EDF487 (or 0xEDF487) is unknown color: approx Tidal. HEX triplet: ED, F4 and 87. RGB value is (237,244,135). Sum of RGB (Red+Green+Blue) = 237+244+135=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 135 (53.12% from 255 or 21.92% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF487 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF487 is #120B78. Grayscale: #E5E5E5. Windows color (decimal): -1182585 or 8910061. OLE color: 8910061.

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

Color convert

RGB237244135-
CMYK0.0300.450.04
HSL63.85º83.21%74.31%-
HSV(B)63.85º44.67%95.69%-
XYZ71.6584.4635.45-
YUV229.4874.68133.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 244 (95.70% from 255) = 39.61%
BLUE value IS 135 (53.12% from 255) = 21.92%
R=38.47%
G=39.61%
B=21.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441350.0300.450.0463.8583.2174.31
HexEDF487302D440534a
Octal35536420730554100123112
Binary111011011111010010000111110101101100100000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF487; }

 p { color: rgb(237,244,135); }

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

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

 a { background-color: rgb(237,244,135); }

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

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

 span { border-color: rgb(237,244,135); }

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